Home | History | Annotate | Download | only in HAL

Lines Matching full:plane_frame

1595                     mm_camera_buf_def_t *plane_frame =
1598 (QCameraVideoMemory *)plane_frame->mem_info;
1599 nsecs_t frame_ts = nsecs_t(plane_frame->ts.tv_sec) * 1000000000LL
1600 + plane_frame->ts.tv_nsec;
1603 (int)frameobj->getFd(plane_frame->buf_idx),
1604 (int)frameobj->getSize(plane_frame->buf_idx),
1608 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx);
1609 pme->dumpFrameToFile(stream, plane_frame, QCAMERA_DUMP_FRM_VIDEO);