Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp157 size_t decoderIndex = 0; in android_videoCodec_getProfileLevelCombinationNb() local
158 while (decoderIndex < kNbVideoMimeTypes) { in android_videoCodec_getProfileLevelCombinationNb()
159 if (decoderId == VideoDecoderIds[decoderIndex]) { in android_videoCodec_getProfileLevelCombinationNb()
160 *pNb = VideoDecoderNbProfLevel[decoderIndex]; in android_videoCodec_getProfileLevelCombinationNb()
163 decoderIndex++; in android_videoCodec_getProfileLevelCombinationNb()
176 size_t decoderIndex = 0; in android_videoCodec_getProfileLevelCombination() local
177 while (decoderIndex < kNbVideoMimeTypes) { in android_videoCodec_getProfileLevelCombination()
178 if (decoderId == VideoDecoderIds[decoderIndex]) { in android_videoCodec_getProfileLevelCombination()
181 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].mProfileLevels.size())) in android_videoCodec_getProfileLevelCombination()
188 pDescr->profileSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]. in android_videoCodec_getProfileLevelCombination()
[all …]