Searched refs:decoderIndex (Results 1 – 1 of 1) sorted by relevance
157 size_t decoderIndex = 0; in android_videoCodec_getProfileLevelCombinationNb() local158 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() local177 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 …]