Searched refs:right_crop (Results 1 – 3 of 3) sorted by relevance
365 int right_crop = 0, start_offset = 0; in encode() local375 right_crop = input->right_crop; in encode()419 cinfo.image_width = out_width - right_crop; in encode()440 nv21_to_yuv(row_tmp, row_src, row_uv, out_width - right_crop); in encode()442 uyvy_to_yuv(row_tmp, (uint32_t*)row_src, out_width - right_crop); in encode()
948 main_jpeg->right_crop = rightCrop; in notifyFrame()978 tn_jpeg->right_crop = 0; in notifyFrame()
121 int right_crop; member