Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp168 XAVideoCodecDescriptor *pDescr) in android_videoCodec_getProfileLevelCombination() argument
182 pDescr->codecId = decoderId; in android_videoCodec_getProfileLevelCombination()
183 pDescr->profileSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]. in android_videoCodec_getProfileLevelCombination()
185 pDescr->levelSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]. in android_videoCodec_getProfileLevelCombination()
188 pDescr->maxWidth = 0; in android_videoCodec_getProfileLevelCombination()
189 pDescr->maxHeight = 0; in android_videoCodec_getProfileLevelCombination()
190 pDescr->maxFrameRate = 0; in android_videoCodec_getProfileLevelCombination()
191 pDescr->maxBitRate = 0; in android_videoCodec_getProfileLevelCombination()
192 pDescr->rateControlSupported = 0; in android_videoCodec_getProfileLevelCombination()
DVideoCodec_to_android.h83 XAuint32 plIndex, XAVideoCodecDescriptor *pDescr);