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:MPA_FRAME_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegaudio.h
37
#define
MPA_FRAME_SIZE
1152
macro
H
A
D
libmp3lame.c
42
#define BUFFER_SIZE (7200 + 2 *
MPA_FRAME_SIZE
+
MPA_FRAME_SIZE
/ 4+1000) // FIXME: Buffer size to small? Adding 1000 to make up for it.
H
A
D
mpegaudioenc_template.c
92
avctx->frame_size =
MPA_FRAME_SIZE
;
in MPA_encode_init()
129
a = (float)(bitrate * 1000 *
MPA_FRAME_SIZE
) / (freq * 8.0);
in MPA_encode_init()
H
A
D
mpegaudiodec_template.c
1830
frame->nb_samples =
MPA_FRAME_SIZE
;
in decode_frame_mp3on4()
1874
memset(outptr[0], 0,
MPA_FRAME_SIZE
*sizeof(OUT_INT));
in decode_frame_mp3on4()
1876
memset(outptr[1], 0,
MPA_FRAME_SIZE
*sizeof(OUT_INT));
in decode_frame_mp3on4()
1877
ret = m->nb_channels *
MPA_FRAME_SIZE
*sizeof(OUT_INT);
in decode_frame_mp3on4()
H
A
D
qdm2.c
178
DECLARE_ALIGNED(32, float, samples)[MPA_MAX_CHANNELS *
MPA_FRAME_SIZE
];
1727
if (s->frame_size * 4 >> s->sub_sampling >
MPA_FRAME_SIZE
) {
in qdm2_decode_init()
Completed in 14 milliseconds