Home
last modified time | relevance | path

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

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