Searched refs:pixelFormat (Results 1 – 11 of 11) 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 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()
|
D | EmulatedCameraDevice.h | 202 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,
|
D | EmulatedQemuCameraDevice.h | 85 status_t getCurrentFrame(void* buffer, uint32_t pixelFormat) override;
|
D | EmulatedQemuCameraDevice.cpp | 220 uint32_t pixelFormat) { in getCurrentFrame() argument 241 pixelFormat); in getCurrentFrame()
|
D | EmulatedCamera.h | 298 status_t getConfiguredPixelFormat(uint32_t* pixelFormat) const;
|
D | EmulatedCamera.cpp | 772 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/ |
D | GLESv2Validation.h | 70 bool pixelFormat(GL2Encoder* ctx, GLenum format);
|
D | GLESv2Validation.cpp | 697 bool pixelFormat(GL2Encoder* ctx, GLenum format) { in pixelFormat() function
|
D | GL2Encoder.cpp | 1895 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/ |
D | egl.cpp | 555 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/ |
D | QualcommUsbCamera.cpp | 101 int pixelFormat); 1289 int pixelFormat) in initUsbCamera() argument 1355 v4l2format.fmt.pix.pixelformat = pixelFormat; in initUsbCamera()
|