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
2678 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in selectAudioPortFormat()
2691 if (index == kMaxIndicesToCheck) { in selectAudioPortFormat()
3180 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in setVideoPortFormatType()
3225 if (index == kMaxIndicesToCheck) { in setVideoPortFormatType()
4761 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in verifySupportForProfileAndLevel()
4778 if (index == kMaxIndicesToCheck) { in verifySupportForProfileAndLevel()
8637 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
8658 if (index == kMaxIndicesToCheck) { in queryCapabilities()
8671 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
[all …]