Home
last modified time | relevance | path

Searched refs:kMaxIndicesToCheck (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DACodec.cpp68 kMaxIndicesToCheck = 32, // used when enumerating supported formats and profiles enumerator
2638 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in selectAudioPortFormat()
2651 if (index == kMaxIndicesToCheck) { in selectAudioPortFormat()
3106 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in setVideoPortFormatType()
3151 if (index == kMaxIndicesToCheck) { in setVideoPortFormatType()
4650 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in verifySupportForProfileAndLevel()
4667 if (index == kMaxIndicesToCheck) { in verifySupportForProfileAndLevel()
8333 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
8354 if (index == kMaxIndicesToCheck) { in queryCapabilities()
8367 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
[all …]