Home
last modified time | relevance | path

Searched refs:coded_height (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/
DMediaCudaVideoHelper.cpp225 (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()
DMediaH264DecoderCuvid.cpp451 (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()
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_nvcuvid.h108 …unsigned int coded_height; /**< OUT: coded frame height in pixels … member