Home
last modified time | relevance | path

Searched refs:VENUS_BUFFER_SIZE (Results 1 – 25 of 45) sorted by relevance

12

/hardware/qcom/msm8x26/kernel-headers/media/
Dmsm_media_info.h36 #define VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(VENUS_BUFFER_SIZE_UNALIGNE… macro
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.cpp256 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
259 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
621 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
624 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in GetUBwcSize()
627 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010_UBWC, width, height); in GetUBwcSize()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.cpp256 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
259 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
621 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
624 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in GetUBwcSize()
627 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010_UBWC, width, height); in GetUBwcSize()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp323 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010, in GetSize()
340 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
344 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
359 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_512, width, height); in GetSize()
757 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
760 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in GetUBwcSize()
763 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010_UBWC, width, height); in GetUBwcSize()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.cpp297 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010, in GetSize()
314 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
318 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
703 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
706 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in GetUBwcSize()
709 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010_UBWC, width, height); in GetUBwcSize()
/hardware/qcom/display/msm8960/libgralloc/
Dalloc_controller.cpp45 #define VENUS_BUFFER_SIZE(args...) 0 macro
329 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getBufferSizeAndDimensions()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp49 #define VENUS_BUFFER_SIZE(args...) 0 macro
629 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
632 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in getSize()
1085 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in getUBwcSize()
1088 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in getUBwcSize()
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_media_info.h232 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_media_info.h232 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp623 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
626 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in getSize()
1082 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in getUBwcSize()
1085 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in getUBwcSize()
1088 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010_UBWC, width, height); in getUBwcSize()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp623 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
626 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in getSize()
1082 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in getUBwcSize()
1085 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in getUBwcSize()
1088 size = VENUS_BUFFER_SIZE(COLOR_FMT_P010_UBWC, width, height); in getUBwcSize()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp287 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
290 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
736 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
739 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in GetUBwcSize()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp288 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
291 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
738 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
741 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in GetUBwcSize()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
553 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
896 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in getUBwcSize()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
452 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
456 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_media_info.h525 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_media_info.h525 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdssRot.cpp26 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/msm8x09/kernel-headers/media/
Dmsm_media_info.h709 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdssRot.cpp28 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/msm8x09/original-kernel-headers/media/
Dmsm_media_info.h709 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_media_info.h709 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_media_info.h709 static inline unsigned int VENUS_BUFFER_SIZE( in VENUS_BUFFER_SIZE() function
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdssRot.cpp28 #define VENUS_BUFFER_SIZE(args...) 0 macro

12