HomeSort by relevance Sort by last modified time
    Searched full:is_3dmode (Results 1 - 1 of 1) sorted by null

  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 79 static int8_t is_3dmode = 0; variable
223 is_3dmode = 1;
231 is_3dmode = 0;
265 is_3dmode = 0;
323 int w_scale_factor = (is_3dmode && img_format_3d == SIDE_BY_SIDE_FULL) ? 2 : 1;
605 CDBG("%s: is_3dmode %d ", __func__, is_3dmode );
606 if (is_3dmode) {

Completed in 62 milliseconds