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:NumPocLtCurr
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vdpau_hevc.c
285
info->
NumPocLtCurr
= h->rps[LT_CURR].nb_refs;
in vdpau_hevc_start_frame()
286
if (info->
NumPocLtCurr
> 8) {
in vdpau_hevc_start_frame()
290
info->
NumPocLtCurr
= 8;
in vdpau_hevc_start_frame()
H
A
D
nvdec_hevc.c
191
.
NumPocLtCurr
= s->rps[LT_CURR].nb_refs,
in nvdec_hevc_start_frame()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_hevc.c
156
context->desc.h265.
NumPocLtCurr
= 0;
in vlVaHandlePictureParameterBufferHEVC()
175
context->desc.h265.
NumPocLtCurr
++;
in vlVaHandlePictureParameterBufferHEVC()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
decode.c
515
picture->
NumPocLtCurr
= picture_info->
NumPocLtCurr
;
in vlVdpDecoderRenderH265()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
1214
<< " numPocLtCurr: " << (int32_t)pin->
NumPocLtCurr
<< std::endl;
2284
DE_ASSERT((size_t)pin->
NumPocLtCurr
<= maxNumPocLtCurr);
2285
if ((size_t)pin->
NumPocLtCurr
> maxNumPocLtCurr) {
2286
fprintf(stderr, "\nERROR: FillDpbH265State() pin->
NumPocLtCurr
(%d) must be smaller than maxNumPocLtCurr(%zd)\n", pin->
NumPocLtCurr
, maxNumPocLtCurr);
2288
for (int32_t i = 0; i < pin->
NumPocLtCurr
; i++) {
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_state.h
637
uint8_t
NumPocLtCurr
;
member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
extNvidiaVideoParserIf.hpp
506
int32_t
NumPocLtCurr
;
member
H
A
D
vktVideoBaseDecodeUtils.cpp
1887
DE_ASSERT((size_t)pin->
NumPocLtCurr
< maxNumPocLtCurr);
1889
for (int32_t i = 0; i < pin->
NumPocLtCurr
; i++)
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_uvd.c
724
for (i = 0; i < pic->
NumPocLtCurr
; ++i)
in get_h265_msg()
H
A
D
radeon_vcn_dec.c
434
for (i = 0; i < pic->
NumPocLtCurr
; ++i)
in get_h265_msg()
Completed in 21 milliseconds