Searched refs:YuvConverter (Results 1 – 5 of 5) sorted by relevance
21 class YuvConverter {23 YuvConverter(int nWidth, int nHeight) : nWidth(nWidth), nHeight(nHeight) { in YuvConverter() function26 ~YuvConverter() { delete[] pQuad; } in ~YuvConverter()
140 YuvConverter<uint8_t> convert8(w, h); in copyFrame()
397 YuvConverter<uint8_t> convert8(mOutputWidth, mOutputHeight); in HandlePictureDisplay()
319 YuvConverter<uint8_t> convert8(mOutputWidth, mOutputHeight); in copyFrame()
344 YuvConverter<uint8_t> convert8(myOutputWidth, myOutputHeight); in getImage()