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

  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 365 int right_crop = 0, start_offset = 0; local
375 right_crop = input->right_crop;
419 cinfo.image_width = out_width - right_crop;
440 nv21_to_yuv(row_tmp, row_src, row_uv, out_width - right_crop);
442 uyvy_to_yuv(row_tmp, (uint32_t*)row_src, out_width - right_crop);
AppCallbackNotifier.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 121 int right_crop; member in struct:android::Encoder_libjpeg::params

Completed in 41 milliseconds