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:audio_codec_id
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
pmpdec.c
48
int
audio_codec_id
= AV_CODEC_ID_NONE;
in pmp_header()
local
82
audio_codec_id
= AV_CODEC_ID_MP3;
in pmp_header()
86
audio_codec_id
= AV_CODEC_ID_AAC;
in pmp_header()
121
ast->codecpar->codec_id =
audio_codec_id
;
in pmp_header()
H
A
D
voc_packet.c
136
if (s->
audio_codec_id
== AV_CODEC_ID_NONE) {
in ff_voc_get_packet()
H
A
D
avformat.h
1419
enum AVCodecID
audio_codec_id
;
member
H
A
D
img2dec.c
321
} else if (s1->
audio_codec_id
) {
in ff_img_read_header()
323
st->codecpar->codec_id = s1->
audio_codec_id
;
in ff_img_read_header()
H
A
D
demux.c
405
if (s->
audio_codec_id
)
in force_codec_ids()
406
st->codecpar->codec_id = s->
audio_codec_id
;
in force_codec_ids()
H
A
D
flvdec.c
1182
(s->
audio_codec_id
|| flv_same_audio_codec(st->codecpar, flags)))
/third_party/ffmpeg/libavdevice/
H
A
D
alsa_dec.c
73
codec_id = s1->
audio_codec_id
;
in audio_read_header()
H
A
D
pulse_audio_dec.c
147
s->
audio_codec_id
== AV_CODEC_ID_NONE ? DEFAULT_CODEC_ID : s->
audio_codec_id
;
in pulse_read_header()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg_opt.c
1253
ic->
audio_codec_id
= audio_codec_name ? ic->audio_codec->id : AV_CODEC_ID_NONE;
in open_input_file()
Completed in 19 milliseconds