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

  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 199 plane[0] = PAD_TO_WORD(width*height);
205 plane[0] = PAD_TO_WORD(width * height);
206 plane[1] = PAD_TO_WORD(width * height/2);
208 plane[0] = PAD_TO_WORD(width * CEILING16(height));
209 plane[1] = PAD_TO_WORD(width * CEILING16(height)/2);
218 plane[0] = PAD_TO_WORD(width*height);
229 plane[0] = PAD_TO_WORD(width * height);
234 plane[0] = PAD_TO_WORD(width * height);
245 plane[0] = PAD_TO_WORD(width * height);
246 plane[1] = PAD_TO_WORD(width * height)
    [all...]
mm_jpeg_encoder.c 296 *p_cbcr_offset = PAD_TO_WORD(width*CEILING16(height));
298 planes[0] = PAD_TO_WORD(width*CEILING16(height));
299 planes[1] = PAD_TO_WORD(width*CEILING16(height)/2);
409 cbcroffset = PAD_TO_WORD(tn_img_info.width * tn_img_info.height);
463 cbcroffset = PAD_TO_WORD(main_img_info.width * CEILING16(main_img_info.height));
mm_omx_jpeg_encoder.c 260 *p_cbcr_offset = PAD_TO_WORD(width*height);
262 planes[0] = PAD_TO_WORD(width*CEILING16(height));
263 planes[1] = PAD_TO_WORD(width*CEILING16(height)/2);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 199 plane[0] = PAD_TO_WORD(width*height);
205 plane[0] = PAD_TO_WORD(width * height);
206 plane[1] = PAD_TO_WORD(width * height/2);
208 plane[0] = PAD_TO_WORD(width * CEILING16(height));
209 plane[1] = PAD_TO_WORD(width * CEILING16(height)/2);
216 plane[0] = PAD_TO_WORD(width * height);
227 plane[0] = PAD_TO_WORD(width * height);
228 plane[1] = PAD_TO_WORD(width * height);
mm_camera_stream.c     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 110 #define PAD_TO_WORD(a) (((a)+3)&~3)
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 45 #define PAD_TO_WORD(a) (((a)+3)&~3)
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
QCamera_Intf.h 38 #define PAD_TO_WORD(a) (((a)+3)&~3)
    [all...]

Completed in 172 milliseconds