Home
last modified time | relevance | path

Searched refs:LibScalerForJpeg (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DLibScalerForJpeg.cpp48 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 …]
H A DLibScalerForJpeg.h25 class LibScalerForJpeg : public ThumbnailScaler {
27 LibScalerForJpeg() { } in LibScalerForJpeg() function
28 ~LibScalerForJpeg() { } in ~LibScalerForJpeg()
H A DThumbnailScaler.cpp25 return new LibScalerForJpeg(); in createInstance()
H A DAndroid.bp16 "LibScalerForJpeg.cpp",