Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp74 kMaxIndicesToCheck = 32, // used when enumerating supported formats and profiles enumerator
2742 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in selectAudioPortFormat()
2755 if (index == kMaxIndicesToCheck) { in selectAudioPortFormat()
3246 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in setVideoPortFormatType()
3291 if (index == kMaxIndicesToCheck) { in setVideoPortFormatType()
4827 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in verifySupportForProfileAndLevel()
4844 if (index == kMaxIndicesToCheck) { in verifySupportForProfileAndLevel()
8727 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
8748 if (index == kMaxIndicesToCheck) { in queryCapabilities()
8761 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
[all …]