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