Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp69 kMaxIndicesToCheck = 32, // used when enumerating supported formats and profiles enumerator
2671 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in selectAudioPortFormat()
2684 if (index == kMaxIndicesToCheck) { in selectAudioPortFormat()
3173 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in setVideoPortFormatType()
3218 if (index == kMaxIndicesToCheck) { in setVideoPortFormatType()
4730 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in verifySupportForProfileAndLevel()
4747 if (index == kMaxIndicesToCheck) { in verifySupportForProfileAndLevel()
8606 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
8627 if (index == kMaxIndicesToCheck) { in queryCapabilities()
8640 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
[all …]