Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 6 of 6) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.cpp24 static const char *getBufTypeString(unsigned int buftype) { in getBufTypeString() argument
25 if (buftype == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) return "destination"; in getBufTypeString()
26 if (buftype == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) return "source"; in getBufTypeString()
93 bool LibScalerForJpeg::Device::requestBuffers(unsigned int buftype, unsigned int memtype, in requestBuffers() argument
97 if (!count) streamOff(buftype); in requestBuffers()
101 reqbufs.type = buftype; in requestBuffers()
106 ALOGERR("failed REQBUFS(%s, mem=%d, count=%d)", getBufTypeString(buftype), memtype, count); in requestBuffers()
113 bool LibScalerForJpeg::Device::setFormat(unsigned int buftype, unsigned int format, in setFormat() argument
118 fmt.type = buftype; in setFormat()
124 ALOGERR("failed S_FMT(%s, fmt=h'%x, %ux%u)", getBufTypeString(buftype), format, width, in setFormat()
[all …]
DLibScalerForJpeg.h51 bool requestBuffers(unsigned int buftype, unsigned int memtype, unsigned int count);
52 bool setFormat(unsigned int buftype, unsigned int format, unsigned int width,
54 bool streamOn(unsigned int buftype);
55 bool streamOff(unsigned int buftype);
56 bool queueBuffer(unsigned int buftype, std::function<void(v4l2_buffer &)> bufferFiller);
57 bool queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES],
59 bool queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES],
61 bool queueBuffer(unsigned int buftype, int buf, unsigned int len[SCALER_MAX_PLANES]);
62 bool dequeueBuffer(unsigned int buftype, unsigned int memtype);
74 Image(Device &dev, unsigned int w, unsigned int h, unsigned int f, unsigned int buftype) in Image()
[all …]
DExynosJpegEncoderForCamera.cpp617 int buftype = checkInBufType(); in CompressThumbnail() local
625 buftype = JPEG_BUF_TYPE_DMA_BUF; in CompressThumbnail()
632 buftype); in CompressThumbnail()
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h221 …ENTRYP PFNEGLCREATEPBUFFERFROMCLIENTBUFFERPROC) (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer …
227 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EG…
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EG…
/hardware/google/gfxstream/guest/egl/
Degl.cpp1574 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer() argument
1578 (void)buftype; in eglCreatePbufferFromClientBuffer()