Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp156 size_t decoderIndex = 0; in android_videoCodec_getProfileLevelCombinationNb() local
157 while (decoderIndex < kNbVideoMimeTypes) { in android_videoCodec_getProfileLevelCombinationNb()
158 if (decoderId == VideoDecoderIds[decoderIndex]) { in android_videoCodec_getProfileLevelCombinationNb()
159 *pNb = VideoDecoderNbProfLevel[decoderIndex]; in android_videoCodec_getProfileLevelCombinationNb()
162 decoderIndex++; in android_videoCodec_getProfileLevelCombinationNb()
175 size_t decoderIndex = 0; in android_videoCodec_getProfileLevelCombination() local
176 while (decoderIndex < kNbVideoMimeTypes) { in android_videoCodec_getProfileLevelCombination()
177 if (decoderId == VideoDecoderIds[decoderIndex]) { in android_videoCodec_getProfileLevelCombination()
180 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].mProfileLevels.size())) in android_videoCodec_getProfileLevelCombination()
187 pDescr->profileSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]. in android_videoCodec_getProfileLevelCombination()
[all …]