Searched refs:pixelFormat (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 175 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()
|
D | EmulatedCameraDevice.h | 204 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,
|
D | EmulatedQemuCameraDevice.h | 85 status_t getCurrentFrame(void* buffer, uint32_t pixelFormat,
|
D | EmulatedQemuCameraDevice.cpp | 220 uint32_t pixelFormat, in getCurrentFrame() argument 247 pixelFormat); in getCurrentFrame()
|
D | EmulatedCamera.h | 303 status_t getConfiguredPixelFormat(uint32_t* pixelFormat) const;
|
D | EmulatedCamera.cpp | 776 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/ |
D | GLESv2Validation.h | 70 bool pixelFormat(GL2Encoder* ctx, GLenum format);
|
D | GLESv2Validation.cpp | 701 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat() function
|
D | GL2Encoder.cpp | 2361 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/ |
D | egl.cpp | 705 EGLint surfType, int32_t w, int32_t h, GLenum pixelFormat); 778 EGLBoolean egl_pbuffer_surface_t::init(GLenum pixelFormat) in init() argument 789 rcColorBuffer = grallocHelper->createColorBuffer(rcEnc, getWidth(), getHeight(), pixelFormat); in init() 808 GLenum pixelFormat) in create() argument 812 if (pb && !pb->init(pixelFormat)) { in create() 1224 GLenum pixelFormat; in eglCreatePbufferSurface() local 1225 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE) in eglCreatePbufferSurface() 1229 EGL_PBUFFER_BIT, w, h, pixelFormat); in eglCreatePbufferSurface()
|