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

  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 198 size = (uint32_t)(PAD_TO_2K(width*height)*3/2);
202 plane[0] = PAD_TO_2K(width * height);
203 plane[1] = PAD_TO_2K(width * height/2);
217 size = (uint32_t)(PAD_TO_2K(width*height)*3/2);
221 plane[0] = PAD_TO_2K(CEILING16(width) * height);
222 plane[1] = PAD_TO_2K(CEILING16(width/2) * height/2);
223 plane[2] = PAD_TO_2K(CEILING16(width/2) * height/2);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 198 size = (uint32_t)(PAD_TO_2K(width*height)*3/2);
202 plane[0] = PAD_TO_2K(width * height);
203 plane[1] = PAD_TO_2K(width * height/2);
mm_camera_stream.c     [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
QCamera_Intf.h 39 #define PAD_TO_2K(a) (((a)+2047)&~2047)
    [all...]

Completed in 39 milliseconds