Searched refs:cropinfo (Results 1 – 2 of 2) sorted by relevance
176 common_crop_t *crop = (common_crop_t *) (frame->cropinfo); in test_app_camframe_callback()510 int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo) in mm_app_dl_render() argument518 if(cropinfo != NULL) { in mm_app_dl_render()519 crop = (common_crop_t *)cropinfo->info; in mm_app_dl_render()541 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) { in mm_app_dl_render()
187 extern int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo);