Home
last modified time | relevance | path

Searched refs:android_ycbcr (Results 1 – 25 of 91) sorted by relevance

1234

/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_utils.h74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
83 struct android_ycbcr *ycbcr);
85 struct android_ycbcr *ycbcr);
87 int color_format, struct android_ycbcr *ycbcr);
H A Dgr_utils.cpp287 int color_format, struct android_ycbcr *ycbcr) { in GetYuvUbwcSPPlaneInfo()
315 int color_format, struct android_ycbcr *ycbcr) { in GetYuvUbwcInterlacedSPPlaneInfo()
337 struct android_ycbcr *ycbcr) { in GetYuvSPPlaneInfo()
349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo()
775 struct android_ycbcr yuvInfo = {}; in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_utils.h74 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
83 struct android_ycbcr *ycbcr);
85 struct android_ycbcr *ycbcr);
87 int color_format, struct android_ycbcr *ycbcr);
H A Dgr_utils.cpp287 int color_format, struct android_ycbcr *ycbcr) { in GetYuvUbwcSPPlaneInfo()
315 int color_format, struct android_ycbcr *ycbcr) { in GetYuvUbwcInterlacedSPPlaneInfo()
337 struct android_ycbcr *ycbcr) { in GetYuvSPPlaneInfo()
349 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr) { in GetYUVPlaneInfo()
775 struct android_ycbcr yuvInfo = {}; in GetBufferLayout()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_utils.h87 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]);
95 struct android_ycbcr *ycbcr);
97 struct android_ycbcr *ycbcr);
99 int color_format, struct android_ycbcr ycbcr[2]);
H A Dgr_utils.cpp359 struct android_ycbcr *ycbcr) { in GetYuvUbwcSPPlaneInfo()
387 int color_format, struct android_ycbcr ycbcr[2]) { in GetYuvUbwcInterlacedSPPlaneInfo()
410 struct android_ycbcr *ycbcr) { in GetYuvSPPlaneInfo()
422 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]) { in GetYUVPlaneInfo()
911 struct android_ycbcr yuvPlaneInfo[2] = {}; in GetBufferLayout()
954 struct android_ycbcr yuvInfo = yuvPlaneInfo[0]; in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.h72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
86 struct android_ycbcr *ycbcr);
88 struct android_ycbcr *ycbcr);
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.h72 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr *ycbcr);
86 struct android_ycbcr *ycbcr);
88 struct android_ycbcr *ycbcr);
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_bufferaccess.h28 int h, android_ycbcr *ycbcr);
35 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd);
H A Dmali_gralloc_module.cpp103 int usage, int l, int t, int w, int h, android_ycbcr *ycbcr) in gralloc_lock_ycbcr()
128 android_ycbcr *ycbcr, int32_t fence_fd) in gralloc_lock_ycbcr_async()
H A Dmali_gralloc_module.h62 int h, android_ycbcr *ycbcr);
67 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd);
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGraphicBuffer.h179 status_t lockYCbCr(uint32_t inUsage, android_ycbcr *ycbcr);
181 android_ycbcr *ycbcr);
192 status_t lockAsyncYCbCr(uint32_t inUsage, android_ycbcr *ycbcr,
195 android_ycbcr *ycbcr, int fenceFd);
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h179 status_t lockYCbCr(uint32_t inUsage, android_ycbcr *ycbcr);
181 android_ycbcr *ycbcr);
192 status_t lockAsyncYCbCr(uint32_t inUsage, android_ycbcr *ycbcr,
195 android_ycbcr *ycbcr, int fenceFd);
/aosp12/hardware/libhardware/include/hardware/
H A Dgralloc.h270 struct android_ycbcr *ycbcr);
315 struct android_ycbcr *ycbcr, int fenceFd);
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dmapper.cpp271 struct android_ycbcr *ycbcr) in gralloc_lock_ycbcr()
336 static void ycbcr_to_flexible_layout(const struct android_ycbcr* ycbcr, in ycbcr_to_flexible_layout()
483 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *); in gralloc_perform()
593 struct android_ycbcr ycbcr; in gralloc_perform()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp270 struct android_ycbcr *ycbcr) in gralloc_lock_ycbcr()
335 static void ycbcr_to_flexible_layout(const struct android_ycbcr* ycbcr, in ycbcr_to_flexible_layout()
482 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *); in gralloc_perform()
643 struct android_ycbcr ycbcr; in gralloc_perform()
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A DREADME.txt86 2) Create Rect object that will be used as input to mapper function (and android_ycbcr object
90 android_ycbcr outLayout;
94 android_ycbcr struct is diefeind in /system/core/libsystem/include/system/graphics.h
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_utils.h172 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]);
180 struct android_ycbcr *ycbcr);
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_utils.h186 int GetYUVPlaneInfo(const private_handle_t *hnd, struct android_ycbcr ycbcr[2]);
194 struct android_ycbcr *ycbcr);
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_bufferaccess.h27 int h, android_ycbcr *ycbcr);
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
H A Dvendor_graphicbuffer_mapper.cpp31 uint64_t usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr64()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dmapper.cpp256 struct android_ycbcr *ycbcr) in gralloc_lock_ycbcr()
431 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *); in gralloc_perform()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp256 struct android_ycbcr *ycbcr) in gralloc_lock_ycbcr()
431 android_ycbcr* ycbcr = va_arg(args, struct android_ycbcr *); in gralloc_perform()
/aosp12/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp264 status_t GraphicBuffer::lockYCbCr(uint32_t inUsage, android_ycbcr* ycbcr) in lockYCbCr()
272 android_ycbcr* ycbcr) in lockYCbCr()
321 status_t GraphicBuffer::lockAsyncYCbCr(uint32_t inUsage, android_ycbcr* ycbcr, in lockAsyncYCbCr()
330 android_ycbcr* ycbcr, int fenceFd) in lockAsyncYCbCr()
/aosp12/frameworks/native/libs/gui/
H A DCpuConsumer.cpp91 android_ycbcr ycbcr = android_ycbcr(); in lockBufferItem()

1234