Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DThumbnailScaler.h12 virtual bool SetSrcImage(unsigned int width, unsigned int height, unsigned int v4l2_format) = 0;
DLibScalerForJpeg.h30 bool SetSrcImage(unsigned int width, unsigned int height, unsigned int v4l2_format) { in SetSrcImage() function
DExynosJpegEncoderForCamera.cpp593 if (!mThumbnailScaler->SetSrcImage(main_width, main_height, v4l2Format)) { in GenerateThumbnailImage()