Searched defs:buftype (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
D | LibScalerForJpeg.cpp | 23 static const char *getBufTypeString(unsigned int buftype) in getBufTypeString() 110 bool LibScalerForJpeg::Device::requestBuffers(unsigned int buftype, unsigned int memtype, unsigned … in requestBuffers() 130 bool LibScalerForJpeg::Device::setFormat(unsigned int buftype, unsigned int format, unsigned int wi… in setFormat() 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() 186 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES], unsign… in queueBuffer() 202 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES], unsi… in queueBuffer() 218 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf, unsigned int len[SCALER_M… in queueBuffer() 234 bool LibScalerForJpeg::Device::dequeueBuffer(unsigned int buftype, unsigned int memtype) in dequeueBuffer()
|
D | ExynosJpegEncoderForCamera.cpp | 638 int buftype = checkInBufType(); in CompressThumbnail() local
|