Searched defs:VENUS_Y_STRIDE (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/msm8x26/kernel-headers/media/
H A Dmsm_media_info.h30 #define VENUS_Y_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.h152 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) function
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
279 y_stride = VENUS_Y_STRIDE(color_fmt, width);
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h152 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) function
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
279 y_stride = VENUS_Y_STRIDE(color_fmt, width);
/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp44 #define VENUS_Y_STRIDE(args...) 0 macro
209 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp44 #define VENUS_Y_STRIDE(args...) 0 macro
202 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp44 #define VENUS_Y_STRIDE(args...) 0 macro
215 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp43 #define VENUS_Y_STRIDE(args...) 0 macro
151 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_media_info.h331 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) function
540 y_stride = VENUS_Y_STRIDE(color_fmt, width);
594 y_stride = VENUS_Y_STRIDE(color_fmt, width);
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_media_info.h331 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) function
540 y_stride = VENUS_Y_STRIDE(color_fmt, width);
594 y_stride = VENUS_Y_STRIDE(color_fmt, width);
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp44 #define VENUS_Y_STRIDE(args...) 0 macro
208 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
810 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12_UBWC, width);
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_media_info.h416 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) function
727 y_stride = VENUS_Y_STRIDE(color_fmt, width);
802 y_stride = VENUS_Y_STRIDE(color_fmt, width);
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_media_info.h416 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) function
727 y_stride = VENUS_Y_STRIDE(color_fmt, width);
802 y_stride = VENUS_Y_STRIDE(color_fmt, width);
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp47 #define VENUS_Y_STRIDE(args...) 0 macro
254 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
258 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV21, width);
739 y_stride = VENUS_Y_STRIDE(color_format, width);
983 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12_UBWC, width);
987 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12_BPP10_UBWC, width);

Completed in 387 milliseconds