Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DThumbnailScaler.h13 virtual bool SetDstImage(unsigned int width, unsigned int height, unsigned int v4l2_format) = 0;
DLibScalerForJpeg.h34 bool SetDstImage(unsigned int width, unsigned int height, unsigned int v4l2_format) { in SetDstImage() function
DExynosJpegEncoderForCamera.cpp599 …if (!mThumbnailScaler->SetDstImage(m_nThumbWidth, m_nThumbHeight, GetThumbnailFormat(v4l2Format)))… in GenerateThumbnailImage()