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

1 2

  /frameworks/native/include/ui/
GraphicBufferMapper.h 49 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr);
57 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr,
GraphicBuffer.h 111 status_t lockYCbCr(uint32_t inUsage, android_ycbcr *ycbcr);
113 android_ycbcr *ycbcr);
118 status_t lockAsyncYCbCr(uint32_t inUsage, android_ycbcr *ycbcr,
121 android_ycbcr *ycbcr, int fenceFd);
  /hardware/libhardware/include/hardware/
gralloc.h 268 struct android_ycbcr *ycbcr);
313 struct android_ycbcr *ycbcr, int fenceFd);
337 * 0, since the actual strides are available from the android_ycbcr
  /frameworks/av/media/libstagefright/include/
SoftVideoEncoderOMXComponent.h 55 struct android_ycbcr *ycbcr, int32_t width, int32_t height);
  /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 *);
  /hardware/qcom/display/msm8226/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 *);
  /hardware/qcom/display/msm8909/libgralloc/
gralloc.cpp 48 struct android_ycbcr *ycbcr);
gr.h 72 int getYUVPlaneInfo(private_handle_t* pHnd, struct android_ycbcr* ycbcr);
mapper.cpp 278 struct android_ycbcr *ycbcr)
430 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *);
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 48 struct android_ycbcr *ycbcr);
  /hardware/qcom/display/msm8994/libgralloc/
gralloc.cpp 48 struct android_ycbcr *ycbcr);
gr.h 73 int getYUVPlaneInfo(private_handle_t* pHnd, struct android_ycbcr* ycbcr);
mapper.cpp 268 struct android_ycbcr *ycbcr)
418 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *);
  /hardware/qcom/display/msm8996/libgralloc/
gralloc.cpp 48 struct android_ycbcr *ycbcr);
gr.h 73 int getYUVPlaneInfo(private_handle_t* pHnd, struct android_ycbcr* ycbcr);
mapper.cpp 260 struct android_ycbcr *ycbcr)
410 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *);
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 204 status_t GraphicBuffer::lockYCbCr(uint32_t inUsage, android_ycbcr* ycbcr)
212 android_ycbcr* ycbcr)
253 status_t GraphicBuffer::lockAsyncYCbCr(uint32_t inUsage, android_ycbcr* ycbcr,
262 android_ycbcr* ycbcr, int fenceFd)
GraphicBufferMapper.cpp 95 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr)
148 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd)
  /system/core/include/system/
graphics.h 371 * struct android_ycbcr (below) is the the struct used to describe it.
468 struct android_ycbcr { struct
    [all...]
  /frameworks/native/libs/gui/
CpuConsumer.cpp 116 android_ycbcr ycbcr = android_ycbcr();
  /frameworks/rs/
rsGrallocConsumer.cpp 112 android_ycbcr ycbcr = android_ycbcr();

Completed in 263 milliseconds

1 2