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:current_frame_id
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_dump_gpu.c
269
uint64_t
current_frame_id
= 0;
in dump_execbuffer2()
local
282
current_frame_id
= frame_desc ? frame_desc->frame_id : 0;
in dump_execbuffer2()
290
current_frame_id
, execbuffer2->buffer_count);
in dump_execbuffer2()
294
if (
current_frame_id
< frame_id)
in dump_execbuffer2()
297
if (
current_frame_id
> frame_id) {
in dump_execbuffer2()
/third_party/ffmpeg/libavcodec/
H
A
D
cbs_av1_syntax_template.c
1359
infer(
current_frame_id
, ref->frame_id);
in uncompressed_header()
1428
fb(id_len,
current_frame_id
);
in uncompressed_header()
1432
if (current->
current_frame_id
> (1 << diff_len)) {
in uncompressed_header()
1433
if (priv->ref[i].frame_id > current->
current_frame_id
||
in uncompressed_header()
1434
priv->ref[i].frame_id < (current->
current_frame_id
-
in uncompressed_header()
1438
if (priv->ref[i].frame_id > current->
current_frame_id
&&
in uncompressed_header()
1440
current->
current_frame_id
-
in uncompressed_header()
1446
infer(
current_frame_id
, 0);
in uncompressed_header()
1655
.frame_id = current->
current_frame_id
,
in uncompressed_header()
H
A
D
cbs_av1.h
180
uint32_t
current_frame_id
;
member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.h
372
unsigned
current_frame_id
;
member
H
A
D
vid_dec_av1.c
1505
hdr->
current_frame_id
=
in frame_header_obu()
1651
priv->picture.av1.picture_parameter.
current_frame_id
= hdr->
current_frame_id
;
in frame_header_obu()
2191
priv->codec_data.av1.uncompressed_header.
current_frame_id
;
in dec_av1_EndFrame()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_vcn_dec.h
926
unsigned int
current_frame_id
;
member
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_state.h
824
uint32_t
current_frame_id
;
member
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_av1.c
169
context->desc.av1.picture_parameter.
current_frame_id
= av1->current_frame;
in vlVaHandlePictureParameterBufferAV1()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_dec.c
876
result.
current_frame_id
= pic->picture_parameter.
current_frame_id
;
in get_av1_msg()
Completed in 35 milliseconds