Home
last modified time | relevance | path

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

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