Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp172 XAVideoCodecDescriptor *pDescr) in android_videoCodec_getProfileLevelCombination() argument
186 pDescr->codecId = decoderId; in android_videoCodec_getProfileLevelCombination()
187 pDescr->profileSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]. in android_videoCodec_getProfileLevelCombination()
189 pDescr->levelSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]. in android_videoCodec_getProfileLevelCombination()
192 pDescr->maxWidth = 0; in android_videoCodec_getProfileLevelCombination()
193 pDescr->maxHeight = 0; in android_videoCodec_getProfileLevelCombination()
194 pDescr->maxFrameRate = 0; in android_videoCodec_getProfileLevelCombination()
195 pDescr->maxBitRate = 0; in android_videoCodec_getProfileLevelCombination()
196 pDescr->rateControlSupported = 0; in android_videoCodec_getProfileLevelCombination()
DVideoCodec_to_android.h83 XAuint32 plIndex, XAVideoCodecDescriptor *pDescr);