OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSupportedProfiles
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp
40
static const OMX_U32
kSupportedProfiles
[] = {
258
if (profileParams->nProfileIndex >= NELEM(
kSupportedProfiles
)) {
263
kSupportedProfiles
[profileParams->nProfileIndex];
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp
59
static const OMX_U32
kSupportedProfiles
[] = {
308
if (profileParams->nProfileIndex >= NELEM(
kSupportedProfiles
)) {
313
kSupportedProfiles
[profileParams->nProfileIndex];
[
all
...]
Completed in 63 milliseconds