Home
last modified time | relevance | path

Searched refs:pixelFormat (Results 1 – 10 of 10) 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
249 pixelFormat); in getCurrentFrame()
324 uint32_t pixelFormat, in requestRestart() argument
331 mCameraThread->requestRestart(width, height, pixelFormat, in requestRestart()
596 uint32_t pixelFormat, in requestRestart() argument
602 mRestartPixelFormat = pixelFormat; in requestRestart()
DEmulatedCameraDevice.h204 virtual status_t getCurrentFrame(void* buffer, uint32_t pixelFormat,
368 bool requestRestart(int width, int height, uint32_t pixelFormat,
418 uint32_t pixelFormat) const;
495 void requestRestart(int width, int height, uint32_t pixelFormat,
DEmulatedQemuCameraDevice.h85 status_t getCurrentFrame(void* buffer, uint32_t pixelFormat,
DEmulatedQemuCameraDevice.cpp220 uint32_t pixelFormat, in getCurrentFrame() argument
247 pixelFormat); in getCurrentFrame()
DEmulatedCamera.h303 status_t getConfiguredPixelFormat(uint32_t* pixelFormat) const;
DEmulatedCamera.cpp776 status_t EmulatedCamera::getConfiguredPixelFormat(uint32_t* pixelFormat) const { in getConfiguredPixelFormat()
795 if (!GetFourCcFormatFromCameraParam(pix_fmt, pixelFormat)) { in getConfiguredPixelFormat()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.h70 bool pixelFormat(GL2Encoder* ctx, GLenum format);
DGLESv2Validation.cpp701 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat() function
DGL2Encoder.cpp2361 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexImage2D()
2440 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexSubImage2D()
3930 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexImage3D()
3990 SET_ERROR_IF(!GLESv2Validation::pixelFormat(ctx, format), GL_INVALID_ENUM); in s_glTexSubImage3D()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp595 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat);
668 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) in init() argument
679 rcColorBuffer = grallocHelper->createColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init()
698 GLenum pixelFormat) in create() argument
702 if (pb && !pb->init(pixelFormat)) { in create()
1113 GLenum pixelFormat; in eglCreatePbufferSurface() local
1114 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE) in eglCreatePbufferSurface()
1118 EGL_PBUFFER_BIT, w, h, pixelFormat); in eglCreatePbufferSurface()