HomeSort by relevance Sort by last modified time
    Searched refs:getBufferSizeAndDimensions (Results 1 - 25 of 38) sorted by null

1 2

  /hardware/qcom/display/msm8084/libgralloc/
gr.h 50 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
52 size_t getBufferSizeAndDimensions(int width, int height, int format,
alloc_controller.cpp 507 size_t getBufferSizeAndDimensions(int width, int height, int format,
525 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
636 data.size = getBufferSizeAndDimensions(w, h, format, usage, alignedw,
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 50 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
alloc_controller.cpp 502 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
520 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
630 data.size = getBufferSizeAndDimensions(w, h, format, usage, alignedw,
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
54 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
alloc_controller.cpp 677 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
695 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gr.h 52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
54 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
  /hardware/qcom/display/msm8994/libgralloc/
gr.h 51 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
53 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
alloc_controller.cpp 604 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
622 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
732 data.size = getBufferSizeAndDimensions(w, h, format, usage, alignedw,
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 51 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
53 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
  /hardware/qcom/display/msm8960/libgralloc/
gr.h 50 size_t getBufferSizeAndDimensions(int width, int height, int format,
alloc_controller.cpp 256 size_t getBufferSizeAndDimensions(int width, int height, int format,
362 data.size = getBufferSizeAndDimensions(w, h, format, alignedw, alignedh);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_buffer_allocator.cpp 91 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
193 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
293 buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_buffer_allocator.cpp 91 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
193 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
293 buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp 50 return getBufferSizeAndDimensions(
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 55 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
overlayRotator.cpp 51 return getBufferSizeAndDimensions(
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 87 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
181 uint32_t buffer_size = getBufferSizeAndDimensions(width, height, format, alloc_flags,
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 51 return getBufferSizeAndDimensions(
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp 73 return getBufferSizeAndDimensions(
overlayMdpRot.cpp 64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
73 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 222 size = getBufferSizeAndDimensions(hnd->width, hnd->height,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 197 size = getBufferSizeAndDimensions(hnd->width, hnd->height,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp 201 size = getBufferSizeAndDimensions(hnd->width, hnd->height,
hwc_virtual.cpp 228 getBufferSizeAndDimensions(fbWidth, fbHeight, ohnd->format, alW, alH);

Completed in 1251 milliseconds

1 2