/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoLibdrm.cpp | 44 size_t chroma_step; /* Distance in bytes between subsequent chroma pixels. */ member 75 size_t chroma_step) { in get_fourcc_yuv() argument 79 droid_yuv_format.chroma_step == chroma_step) in get_fourcc_yuv() 139 bo->format = get_fourcc_yuv(hal_format, chroma_order, ycbcr.chroma_step); in GetYuvPlaneInfo() 145 (int)ycbcr.chroma_step); in GetYuvPlaneInfo() 157 int expected_planes = (ycbcr.chroma_step == 2) ? 2 : 3; in GetYuvPlaneInfo()
|
/external/libaom/av1/encoder/ |
D | extend.c | 25 int chroma_step) { in copy_and_extend_plane() argument 29 const uint8_t *src_ptr2 = src + (w - 1) * chroma_step; in copy_and_extend_plane() 35 if (chroma_step == 1) { in copy_and_extend_plane() 39 dst_ptr1[extend_left + j] = src_ptr1[chroma_step * j]; in copy_and_extend_plane() 151 const int chroma_step = src->v_buffer ? 1 : 2; in av1_copy_and_extend_frame() local 157 chroma_step); in av1_copy_and_extend_frame() 161 chroma_step); in av1_copy_and_extend_frame()
|
/external/libvpx/vp8/common/ |
D | extend.c | 83 int chroma_step = src->v_buffer - src->u_buffer == 1 ? 2 : 1; in vp8_copy_and_extend_frame() local 96 eb, er, chroma_step); in vp8_copy_and_extend_frame() 100 eb, er, chroma_step); in vp8_copy_and_extend_frame() 115 int chroma_step = src->v_buffer - src->u_buffer == 1 ? 2 : 1; in vp8_copy_and_extend_frame_with_rect() local 136 srcw, et, el, eb, er, chroma_step); in vp8_copy_and_extend_frame_with_rect() 140 srcw, et, el, eb, er, chroma_step); in vp8_copy_and_extend_frame_with_rect()
|
/external/libvpx/vp9/encoder/ |
D | vp9_extend.c | 134 const int chroma_step = src->v_buffer - src->u_buffer == 1 ? 2 : 1; in vp9_copy_and_extend_frame() local 159 et_uv, el_uv, eb_uv, er_uv, chroma_step); in vp9_copy_and_extend_frame() 163 et_uv, el_uv, eb_uv, er_uv, chroma_step); in vp9_copy_and_extend_frame() 190 const int chroma_step = src->v_buffer - src->u_buffer == 1 ? 2 : 1; in vp9_copy_and_extend_frame_with_rect() local 198 srch_uv, et_uv, el_uv, eb_uv, er_uv, chroma_step); in vp9_copy_and_extend_frame_with_rect() 202 srch_uv, et_uv, el_uv, eb_uv, er_uv, chroma_step); in vp9_copy_and_extend_frame_with_rect()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 63 int chroma_step; /* Distance in bytes between subsequent chroma pixels. */ member 87 get_fourcc_yuv(int native, enum chroma_order chroma_order, int chroma_step) in get_fourcc_yuv() argument 92 droid_yuv_formats[i].chroma_step == chroma_step) in get_fourcc_yuv() 235 ycbcr.chroma_step = 1; in droid_create_image_from_prime_fds_yuv() 247 ycbcr.chroma_step = 2; in droid_create_image_from_prime_fds_yuv() 281 fourcc = get_fourcc_yuv(buf->format, chroma_order, ycbcr.chroma_step); in droid_create_image_from_prime_fds_yuv() 284 buf->format, chroma_order == YCbCr ? "YCbCr" : "YCrCb", ycbcr.chroma_step); in droid_create_image_from_prime_fds_yuv() 293 int num_planes = (ycbcr.chroma_step == 2) ? 2 : 3; in droid_create_image_from_prime_fds_yuv()
|
/external/mesa3d/include/android_stub/system/ |
D | graphics.h | 88 size_t chroma_step; member
|
/external/drm_hwcomposer/.ci/android_headers/system/ |
D | graphics.h | 89 size_t chroma_step; member
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 442 ycbcr->chroma_step = 2; in gralloc0_lock_async_ycbcr() 451 ycbcr->chroma_step = 1; in gralloc0_lock_async_ycbcr()
|
/external/v4l2_codec2/components/ |
D | V4L2EncodeComponent.cpp | 97 if (ycbcr.chroma_step > in getVideoFrameLayout()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 39386 …<var-decl name='chroma_step' type-id='b59d7dce' visibility='default' filepath='system/core/libsyst…
|