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

  /hardware/qcom/msm8x26/kernel-headers/media/
msm_media_info.h 36 #define VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(VENUS_BUFFER_SIZE_UNALIGNED(_color_fmt, _width, _height),4096)
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 231 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 231 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 232 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 232 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 45 #define VENUS_BUFFER_SIZE(args...) 0
330 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdssRot.cpp 26 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 45 #define VENUS_BUFFER_SIZE(args...) 0
334 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 46 #define VENUS_BUFFER_SIZE(args...) 0
455 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 28 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 46 #define VENUS_BUFFER_SIZE(args...) 0
452 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 28 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 28 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 46 #define VENUS_BUFFER_SIZE(args...) 0
526 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
868 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 29 #define VENUS_BUFFER_SIZE(args...) 0

Completed in 524 milliseconds