Home
last modified time | relevance | path

Searched refs:pixelFormat (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp175 uint32_t pixelFormat) const { in getCurrentFrameImpl()
176 if (pixelFormat == mPixelFormat) { in getCurrentFrameImpl()
179 } else if (pixelFormat == V4L2_PIX_FMT_YUV420 && in getCurrentFrameImpl()
219 reinterpret_cast<const char*>(&pixelFormat)); in getCurrentFrameImpl()
224 uint32_t pixelFormat) in getCurrentFrame() argument
243 pixelFormat); in getCurrentFrame()
313 uint32_t pixelFormat, in requestRestart() argument
320 mCameraThread->requestRestart(width, height, pixelFormat, in requestRestart()
571 uint32_t pixelFormat, in requestRestart() argument
577 mRestartPixelFormat = pixelFormat; in requestRestart()
DEmulatedCameraDevice.h202 virtual status_t getCurrentFrame(void* buffer, uint32_t pixelFormat);
363 bool requestRestart(int width, int height, uint32_t pixelFormat,
413 uint32_t pixelFormat) const;
487 void requestRestart(int width, int height, uint32_t pixelFormat,
DEmulatedQemuCameraDevice.h85 status_t getCurrentFrame(void* buffer, uint32_t pixelFormat) override;
DEmulatedQemuCameraDevice.cpp220 uint32_t pixelFormat) { in getCurrentFrame() argument
241 pixelFormat); in getCurrentFrame()
DEmulatedCamera.h298 status_t getConfiguredPixelFormat(uint32_t* pixelFormat) const;
DEmulatedCamera.cpp772 status_t EmulatedCamera::getConfiguredPixelFormat(uint32_t* pixelFormat) const { in getConfiguredPixelFormat()
791 if (!GetFourCcFormatFromCameraParam(pix_fmt, pixelFormat)) { in getConfiguredPixelFormat()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.h70 bool pixelFormat(GL2Encoder* ctx, GLenum format);
DGLESv2Validation.cpp697 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat() function
DGL2Encoder.cpp1895 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexImage2D()
1974 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexSubImage2D()
3322 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexImage3D()
3382 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexSubImage3D()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp555 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
590 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) in init() argument
601 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()
614 GLenum pixelFormat) in create() argument
618 if (pb && !pb->init(pixelFormat)) { in create()
935 GLenum pixelFormat; in eglCreatePbufferSurface() local
936 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE) in eglCreatePbufferSurface()
940 EGL_PBUFFER_BIT, w, h, pixelFormat); in eglCreatePbufferSurface()
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp101 int pixelFormat);
1289 int pixelFormat) in initUsbCamera() argument
1355 v4l2format.fmt.pix.pixelformat = pixelFormat; in initUsbCamera()