Searched refs:coded_height (Results 1 – 3 of 3) sorted by relevance
225 (pVideoFormat->coded_height > decodecaps.nMaxHeight)) { in HandleVideoSequence()232 if ((pVideoFormat->coded_width >> 4) * (pVideoFormat->coded_height >> 4) > in HandleVideoSequence()279 videoDecodeCreateInfo.ulHeight = pVideoFormat->coded_height; in HandleVideoSequence()292 videoDecodeCreateInfo.ulTargetHeight = pVideoFormat->coded_height; in HandleVideoSequence()
451 (pVideoFormat->coded_height > decodecaps.nMaxHeight)) { in HandleVideoSequence()456 if ((pVideoFormat->coded_width >> 4) * (pVideoFormat->coded_height >> 4) > in HandleVideoSequence()497 videoDecodeCreateInfo.ulHeight = pVideoFormat->coded_height; in HandleVideoSequence()510 videoDecodeCreateInfo.ulTargetHeight = pVideoFormat->coded_height; in HandleVideoSequence()
108 …unsigned int coded_height; /**< OUT: coded frame height in pixels … member