HomeSort by relevance Sort by last modified time
    Searched refs:android_ycbcr (Results 1 - 23 of 23) sorted by null

  /frameworks/native/include/ui/
GraphicBufferMapper.h 49 int usage, const Rect& bounds, android_ycbcr *ycbcr);
57 int usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd);
GraphicBuffer.h 100 status_t lockYCbCr(uint32_t usage, android_ycbcr *ycbcr);
101 status_t lockYCbCr(uint32_t usage, const Rect& rect, android_ycbcr *ycbcr);
105 status_t lockAsyncYCbCr(uint32_t usage, android_ycbcr *ycbcr, int fenceFd);
106 status_t lockAsyncYCbCr(uint32_t usage, const Rect& rect, android_ycbcr *ycbcr, int fenceFd);
  /external/chromium_org/third_party/hwcplus/include/system/
graphics.h 230 * struct android_ycbcr (below) is the the struct used to describe it.
268 struct android_ycbcr { struct
  /frameworks/av/media/libstagefright/include/
SoftVideoEncoderOMXComponent.h 38 struct android_ycbcr *ycbcr, int32_t width, int32_t height);
  /system/core/include/system/
graphics.h 307 * struct android_ycbcr (below) is the the struct used to describe it.
345 struct android_ycbcr { struct
  /hardware/libhardware/include/hardware/
gralloc.h 249 struct android_ycbcr *ycbcr);
294 struct android_ycbcr *ycbcr, int fenceFd);
318 * 0, since the actual strides are available from the android_ycbcr
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 90 int usage, const Rect& bounds, android_ycbcr *ycbcr)
137 int usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd)
GraphicBuffer.cpp 185 status_t GraphicBuffer::lockYCbCr(uint32_t usage, android_ycbcr *ycbcr)
193 android_ycbcr *ycbcr)
232 status_t GraphicBuffer::lockAsyncYCbCr(uint32_t usage, android_ycbcr *ycbcr, int fenceFd)
239 status_t GraphicBuffer::lockAsyncYCbCr(uint32_t usage, const Rect& rect, android_ycbcr *ycbcr, int fenceFd)
  /hardware/qcom/display/msm8084/libgralloc/
gralloc.cpp 48 struct android_ycbcr *ycbcr);
gr.h 72 int getYUVPlaneInfo(private_handle_t* pHnd, struct android_ycbcr* ycbcr);
mapper.cpp 256 struct android_ycbcr *ycbcr)
431 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *);
alloc_controller.cpp 558 int getYUVPlaneInfo(private_handle_t* hnd, struct android_ycbcr* ycbcr)
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 48 struct android_ycbcr *ycbcr);
mapper.cpp 249 struct android_ycbcr *ycbcr)
  /hardware/qcom/display/msm8974/libgralloc/
gralloc.cpp 48 struct android_ycbcr *ycbcr);
mapper.cpp 250 struct android_ycbcr *ycbcr)
  /external/chromium_org/third_party/hwcplus/include/hardware/
gralloc.h 242 struct android_ycbcr *ycbcr);
266 * 0, since the actual strides are available from the android_ycbcr
  /frameworks/native/libs/gui/
CpuConsumer.cpp 97 android_ycbcr ycbcr = android_ycbcr();
  /frameworks/rs/
rsGrallocConsumer.cpp 91 android_ycbcr ycbcr = android_ycbcr();
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 49 struct android_ycbcr *ycbcr, int32_t width, int32_t height) {
239 struct android_ycbcr ycbcr;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 86 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, android_ycbcr* ycbcr) {
300 android_ycbcr ycbcr = android_ycbcr();
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 904 android_ycbcr ycbcr = android_ycbcr();
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 773 android_ycbcr *ycbcr)

Completed in 439 milliseconds