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:bPicEntry
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_dec_h264.cpp
52
if (pCurrPicParams->RefFrameList[i].
bPicEntry
!= DXVA_H264_INVALID_PICTURE_ENTRY_VALUE) {
in d3d12_video_decoder_refresh_dpb_active_references_h264()
246
picEntry.
bPicEntry
);
in d3d12_video_decoder_log_pic_entry_h264()
305
debug_printf("[Decode RefFrameList Pic_Entry list] Entries where
bPicEntry
== "
in d3d12_video_decoder_log_pic_params_h264()
308
if (DXVA_H264_INVALID_PICTURE_ENTRY_VALUE != pPicParams->RefFrameList[refIdx].
bPicEntry
) {
in d3d12_video_decoder_log_pic_params_h264()
475
// setting
bPicEntry
to 0xFF. If
bPicEntry
is not 0xFF, the entry may be used as a reference surface for
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
477
dxvaStructure.RefFrameList[i].
bPicEntry
= DXVA_H264_INVALID_PICTURE_ENTRY_VALUE;
in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
H
A
D
d3d12_video_dec_h264.h
32
// are indicated by setting
bPicEntry
to 0xFF.
33
// If
bPicEntry
is not 0xFF, the entry may be used as a reference surface for decoding the current picture or
37
// DXVA_PicEntry_H264.
bPicEntry
full char value
38
constexpr uint16_t DXVA_H264_INVALID_PICTURE_ENTRY_VALUE = 0xFF; // This corresponds to DXVA_PicEntry_H264.
bPicEntry
91
uint8_t
bPicEntry
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
dxva2_h264.c
47
pic->
bPicEntry
= index | (flag << 7);
in fill_picture_entry()
91
pp->RefFrameList[i].
bPicEntry
= 0xff;
in fill_picture_parameters()
212
if ((pp->RefFrameList[i].
bPicEntry
& 0x7f) == surface_index)
in get_refpic_index()
278
slice->RefPicList[list][i].
bPicEntry
= 0xff;
in fill_slice_long()
H
A
D
dxva2_hevc.c
46
pic->
bPicEntry
= index | (flag << 7);
in fill_picture_entry()
53
if ((pp->RefPicList[i].
bPicEntry
& 0x7f) == surface_index)
in get_refpic_index()
176
pp->RefPicList[i].
bPicEntry
= 0xff;
in fill_picture_parameters()
H
A
D
dxva2_vp9.c
42
pic->
bPicEntry
= index | (flag << 7);
in fill_picture_entry()
87
pp->ref_frame_map[i].
bPicEntry
= 0xFF;
in fill_picture_parameters()
95
pp->frame_refs[i].
bPicEntry
= 0xFF;
in fill_picture_parameters()
Completed in 5 milliseconds