HomeSort by relevance Sort by last modified time
    Searched defs:VENUS_Y_STRIDE (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/msm8x26/kernel-headers/media/
msm_media_info.h 30 #define VENUS_Y_STRIDE(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 128)
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/
msm_media_info.h 152 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
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/
msm_media_info.h 152 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
279 y_stride = VENUS_Y_STRIDE(color_fmt, width);
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 43 #define VENUS_Y_STRIDE(args...) 0
151 stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 44 #define VENUS_Y_STRIDE(args...) 0
209 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 44 #define VENUS_Y_STRIDE(args...) 0
202 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 44 #define VENUS_Y_STRIDE(args...) 0
215 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 44 #define VENUS_Y_STRIDE(args...) 0
208 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12, width);
810 aligned_w = VENUS_Y_STRIDE(COLOR_FMT_NV12_UBWC, width);
  /hardware/qcom/msm8994/kernel-headers/media/
msm_media_info.h 331 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
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/
msm_media_info.h 331 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
540 y_stride = VENUS_Y_STRIDE(color_fmt, width);
594 y_stride = VENUS_Y_STRIDE(color_fmt, width);
  /hardware/qcom/msm8996/kernel-headers/media/
msm_media_info.h 416 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
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/
msm_media_info.h 416 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
727 y_stride = VENUS_Y_STRIDE(color_fmt, width);
802 y_stride = VENUS_Y_STRIDE(color_fmt, width);
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 47 #define VENUS_Y_STRIDE(args...) 0
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);
    [all...]

Completed in 1291 milliseconds