Lines Matching refs:Device
84 LibScalerForJpeg::Device::Device() { in Device() function in LibScalerForJpeg::Device
89 LibScalerForJpeg::Device::~Device() { in ~Device()
93 bool LibScalerForJpeg::Device::requestBuffers(unsigned int buftype, unsigned int memtype, in requestBuffers()
113 bool LibScalerForJpeg::Device::setFormat(unsigned int buftype, unsigned int format, in setFormat()
136 bool LibScalerForJpeg::Device::streamOn(unsigned int buftype) { in streamOn()
145 bool LibScalerForJpeg::Device::streamOff(unsigned int buftype) { in streamOff()
154 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, in queueBuffer()
169 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES], in queueBuffer()
187 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES], in queueBuffer()
205 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf, in queueBuffer()
220 bool LibScalerForJpeg::Device::dequeueBuffer(unsigned int buftype, unsigned int memtype) { in dequeueBuffer()