Home
last modified time | relevance | path

Searched refs:wnr_info (Results 1 – 1 of 1) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_channel.c1283 mm_camera_wnr_info_t wnr_info; in mm_channel_do_post_processing() local
1287 memset(&wnr_info, 0, sizeof(mm_camera_wnr_info_t)); in mm_channel_do_post_processing()
1291 wnr_info.frames[j].instance_hdl = s_obj->inst_hdl; in mm_channel_do_post_processing()
1292 wnr_info.frames[j].frame_idx = super_buf->super_buf[i].buf->buf_idx; in mm_channel_do_post_processing()
1293 wnr_info.frames[j].frame_width = s_obj->fmt.width; in mm_channel_do_post_processing()
1294 wnr_info.frames[j].frame_height = s_obj->fmt.height; in mm_channel_do_post_processing()
1295 memcpy(&wnr_info.frames[j].frame_offset, in mm_channel_do_post_processing()
1301 wnr_info.num_frames = j; in mm_channel_do_post_processing()
1306 (void *)&wnr_info); in mm_channel_do_post_processing()