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_type
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
segafilm.c
53
enum AVCodecID
audio_type
;
member
112
film->
audio_type
= AV_CODEC_ID_PCM_S8;
in film_read_header()
124
film->
audio_type
= AV_CODEC_ID_ADPCM_ADX;
in film_read_header()
127
film->
audio_type
= AV_CODEC_ID_PCM_S8_PLANAR;
in film_read_header()
129
film->
audio_type
= AV_CODEC_ID_PCM_S16BE_PLANAR;
in film_read_header()
131
film->
audio_type
= AV_CODEC_ID_NONE;
in film_read_header()
133
film->
audio_type
= AV_CODEC_ID_NONE;
in film_read_header()
147
if (film->video_type == AV_CODEC_ID_NONE && film->
audio_type
== AV_CODEC_ID_NONE)
in film_read_header()
172
if (film->
audio_type
!= AV_CODEC_ID_NONE) {
in film_read_header()
178
st->codecpar->codec_id = film->
audio_type
;
in film_read_header()
[all...]
H
A
D
ipmovie.c
102
enum AVCodecID
audio_type
;
member
127
if (s->
audio_type
== AV_CODEC_ID_NONE) {
in load_ipmovie_packet()
134
if (s->
audio_type
!= AV_CODEC_ID_INTERPLAY_DPCM) {
in load_ipmovie_packet()
149
if (s->
audio_type
!= AV_CODEC_ID_INTERPLAY_DPCM)
in load_ipmovie_packet()
256
st->codecpar->codec_id = ipmovie->
audio_type
;
in init_audio()
412
s->
audio_type
= AV_CODEC_ID_INTERPLAY_DPCM;
in process_ipmovie_chunk()
414
s->
audio_type
= AV_CODEC_ID_PCM_S16LE;
in process_ipmovie_chunk()
416
s->
audio_type
= AV_CODEC_ID_PCM_U8;
in process_ipmovie_chunk()
420
(s->
audio_type
== AV_CODEC_ID_INTERPLAY_DPCM) ?
in process_ipmovie_chunk()
582
if (s->avf->nb_streams == 1 && s->
audio_type
)
in process_ipmovie_chunk()
[all...]
H
A
D
ty.c
81
TiVo_audio
audio_type
; /* AC3 or MPEG */
member
231
ty->
audio_type
= TIVO_AUDIO_AC3;
in analyze_chunk()
236
ty->
audio_type
= TIVO_AUDIO_MPEG;
in analyze_chunk()
296
ty->
audio_type
!= TIVO_AUDIO_UNKNOWN &&
in ty_read_header()
302
ty->
audio_type
== TIVO_AUDIO_UNKNOWN ||
in ty_read_header()
319
if (ty->
audio_type
== TIVO_AUDIO_MPEG) {
in ty_read_header()
542
if (ty->
audio_type
== TIVO_AUDIO_MPEG) {
in demux_audio()
571
if (ty->
audio_type
== TIVO_AUDIO_AC3 &&
in demux_audio()
H
A
D
dvenc.c
102
int
audio_type
= 0;
in dv_write_pack()
local
113
audio_type
= 1;
in dv_write_pack()
115
audio_type
= 2;
in dv_write_pack()
119
c->sys->audio_min_samples[
audio_type
]);
in dv_write_pack()
131
(
audio_type
<< 3) | /* frequency: 0 -- 48kHz, 1 -- 44,1kHz, 2 -- 32kHz */
in dv_write_pack()
H
A
D
rpl.c
123
char
audio_type
[RPL_LINE_LENGTH];
in rpl_read_header()
local
207
av_strlcpy(
audio_type
, endptr, RPL_LINE_LENGTH);
in rpl_read_header()
227
if (av_stristr(
audio_type
, "unsigned") != NULL)
in rpl_read_header()
229
else if (av_stristr(
audio_type
, "linear") != NULL)
in rpl_read_header()
H
A
D
wtvdec.c
864
int
audio_type
;
in parse_chunks()
local
866
audio_type
= avio_r8(pb);
in parse_chunks()
867
if (
audio_type
== 2)
in parse_chunks()
869
else if (
audio_type
== 3)
in parse_chunks()
Completed in 7 milliseconds