Home
last modified time | relevance | path

Searched defs:buftype (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.cpp24 static const char *getBufTypeString(unsigned int buftype) { in getBufTypeString()
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()
DExynosJpegEncoderForCamera.cpp617 int buftype = checkInBufType(); in CompressThumbnail() local
/hardware/google/gfxstream/guest/egl/
Degl.cpp1574 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer()