Home
last modified time | relevance | path

Searched refs:uv_plane (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_media_info.h237 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
251 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
252 size = y_plane + uv_plane + extra_size; in VENUS_BUFFER_SIZE()
258 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
259 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE()
274 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
286 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET()
287 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_media_info.h237 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
251 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
252 size = y_plane + uv_plane + extra_size; in VENUS_BUFFER_SIZE()
258 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
259 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE()
274 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
286 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET()
287 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_media_info.h530 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
549 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
550 size = y_plane + uv_plane + extra_size; in VENUS_BUFFER_SIZE()
556 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
557 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE()
589 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
601 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET()
602 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_media_info.h530 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
549 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
550 size = y_plane + uv_plane + extra_size; in VENUS_BUFFER_SIZE()
556 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
557 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE()
589 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
601 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET()
602 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_media_info.h714 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
739 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
740 size = y_plane + uv_plane + in VENUS_BUFFER_SIZE()
747 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
748 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE()
797 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
809 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET()
810 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_media_info.h714 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local
739 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
740 size = y_plane + uv_plane + in VENUS_BUFFER_SIZE()
747 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE()
748 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE()
797 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local
809 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET()
810 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp624 uv_sclines, y_plane, uv_plane; in get_yuv_size() local
636 uv_plane = uv_stride * uv_sclines; in get_yuv_size()
637 size = MSM_MEDIA_ALIGN(y_plane + uv_plane, 4096); in get_yuv_size()