Searched refs:LibScalerForJpeg (Results 1 – 4 of 4) sorted by relevance
48 bool LibScalerForJpeg::Image::set(unsigned int width, unsigned int height, unsigned int format) in set()66 bool LibScalerForJpeg::Image::begin(unsigned int memtype) in begin()86 bool LibScalerForJpeg::Image::cancelBuffer() in cancelBuffer()97 LibScalerForJpeg::Device::Device() in Device()104 LibScalerForJpeg::Device::~Device() in ~Device()110 bool LibScalerForJpeg::Device::requestBuffers(unsigned int buftype, unsigned int memtype, unsigned … in requestBuffers()151 bool LibScalerForJpeg::Device::streamOn(unsigned int buftype) in streamOn()161 bool LibScalerForJpeg::Device::streamOff(unsigned int buftype) in streamOff()171 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, std::function<void(v4l2_buffer &)>… in queueBuffer()218 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf, unsigned int len[SCALER_M… in queueBuffer()[all …]
25 class LibScalerForJpeg : public ThumbnailScaler {27 LibScalerForJpeg() { } in LibScalerForJpeg() function28 ~LibScalerForJpeg() { } in ~LibScalerForJpeg()
25 return new LibScalerForJpeg(); in createInstance()
16 "LibScalerForJpeg.cpp",