Home
last modified time | relevance | path

Searched refs:y_sclines (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp626 unsigned int y_stride, uv_stride, y_sclines, in get_yuv_size() local
633 y_sclines = VENUS_Y_SCANLINES(fmt, height); in get_yuv_size()
638 y_plane = y_stride * y_sclines; in get_yuv_size()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp602 unsigned int y_stride, uv_stride, y_sclines, in get_yuv_size() local
609 y_sclines = VENUS_Y_SCANLINES(fmt, height); in get_yuv_size()
614 y_plane = y_stride * y_sclines; in get_yuv_size()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1630 int y_stride = 0, y_sclines = 0; in log_output_buffers() local
1641 y_sclines = VENUS_Y_SCANLINES(color_fmt, height); in log_output_buffers()
1646 y_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in log_output_buffers()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1932 int y_stride = 0, y_sclines = 0; in log_output_buffers() local
1943 y_sclines = VENUS_Y_SCANLINES(color_fmt, height); in log_output_buffers()
1948 y_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in log_output_buffers()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2136 int y_stride = 0, y_sclines = 0; in log_output_buffers() local
2147 y_sclines = VENUS_Y_SCANLINES(color_fmt, height); in log_output_buffers()
2152 y_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in log_output_buffers()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2187 int y_stride = 0, y_sclines = 0; in log_output_buffers() local
2198 y_sclines = VENUS_Y_SCANLINES(color_fmt, height); in log_output_buffers()
2203 y_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in log_output_buffers()