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:ff_mpa_freq_tab
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegaudiodecheader.c
55
if (sample_rate_index >= FF_ARRAY_ELEMS(
ff_mpa_freq_tab
))
in avpriv_mpegaudio_decode_header()
57
sample_rate =
ff_mpa_freq_tab
[sample_rate_index] >> (s->lsf + mpeg25);
in avpriv_mpegaudio_decode_header()
H
A
D
mpegaudiotabs.h
37
const uint16_t
ff_mpa_freq_tab
[3] = { 44100, 48000, 32000 };
variable
H
A
D
mpegaudiodata.h
40
extern const uint16_t
ff_mpa_freq_tab
[3];
H
A
D
mp3_header_decompress_bsf.c
71
sample_rate =
ff_mpa_freq_tab
[sample_rate_index] >> (lsf + mpeg25); //in case sample rate is a little off
in mp3_header_decompress()
H
A
D
mpegaudioenc_template.c
98
if (
ff_mpa_freq_tab
[i] == freq)
in MPA_encode_init()
100
if ((
ff_mpa_freq_tab
[i] / 2) == freq) {
in MPA_encode_init()
/third_party/ffmpeg/libavformat/
H
A
D
mp3enc.c
162
for (i = 0; i < FF_ARRAY_ELEMS(
ff_mpa_freq_tab
); i++) {
in mp3_write_xing()
163
const uint16_t base_freq =
ff_mpa_freq_tab
[i];
in mp3_write_xing()
173
if (i == FF_ARRAY_ELEMS(
ff_mpa_freq_tab
)) {
in mp3_write_xing()
H
A
D
isom.c
371
st->codecpar->sample_rate =
ff_mpa_freq_tab
[cfg.sampling_index];
in ff_mp4_read_dec_config_descr()
H
A
D
nutenc.c
95
sample_rate =
ff_mpa_freq_tab
[sample_rate_index] >> (lsf + mpeg25);
in find_expected_header()
Completed in 6 milliseconds