Home
last modified time | relevance | path

Searched refs:VENUS_BUFFER_SIZE (Results 1 – 25 of 35) 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/msm8998/libgralloc1/
Dgr_adreno_info.h38 #define VENUS_BUFFER_SIZE(args...) 0 macro
Dgr_allocator.cpp322 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
325 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
765 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
768 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in GetUBwcSize()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.h38 #define VENUS_BUFFER_SIZE(args...) 0 macro
Dgr_allocator.cpp314 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in GetSize()
317 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in GetSize()
745 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in GetUBwcSize()
748 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_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/msm8998/libgralloc/
Dalloc_controller.cpp49 #define VENUS_BUFFER_SIZE(args...) 0 macro
646 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
649 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in getSize()
1095 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in getUBwcSize()
1098 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height); in getUBwcSize()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp49 #define VENUS_BUFFER_SIZE(args...) 0 macro
622 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
625 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height); in getSize()
1076 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in getUBwcSize()
1079 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/msm8994/libgralloc/
Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
544 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
887 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height); in getUBwcSize()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
465 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height); in getSize()
/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/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2657 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, stride, scanline); in mm_stream_calc_offset_preview()
2699 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, stride, scanline); in mm_stream_calc_offset_preview()
2746 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, stride, scanline); in mm_stream_calc_offset_preview()
2969 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, dim->width, dim->height); in mm_stream_calc_offset_post_view()
3001 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, dim->width, dim->height); in mm_stream_calc_offset_post_view()
3038 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, dim->width, dim->height); in mm_stream_calc_offset_post_view()
3269 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, dim->width, dim->height); in mm_stream_calc_offset_snapshot()
3316 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, dim->width, dim->height); in mm_stream_calc_offset_snapshot()
3349 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, dim->width, dim->height); in mm_stream_calc_offset_snapshot()
3820 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, dim->width, dim->height); in mm_stream_calc_offset_video()
[all …]
/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/msm8084/liboverlay/
DoverlayMdssRot.cpp28 #define VENUS_BUFFER_SIZE(args...) 0 macro
/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/display/msm8226/liboverlay/
DoverlayMdssRot.cpp28 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2797 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, stride, scanline); in mm_stream_calc_offset_preview()
2839 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, stride, scanline); in mm_stream_calc_offset_preview()
2886 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, stride, scanline); in mm_stream_calc_offset_preview()
3148 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, stride, scanline); in mm_stream_calc_offset_post_view()
3190 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, dim->width, dim->height); in mm_stream_calc_offset_post_view()
3237 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, dim->width, dim->height); in mm_stream_calc_offset_post_view()
3468 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, dim->width, dim->height); in mm_stream_calc_offset_snapshot()
3515 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, dim->width, dim->height); in mm_stream_calc_offset_snapshot()
3548 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, dim->width, dim->height); in mm_stream_calc_offset_snapshot()
4020 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, dim->width, dim->height); in mm_stream_calc_offset_video()
[all …]
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdssRot.cpp29 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/display/msm8909/liboverlay/
DoverlayMdssRot.cpp29 #define VENUS_BUFFER_SIZE(args...) 0 macro

12