Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp152 size_t decoderIndex = 0; in android_videoCodec_getProfileLevelCombinationNb() local
153 while (decoderIndex < kNbVideoMimeTypes) { in android_videoCodec_getProfileLevelCombinationNb()
154 if (decoderId == VideoDecoderIds[decoderIndex]) { in android_videoCodec_getProfileLevelCombinationNb()
155 *pNb = VideoDecoderNbProfLevel[decoderIndex]; in android_videoCodec_getProfileLevelCombinationNb()
158 decoderIndex++; in android_videoCodec_getProfileLevelCombinationNb()
171 size_t decoderIndex = 0; in android_videoCodec_getProfileLevelCombination() local
172 while (decoderIndex < kNbVideoMimeTypes) { in android_videoCodec_getProfileLevelCombination()
173 if (decoderId == VideoDecoderIds[decoderIndex]) { in android_videoCodec_getProfileLevelCombination()
176 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].itemAt(0).mProfileLevels.size())) in android_videoCodec_getProfileLevelCombination()
183 pDescr->profileSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]. in android_videoCodec_getProfileLevelCombination()
[all …]