Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:decodeSupport
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_dec.cpp
798
D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT
decodeSupport
= {};
in d3d12_video_decoder_check_caps_and_create_decoder()
local
799
decodeSupport
.NodeIndex = pD3D12Dec->m_NodeIndex;
in d3d12_video_decoder_check_caps_and_create_decoder()
800
decodeSupport
.Configuration = decodeConfiguration;
in d3d12_video_decoder_check_caps_and_create_decoder()
801
decodeSupport
.Width = pD3D12Dec->base.width;
in d3d12_video_decoder_check_caps_and_create_decoder()
802
decodeSupport
.Height = pD3D12Dec->base.height;
in d3d12_video_decoder_check_caps_and_create_decoder()
803
decodeSupport
.DecodeFormat = pD3D12Dec->m_decodeFormat;
in d3d12_video_decoder_check_caps_and_create_decoder()
805
decodeSupport
.FrameRate.Numerator = 0;
in d3d12_video_decoder_check_caps_and_create_decoder()
806
decodeSupport
.FrameRate.Denominator = 0;
in d3d12_video_decoder_check_caps_and_create_decoder()
807
decodeSupport
.BitRate = 0;
in d3d12_video_decoder_check_caps_and_create_decoder()
810
&
decodeSupport
,
in d3d12_video_decoder_check_caps_and_create_decoder()
1288
d3d12_video_decoder_supports_aot_dpb(D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT
decodeSupport
, d3d12_video_decode_profile_type profileType)
d3d12_video_decoder_supports_aot_dpb()
argument
[all...]
H
A
D
d3d12_video_screen.cpp
82
D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT
decodeSupport
= {};
in get_max_level_resolution_video_decode_support()
local
83
decodeSupport
.Configuration = decoderConfig;
in get_max_level_resolution_video_decode_support()
84
decodeSupport
.DecodeFormat = format;
in get_max_level_resolution_video_decode_support()
89
decodeSupport
.Width = resolutionsLevelList[idxResol].resolution.Width;
in get_max_level_resolution_video_decode_support()
90
decodeSupport
.Height = resolutionsLevelList[idxResol].resolution.Height;
in get_max_level_resolution_video_decode_support()
93
&
decodeSupport
,
in get_max_level_resolution_video_decode_support()
94
sizeof(
decodeSupport
)))) {
in get_max_level_resolution_video_decode_support()
96
if (((
decodeSupport
.SupportFlags & D3D12_VIDEO_DECODE_SUPPORT_FLAG_SUPPORTED) != 0) ||
in get_max_level_resolution_video_decode_support()
97
decodeSupport
.DecodeTier > D3D12_VIDEO_DECODE_TIER_NOT_SUPPORTED) {
in get_max_level_resolution_video_decode_support()
100
outSupportedConfig =
decodeSupport
;
in get_max_level_resolution_video_decode_support()
[all...]
H
A
D
d3d12_video_dec.h
212
d3d12_video_decoder_supports_aot_dpb(D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT
decodeSupport
,
Completed in 4 milliseconds