Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaCudaVideoHelper.cpp224 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()
DMediaH264DecoderCuvid.cpp450 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()
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_nvcuvid.h107 …unsigned int coded_width; /**< OUT: coded frame width in pixels … member