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:asf_sd
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
asfdec_o.c
116
ASFStreamData
asf_sd
[ASF_MAX_STREAMS];
member
453
asf->
asf_sd
[st_num].aspect_ratio.num = value;
in asf_store_aspect_ratio()
455
asf->
asf_sd
[st_num].aspect_ratio.den = value;
in asf_store_aspect_ratio()
494
st_num ? &asf->
asf_sd
[st_num].asf_met
in asf_read_metadata_obj()
807
if ((ret = get_asf_string(pb, len, asf->
asf_sd
[i].langs,
in asf_read_language_list()
808
sizeof(asf->
asf_sd
[i].langs))) < 0) {
in asf_read_language_list()
1409
av_dict_free(&asf->
asf_sd
[i].asf_met);
in asf_read_close()
1648
const char *rfc1766 = asf->
asf_sd
[asf->asf_st[i]->lang_idx].langs;
in asf_read_header()
1658
av_dict_copy(&st->metadata, asf->
asf_sd
[i].asf_met, AV_DICT_IGNORE_SUFFIX);
in asf_read_header()
1659
if (asf->
asf_sd
[
in asf_read_header()
[all...]
Completed in 4 milliseconds