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:content_ref
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cbs.c
148
av_buffer_unref(&unit->
content_ref
);
in cbs_unit_uninit()
196
av_buffer_unref(&unit->
content_ref
);
in cbs_read_fragment_content()
210
av_buffer_unref(&unit->
content_ref
);
in cbs_read_fragment_content()
702
av_assert0(!unit->content && !unit->
content_ref
);
in ff_cbs_alloc_unit_content()
708
unit->
content_ref
= av_buffer_create(unit->content, size,
in ff_cbs_alloc_unit_content()
710
if (!unit->
content_ref
) {
in ff_cbs_alloc_unit_content()
763
AVBufferRef *
content_ref
;
in ff_cbs_insert_unit_content()
local
771
content_ref
= av_buffer_ref(content_buf);
in ff_cbs_insert_unit_content()
772
if (!
content_ref
)
in ff_cbs_insert_unit_content()
775
content_ref
in ff_cbs_insert_unit_content()
[all...]
H
A
D
cbs.h
111
AVBufferRef *
content_ref
;
member
H
A
D
av1_frame_merge_bsf.c
98
frag->units[i].content, frag->units[i].
content_ref
);
in av1_frame_merge_filter()
H
A
D
av1dec.c
1038
s->seq_ref = av_buffer_ref(unit->
content_ref
);
in av1_decode_frame()
1088
s->header_ref = av_buffer_ref(unit->
content_ref
);
in av1_decode_frame()
H
A
D
cbs_av1.c
949
priv->sequence_header_ref = av_buffer_ref(unit->
content_ref
);
in cbs_av1_read_unit()
1096
priv->sequence_header_ref = av_buffer_ref(unit->
content_ref
);
in cbs_av1_write_obu()
H
A
D
cbs_h2645.c
681
av_assert0(unit->
content_ref
); \
682
priv->ps_var ## _ref[id] = av_buffer_ref(unit->
content_ref
); \
Completed in 10 milliseconds