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:AssociatedFlag
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_dec_h264.cpp
245
picEntry.
AssociatedFlag
,
in d3d12_video_decoder_log_pic_entry_h264()
256
debug_printf("CurrPic.
AssociatedFlag
= %d\n", pPicParams->CurrPic.
AssociatedFlag
);
in d3d12_video_decoder_log_pic_params_h264()
341
// CurrPic.
AssociatedFlag
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
342
// If field_pic_flag is 1, the
AssociatedFlag
field in CurrPic is interpreted as follows:
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
345
// If field_pic_flag is 0,
AssociatedFlag
has no meaning and shall be 0, and the accelerator shall ignore the value.
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
347
dxvaStructure.CurrPic.
AssociatedFlag
= (pPipeDesc->bottom_field_flag == 0) ? 0 : 1;
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
349
dxvaStructure.CurrPic.
AssociatedFlag
= 0;
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
444
// DXVA_PicEntry_H264 RefFrameList[16]; /* DXVA_PicEntry_H264.
AssociatedFlag
1 means LongTermRef */
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
484
// For each entry whose value is not 0xFF, the value of
AssociatedFlag
i
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
[all...]
H
A
D
d3d12_video_dec_h264.h
89
uint8_t
AssociatedFlag
: 1;
member
Completed in 2 milliseconds