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:av_bsf_init
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
bsf.h
46
*
av_bsf_init
() to prepare the filter context for use.
88
*
av_bsf_init
().
94
* av_bsf_alloc(), it is set by the filter in
av_bsf_init
().
100
* caller before
av_bsf_init
().
106
* filter in
av_bsf_init
().
153
*
av_bsf_init
() before sending any data to the filter.
168
int
av_bsf_init
(AVBSFContext *ctx);
H
A
D
bitstream_filter.c
129
ret =
av_bsf_init
(priv->ctx);
in av_bitstream_filter_filter()
H
A
D
bsf.c
150
int
av_bsf_init
(AVBSFContext *ctx)
in av_bsf_init()
function
298
ret =
av_bsf_init
(lst->bsfs[i]);
in bsf_list_init()
H
A
D
librav1e.c
271
bret =
av_bsf_init
(ctx->bsf);
in librav1e_encode_init()
H
A
D
decode.c
195
ret =
av_bsf_init
(avci->bsf);
in decode_bsfs_init()
H
A
D
libaomenc.c
1011
ret =
av_bsf_init
(ctx->bsf);
in aom_init()
/third_party/ffmpeg/tools/
H
A
D
target_bsf_fuzzer.c
115
res =
av_bsf_init
(bsf);
in LLVMFuzzerTestOneInput()
118
return 0; // Failure of
av_bsf_init
() does not imply that a issue was found
in LLVMFuzzerTestOneInput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
extFFmpegDemuxer.h
108
pFFMpeg_av_bsf_init
av_bsf_init
;
member
256
ck(api->
av_bsf_init
(bsfc));
in FFmpegDemuxer()
/third_party/ffmpeg/libavformat/
H
A
D
av1dec.c
95
ret =
av_bsf_init
(c->bsf);
in av1_read_header()
H
A
D
tee.c
384
ret =
av_bsf_init
(tee_slave->bsfs[target_stream]);
in open_slave()
H
A
D
concatdec.c
230
ret =
av_bsf_init
(bsf);
in detect_stream_specific()
H
A
D
mux.c
1342
if ((ret =
av_bsf_init
(bsfc)) < 0) {
in ff_stream_add_bitstream_filter()
H
A
D
demux.c
2357
ret =
av_bsf_init
(sti->extract_extradata.bsf);
in extract_extradata_init()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
2692
ret =
av_bsf_init
(ctx);
in init_output_bsfs()
Completed in 23 milliseconds