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