HomeSort by relevance Sort by last modified time
    Searched refs:notify_frame (Results 1 - 2 of 2) sorted by null

  /device/lge/mako/camera/mm-camera-interface/
mm_camera_notify.c 101 mm_camera_notify_frame_t notify_frame; local
173 notify_frame.frame = &peer_frame_tmp->frame;
174 notify_frame.idx = peer_frame_tmp->idx;
176 &notify_frame);
188 notify_frame.frame = &peer_frame_tmp->frame;
189 notify_frame.idx = peer_frame_tmp->idx;
191 &notify_frame);
201 notify_frame.frame = &node->frame;
202 notify_frame.idx = node->idx;
203 mm_camera_stream_util_buf_done(my_obj, mystream, &notify_frame);
    [all...]
mm_camera_channel.c 562 mm_camera_notify_frame_t notify_frame; local
582 notify_frame.frame = &mframe->frame;
583 notify_frame.idx = mframe->idx;
584 mm_camera_stream_util_buf_done(my_obj, mstream, &notify_frame);
587 notify_frame.frame = &sframe->frame;
588 notify_frame.idx = sframe->idx;
589 mm_camera_stream_util_buf_done(my_obj, sstream, &notify_frame);

Completed in 308 milliseconds