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:h264Pic
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_enc_h264.cpp
114
struct pipe_h264_enc_picture_desc *
h264Pic
= (struct pipe_h264_enc_picture_desc *) picture;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
local
119
bUsedAsReference = !
h264Pic
->not_referenced;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
122
picParams.pH264PicData->idr_pic_id =
h264Pic
->idr_pic_id;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
123
picParams.pH264PicData->FrameType = d3d12_video_encoder_convert_frame_type(
h264Pic
->picture_type);
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
124
picParams.pH264PicData->PictureOrderCountNumber =
h264Pic
->pic_order_cnt;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
125
picParams.pH264PicData->FrameDecodingOrderNumber =
h264Pic
->frame_num;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
133
picParams.pH264PicData->List0ReferenceFramesCount =
h264Pic
->num_ref_idx_l0_active_minus1 + 1;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
134
picParams.pH264PicData->pList0ReferenceFrames =
h264Pic
->ref_idx_l0_list;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
136
picParams.pH264PicData->List0ReferenceFramesCount =
h264Pic
->num_ref_idx_l0_active_minus1 + 1;
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
137
picParams.pH264PicData->pList0ReferenceFrames =
h264Pic
in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
[all...]
Completed in 2 milliseconds