HomeSort by relevance Sort by last modified time
    Searched defs:VENUS_BUFFER_SIZE (Results 1 - 18 of 18) 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/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
329 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/msm8084/libgralloc/
alloc_controller.cpp 46 #define VENUS_BUFFER_SIZE(args...) 0
452 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/msm8909/libgralloc/
alloc_controller.cpp 46 #define VENUS_BUFFER_SIZE(args...) 0
465 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdssRot.cpp 29 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 46 #define VENUS_BUFFER_SIZE(args...) 0
544 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
887 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 29 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/msm8994/kernel-headers/media/
msm_media_info.h 525 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_media_info.h 525 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/msm8996/kernel-headers/media/
msm_media_info.h 709 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_media_info.h 709 static inline unsigned int VENUS_BUFFER_SIZE(
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 49 #define VENUS_BUFFER_SIZE(args...) 0
619 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
622 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height);
    [all...]

Completed in 732 milliseconds