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:lib_instance
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libaribb24.c
35
arib_instance_t *
lib_instance
;
member
139
if (!(b24->
lib_instance
= arib_instance_new(avctx))) {
in libaribb24_init()
147
arib_set_base_path(b24->
lib_instance
, b24->aribb24_base_path);
in libaribb24_init()
150
arib_register_messages_callback(b24->
lib_instance
, libaribb24_log);
in libaribb24_init()
152
if (!(b24->parser = arib_get_parser(b24->
lib_instance
))) {
in libaribb24_init()
156
if (!(b24->decoder = arib_get_decoder(b24->
lib_instance
))) {
in libaribb24_init()
187
if (b24->
lib_instance
)
in libaribb24_init()
188
arib_instance_destroy(b24->
lib_instance
);
in libaribb24_init()
200
if (b24->
lib_instance
)
in libaribb24_close()
201
arib_instance_destroy(b24->
lib_instance
);
in libaribb24_close()
[all...]
Completed in 1 milliseconds