OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampling_rate_index
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp
85
unsigned
sampling_rate_index
= (header >> 10) & 3;
local
87
if (
sampling_rate_index
== 3) {
92
int sampling_rate = kSamplingRateV1[
sampling_rate_index
];
/frameworks/av/media/libstagefright/
avc_utils.cpp
690
unsigned
sampling_rate_index
= (header >> 10) & 3;
local
692
if (
sampling_rate_index
== 3) {
697
int sampling_rate = kSamplingRateV1[
sampling_rate_index
];
Completed in 179 milliseconds