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

  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 35 #define VENUS_BUFFER_SIZE( __color_fmt, __width, __height) ({ unsigned int __uv_alignment; unsigned int __size = 0; unsigned int __y_plane, __uv_plane, __y_stride, __uv_stride, __y_sclines, __uv_sclines; if (__width && __height) { __y_stride = VENUS_Y_STRIDE(__color_fmt, __width); __uv_stride = VENUS_UV_STRIDE(__color_fmt, __width); __y_sclines = VENUS_Y_SCANLINES(__color_fmt, __height); __uv_sclines = VENUS_UV_SCANLINES(__color_fmt, __height); switch (__color_fmt) { case COLOR_FMT_NV12: __uv_alignment = 4096; __y_plane = __y_stride * __y_sclines; __uv_plane = __uv_stride * __uv_sclines + __uv_alignment; __size = __y_plane + __uv_plane; __size = MSM_MEDIA_ALIGN(__size, 4096); break; default: break; } } __size; })
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 73 #define VENUS_BUFFER_SIZE( \
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 45 #define VENUS_BUFFER_SIZE(args...) 0
321 size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, width, height);
  /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/msm8x26/libgralloc/
alloc_controller.cpp 45 #define VENUS_BUFFER_SIZE(args...) 0
319 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/msm8x26/liboverlay/
overlayMdssRot.cpp 26 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 28 #define VENUS_BUFFER_SIZE(args...) 0
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp     [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]

Completed in 2662 milliseconds