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:AVBufferPool
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
buffer.h
222
* @defgroup lavu_bufferpool
AVBufferPool
226
*
AVBufferPool
is an API for a lock-free thread-safe pool of AVBuffers.
228
* Frequently allocating and freeing large buffers may be slow.
AVBufferPool
is
255
typedef struct
AVBufferPool
AVBufferPool
;
typedef
266
AVBufferPool
*av_buffer_pool_init(size_t size, AVBufferRef* (*alloc)(size_t size));
283
AVBufferPool
*av_buffer_pool_init2(size_t size, void *opaque,
295
void av_buffer_pool_uninit(
AVBufferPool
**pool);
303
AVBufferRef *av_buffer_pool_get(
AVBufferPool
*pool);
H
A
D
buffer.c
259
AVBufferPool
*av_buffer_pool_init2(size_t size, void *opaque,
in av_buffer_pool_init2()
263
AVBufferPool
*pool = av_mallocz(sizeof(*pool));
in av_buffer_pool_init2()
280
AVBufferPool
*av_buffer_pool_init(size_t size, AVBufferRef* (*alloc)(size_t size))
in av_buffer_pool_init()
282
AVBufferPool
*pool = av_mallocz(sizeof(*pool));
in av_buffer_pool_init()
296
static void buffer_pool_flush(
AVBufferPool
*pool)
in buffer_pool_flush()
311
static void buffer_pool_free(
AVBufferPool
*pool)
in buffer_pool_free()
322
void av_buffer_pool_uninit(
AVBufferPool
**ppool)
in av_buffer_pool_uninit()
324
AVBufferPool
*pool;
in av_buffer_pool_uninit()
342
AVBufferPool
*pool = buf->pool;
in pool_release_buffer()
358
static AVBufferRef *pool_alloc_buffer(
AVBufferPool
*poo
[all...]
H
A
D
buffer_internal.h
78
AVBufferPool
*pool;
88
struct
AVBufferPool
{
struct
H
A
D
hwcontext_internal.h
118
AVBufferPool
*pool_internal;
H
A
D
hwcontext.h
190
AVBufferPool
*pool;
/third_party/ffmpeg/libavcodec/
H
A
D
h264dec.h
550
AVBufferPool
*qscale_table_pool;
551
AVBufferPool
*mb_type_pool;
552
AVBufferPool
*motion_val_pool;
553
AVBufferPool
*ref_index_pool;
H
A
D
nvdec.h
55
AVBufferPool
*decoder_pool;
H
A
D
hevcdec.h
497
AVBufferPool
*tab_mvf_pool;
498
AVBufferPool
*rpl_tab_pool;
H
A
D
vaapi_encode.h
261
AVBufferPool
*output_buffer_pool;
H
A
D
vp9dec.h
161
AVBufferPool
*frame_extradata_pool;
H
A
D
get_buffer.c
41
AVBufferPool
*pools[4];
H
A
D
libvpxdec.c
47
AVBufferPool
*pool;
H
A
D
qsvdec.c
91
AVBufferPool
*pool;
120
AVBufferPool
*pool)
in qsv_get_continuous_buffer()
H
A
D
libsvtav1.c
59
AVBufferPool
*pool;
H
A
D
libdav1d.c
47
AVBufferPool
*pool;
/third_party/ffmpeg/libavfilter/
H
A
D
framepool.c
47
AVBufferPool
*pools[4];
/third_party/ffmpeg/libavdevice/
H
A
D
xcbgrab.c
57
AVBufferPool
*shm_pool;
/third_party/ffmpeg/libavformat/
H
A
D
mpegts.c
222
AVBufferPool
* pools[32];
Completed in 20 milliseconds