Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp80 kMaxIndicesToCheck = 32, // used when enumerating supported formats and profiles enumerator
2889 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in selectAudioPortFormat()
2902 if (index == kMaxIndicesToCheck) { in selectAudioPortFormat()
3415 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in setVideoPortFormatType()
3460 if (index == kMaxIndicesToCheck) { in setVideoPortFormatType()
5019 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in verifySupportForProfileAndLevel()
5036 if (index == kMaxIndicesToCheck) { in verifySupportForProfileAndLevel()
9232 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
9253 if (index == kMaxIndicesToCheck) { in queryCapabilities()
9266 for (OMX_U32 index = 0; index <= kMaxIndicesToCheck; ++index) { in queryCapabilities()
[all …]