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

  /hardware/qcom/msm8x26/kernel-headers/media/
msm_media_info.h 31 #define VENUS_UV_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/msm8x74/kernel-headers/media/
msm_media_info.h 160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
268 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
268 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
268 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 160 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
231 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
268 uv_stride = VENUS_UV_STRIDE(color_fmt, width);

Completed in 75 milliseconds