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:AVBuffer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
buffer.h
32
* @defgroup lavu_buffer
AVBuffer
36
*
AVBuffer
is an API for reference-counted data buffers.
38
* There are two core objects in this API --
AVBuffer
and AVBufferRef.
AVBuffer
41
* e.g. compare two
AVBuffer
pointers to check whether two different references
43
* reference to an
AVBuffer
and it is the object that may be manipulated by the
46
* There are two functions provided for creating a new
AVBuffer
with a single
48
* av_buffer_create() to wrap an existing array in an
AVBuffer
. From an existing
74
typedef struct
AVBuffer
AVBuffer
;
typedef
[all...]
H
A
D
buffer_internal.h
33
* The
AVBuffer
structure is part of a larger structure
38
struct
AVBuffer
{
struct
72
* Backups of the original opaque/free of the
AVBuffer
corresponding to
82
* An
AVBuffer
structure to (re)use as
AVBuffer
for subsequent uses
85
AVBuffer
buffer;
H
A
D
buffer.c
29
static AVBufferRef *buffer_create(
AVBuffer
*buf, uint8_t *data, size_t size,
in buffer_create()
60
AVBuffer
*buf = av_mallocz(sizeof(*buf));
in av_buffer_create()
119
AVBuffer
*b;
in buffer_replace()
/third_party/ffmpeg/libavcodec/
H
A
D
h264_slice.c
2138
AVBuffer
*buf = sl->ref_list[j][i].parent->f->buf[0]->buffer;
in h264_slice_init()
Completed in 6 milliseconds