Searched refs:uv_plane (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/msm8x74/kernel-headers/media/ |
D | msm_media_info.h | 225 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local 239 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE() 240 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE() 246 uv_plane = uv_stride * uv_sclines; in VENUS_BUFFER_SIZE() 247 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE() 262 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local 274 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET() 275 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
D | msm_media_info.h | 225 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local 239 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE() 240 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE() 246 uv_plane = uv_stride * uv_sclines; in VENUS_BUFFER_SIZE() 247 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE() 262 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local 274 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET() 275 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msm_media_info.h | 225 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local 239 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE() 240 size = y_plane + uv_plane + extra_size; in VENUS_BUFFER_SIZE() 246 uv_plane = uv_stride * uv_sclines; in VENUS_BUFFER_SIZE() 247 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE() 262 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local 274 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET() 275 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msm_media_info.h | 225 unsigned int y_plane, uv_plane, y_stride, in VENUS_BUFFER_SIZE() local 239 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE() 240 size = y_plane + uv_plane + extra_size; in VENUS_BUFFER_SIZE() 246 uv_plane = uv_stride * uv_sclines + uv_alignment; in VENUS_BUFFER_SIZE() 247 size = y_plane + uv_plane; in VENUS_BUFFER_SIZE() 262 unsigned int y_plane, uv_plane, y_stride, in VENUS_VIEW2_OFFSET() local 274 uv_plane = uv_stride * uv_sclines; in VENUS_VIEW2_OFFSET() 275 offset = y_plane + uv_plane; in VENUS_VIEW2_OFFSET()
|