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:dxvaStructure
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_dec_h264.cpp
331
DXVA_PicParams_H264
dxvaStructure
= {};
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
local
335
dxvaStructure
.wFrameWidthInMbsMinus1 = width_in_mb - 1;
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
338
dxvaStructure
.wFrameHeightInMbsMinus1 = height_in_mb - 1;
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()
353
dxvaStructure
.num_ref_frames = pPipeDesc->num_ref_frames;
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
357
dxvaStructure
.field_pic_flag = pPipeDesc->field_pic_flag;
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
361
dxvaStructure
.MbaffFrameFlag = (pPipeDesc->pps->sps->mb_adaptive_frame_field_flag && !pPipeDesc->field_pic_flag);
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
363
dxvaStructure
.residual_colour_transform_flag = pPipeDesc->pps->sps->separate_colour_plane_flag;
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
365
dxvaStructure
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
[all...]
Completed in 2 milliseconds