Home
last modified time | relevance | path

Searched refs:luma_size (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp892 size_t luma_size=0, chroma_size=0, ext_size=256; in prepare_descriptor_exynos_formats() local
921 std::tie(luma_size, chroma_size) = sbwc_sizes<8>(w, h); in prepare_descriptor_exynos_formats()
932 std::tie(luma_size, chroma_size) = sbwc_sizes<10>(w, h); in prepare_descriptor_exynos_formats()
958 luma_size = SBWCL_8B_Y_SIZE(w, h, r); in prepare_descriptor_exynos_formats()
993 luma_size = SBWCL_10B_Y_SIZE(w, h, r); in prepare_descriptor_exynos_formats()
1029 luma_size += chroma_size; in prepare_descriptor_exynos_formats()
1039 luma_size = PLANE_SIZE(stride , h * 3 / 2, ext_size); in prepare_descriptor_exynos_formats()
1049 luma_size = PLANE_SIZE(stride, luma_vstride, ext_size); in prepare_descriptor_exynos_formats()
1062 luma_size = PLANE_SIZE(stride, luma_vstride, ext_size); in prepare_descriptor_exynos_formats()
1072 luma_size = PLANE_SIZE(stride, h, 0) + chroma_size; in prepare_descriptor_exynos_formats()
[all …]
/hardware/google/gchips/include/
Dexynos_format.h232 unsigned int *luma_size,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device.cpp1492 unsigned int luma_size, luma_size_2k; in venc_use_buf() local
1497 luma_size = ht * wd; in venc_use_buf()
1498 luma_size_2k = (luma_size + 2047) & ~2047; in venc_use_buf()
1500 dev_buffer.sz = luma_size_2k + ((luma_size/2 + 2047) & ~2047); in venc_use_buf()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1697 unsigned int luma_size, luma_size_2k; in venc_use_buf() local
1702 luma_size = ht * wd; in venc_use_buf()
1703 luma_size_2k = (luma_size + 2047) & ~2047; in venc_use_buf()
1705 dev_buffer.sz = luma_size_2k + ((luma_size/2 + 2047) & ~2047); in venc_use_buf()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1696 unsigned int luma_size, luma_size_2k; in venc_use_buf() local
1701 luma_size = ht * wd; in venc_use_buf()
1702 luma_size_2k = (luma_size + 2047) & ~2047; in venc_use_buf()
1704 dev_buffer.sz = luma_size_2k + ((luma_size/2 + 2047) & ~2047); in venc_use_buf()