Home | History | Annotate | Download | only in mm-camera-interface

Lines Matching refs:dimension

304 int8_t mm_jpeg_encoder_encode(const cam_ctrl_dimension_t * dimension,
386 tn_img_info.width = dimension->thumbnail_width * w_scale_factor;
387 tn_img_info.height = dimension->thumbnail_height;
392 tn_img_info.p_fragments[0].height = CEILING16(dimension->thumbnail_height);
411 actual_size = dimension->thumbnail_width * dimension->thumbnail_height;
412 padded_size = dimension->thumbnail_width *
413 CEILING16(dimension->thumbnail_height);
441 CDBG("jpeg_encoder_encode size %dx%d\n",dimensiondimension->orig_picture_dy);
442 main_img_info.width = dimension->orig_picture_dx * w_scale_factor;
443 main_img_info.height = dimension->orig_picture_dy;
470 actual_size = dimension->orig_picture_dx * dimension->orig_picture_dy;
471 padded_size = dimension->orig_picture_dx * CEILING16(dimension->orig_picture_dy);