OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sampling_rate_index
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/
avc_utils.cpp
596
unsigned
sampling_rate_index
= (header >> 10) & 3;
local
598
if (
sampling_rate_index
== 3) {
603
int sampling_rate = kSamplingRateV1[
sampling_rate_index
];
Completed in 94 milliseconds