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:ref_index_buf
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_picture.c
53
av_buffer_unref(&pic->
ref_index_buf
[i]);
in ff_h264_unref_picture()
121
dst->
ref_index_buf
[i] = av_buffer_ref(src->
ref_index_buf
[i]);
in ff_h264_ref_picture()
122
if (!dst->motion_val_buf[i] || !dst->
ref_index_buf
[i]) {
in ff_h264_ref_picture()
177
ret |= av_buffer_replace(&dst->
ref_index_buf
[i], src->
ref_index_buf
[i]);
in ff_h264_replace_picture()
H
A
D
mpegpicture.c
49
av_buffer_unref(&pic->
ref_index_buf
[i]);
in free_picture_tables()
72
MAKE_WRITABLE(
ref_index_buf
[i]);
in make_tables_writable()
236
pic->
ref_index_buf
[i] = av_buffer_allocz(ref_index_size);
in alloc_picture_tables()
237
if (!pic->motion_val_buf[i] || !pic->
ref_index_buf
[i])
in alloc_picture_tables()
301
pic->ref_index[i] = pic->
ref_index_buf
[i]->data;
in ff_alloc_picture()
351
ret |= av_buffer_replace(&dst->
ref_index_buf
[i], src->
ref_index_buf
[i]);
in ff_update_picture_tables()
H
A
D
error_resilience.h
78
AVBufferRef *
ref_index_buf
[2];
member
H
A
D
mpegpicture.h
62
AVBufferRef *
ref_index_buf
[2];
member
H
A
D
error_resilience.c
949
s->
ref_index_buf
[i] = av_buffer_allocz(s->mb_stride * s->mb_height * 4 * sizeof(uint8_t));
in ff_er_frame_end()
951
if (!s->
ref_index_buf
[i] || !s->motion_val_buf[i])
in ff_er_frame_end()
953
s->cur_pic.ref_index[i] = s->
ref_index_buf
[i]->data;
in ff_er_frame_end()
958
av_buffer_unref(&s->
ref_index_buf
[i]);
in ff_er_frame_end()
1346
av_buffer_unref(&s->
ref_index_buf
[i]);
in ff_er_frame_end()
H
A
D
h264dec.h
125
AVBufferRef *
ref_index_buf
[2];
member
H
A
D
h264_slice.c
250
pic->
ref_index_buf
[i] = av_buffer_pool_get(h->ref_index_pool);
in alloc_picture()
251
if (!pic->motion_val_buf[i] || !pic->
ref_index_buf
[i])
in alloc_picture()
255
pic->ref_index[i] = pic->
ref_index_buf
[i]->data;
in alloc_picture()
Completed in 10 milliseconds