/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msm_media_info.h | 237 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/kernel-headers/media/ |
D | msm_media_info.h | 530 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/original-kernel-headers/media/ |
D | msm_media_info.h | 530 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/msm8x09/kernel-headers/media/ |
D | msm_media_info.h | 714 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/ |
D | msm_media_info.h | 714 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/msm8x09/original-kernel-headers/media/ |
D | msm_media_info.h | 714 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/original-kernel-headers/media/ |
D | msm_media_info.h | 714 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/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_swvenc_mpeg4.h | 270 unsigned int y_plane, uv_plane, y_stride,uv_stride, y_scanlines, uv_scanlines; in SWVENC_BUFFER_SIZE() local 284 uv_plane = uv_stride * uv_scanlines + uv_alignment; in SWVENC_BUFFER_SIZE() 285 size = ALIGN((y_plane + uv_plane),4096); in SWVENC_BUFFER_SIZE()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 603 uv_sclines, y_plane, uv_plane; in get_yuv_size() local 615 uv_plane = uv_stride * uv_sclines; in get_yuv_size() 616 size = MSM_MEDIA_ALIGN(y_plane + uv_plane, 4096); in get_yuv_size()
|