Searched refs:VENUS_BUFFER_SIZE (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/msm8x26/kernel-headers/media/
H A Dmsm_media_info.h36 #define VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(VENUS_BUFFER_SIZE_UNALIGNED(_color_fmt, _width, _height),4096) macro
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_media_info.h232 static inline unsigned int VENUS_BUFFER_SIZE( function
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h232 static inline unsigned int VENUS_BUFFER_SIZE( function
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp45 #define VENUS_BUFFER_SIZE(args...) 0 macro
329 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp49 #define VENUS_BUFFER_SIZE(args...) 0 macro
619 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
622 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV21, width, height);
1067 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height);
1070 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_BPP10_UBWC, width, height);
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
544 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
887 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height);
/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
452 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
452 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp46 #define VENUS_BUFFER_SIZE(args...) 0 macro
465 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdssRot.cpp28 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdssRot.cpp26 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_media_info.h525 static inline unsigned int VENUS_BUFFER_SIZE( function
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_media_info.h525 static inline unsigned int VENUS_BUFFER_SIZE( function
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdssRot.cpp28 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_media_info.h709 static inline unsigned int VENUS_BUFFER_SIZE( function
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_media_info.h709 static inline unsigned int VENUS_BUFFER_SIZE( function
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c2514 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, stride, scanline);
2556 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, stride, scanline);
2603 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, stride, scanline);
2822 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, dim->width, dim->height);
2854 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, dim->width, dim->height);
2891 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, dim->width, dim->height);
3118 VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, dim->width, dim->height);
3165 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, dim->width, dim->height);
3198 VENUS_BUFFER_SIZE(COLOR_FMT_NV21, dim->width, dim->height);
3646 VENUS_BUFFER_SIZE(COLOR_FMT_NV1
[all...]
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdssRot.cpp29 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdssRot.cpp29 #define VENUS_BUFFER_SIZE(args...) 0 macro
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.cpp539 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12_UBWC, width, height);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp799 msize = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
2575 if (buffer->nAllocLen >= VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height)) {
2597 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height));
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp1478 m_sProfile.nFrameRead = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp642 int size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
1020 msize = VENUS_BUFFER_SIZE(color_format, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height);
3075 if (buffer->nAllocLen >= VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height)) {
3097 VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height));
H A Domx_swvenc_mpeg4.cpp33 /* def: VENUS_BUFFER_SIZE, VENUS_Y_STRIDE etc */
566 VENUS_BUFFER_SIZE(COLOR_FMT_NV12,

Completed in 2296 milliseconds