Searched refs:cropinfo (Results 1 – 3 of 3) sorted by relevance
178 common_crop_t *crop = (common_crop_t *) (frame->cropinfo); in test_app_camframe_callback()512 int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo) in mm_app_dl_render() argument520 if(cropinfo != NULL) { in mm_app_dl_render()521 crop = (common_crop_t *)cropinfo->info; in mm_app_dl_render()543 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) { in mm_app_dl_render()
156 extern int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo);
2972 common_crop_t *crop = (common_crop_t *) (frame->cropinfo); in runPreviewThread()7598 cropp =postviewframe->cropinfo; in receiveRawPicture()