Home
last modified time | relevance | path

Searched refs:YuvConverter (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DYuvConverter.h21 class YuvConverter {
23 YuvConverter(int nWidth, int nHeight) : nWidth(nWidth), nHeight(nHeight) { in YuvConverter() function
26 ~YuvConverter() { delete[] pQuad; } in ~YuvConverter()
/hardware/google/aemu/host-common/
DMediaFfmpegVideoHelper.cpp140 YuvConverter<uint8_t> convert8(w, h); in copyFrame()
DMediaCudaVideoHelper.cpp397 YuvConverter<uint8_t> convert8(mOutputWidth, mOutputHeight); in HandlePictureDisplay()
DMediaH264DecoderFfmpeg.cpp319 YuvConverter<uint8_t> convert8(mOutputWidth, mOutputHeight); in copyFrame()
DMediaH264DecoderCuvid.cpp344 YuvConverter<uint8_t> convert8(myOutputWidth, myOutputHeight); in getImage()