Searched refs:coded_width (Results 1 – 3 of 3) sorted by relevance
224 if ((pVideoFormat->coded_width > decodecaps.nMaxWidth) || in HandleVideoSequence()232 if ((pVideoFormat->coded_width >> 4) * (pVideoFormat->coded_height >> 4) > in HandleVideoSequence()278 videoDecodeCreateInfo.ulWidth = pVideoFormat->coded_width; in HandleVideoSequence()291 videoDecodeCreateInfo.ulTargetWidth = pVideoFormat->coded_width; in HandleVideoSequence()
450 if ((pVideoFormat->coded_width > decodecaps.nMaxWidth) || in HandleVideoSequence()456 if ((pVideoFormat->coded_width >> 4) * (pVideoFormat->coded_height >> 4) > in HandleVideoSequence()496 videoDecodeCreateInfo.ulWidth = pVideoFormat->coded_width; in HandleVideoSequence()509 videoDecodeCreateInfo.ulTargetWidth = pVideoFormat->coded_width; in HandleVideoSequence()
107 …unsigned int coded_width; /**< OUT: coded frame width in pixels … member