Searched defs:VENUS_UV_STRIDE (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/msm8x26/kernel-headers/media/
H A Dmsm_media_info.h31 #define VENUS_UV_STRIDE(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 128) macro
35 #define VENUS_BUFFER_SIZE_UNALIGNED(_color_fmt, _width, _height) ((VENUS_Y_STRIDE(_color_fmt, _width) * VENUS_Y_SCANLINES(_color_fmt, _height)) + (VENUS_UV_STRIDE(_color_fmt, _width) * VENUS_UV_SCANLINES(_color_fmt, _height) + 4096))
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_media_info.h172 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) function
243 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
280 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h172 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) function
243 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
280 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_media_info.h356 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) function
541 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
595 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_media_info.h356 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) function
541 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
595 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_media_info.h442 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) function
728 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
803 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_media_info.h442 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) function
728 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
803 uv_stride = VENUS_UV_STRIDE(color_fmt, width);

Completed in 26 milliseconds