Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1527 mm_camera_buf_def_t *plane_frame = in video_stream_cb_routine() local
1530 (QCameraVideoMemory *)plane_frame->mem_info; in video_stream_cb_routine()
1532 nsecs_t frame_ts = nsecs_t(plane_frame->ts.tv_sec) * 1000000000LL in video_stream_cb_routine()
1533 + plane_frame->ts.tv_nsec; in video_stream_cb_routine()
1542 nh->data[i] = frameobj->getFd(plane_frame->buf_idx); in video_stream_cb_routine()
1544 nh->data[(2 * fd_cnt) + i] = (int)frameobj->getSize(plane_frame->buf_idx); in video_stream_cb_routine()
1549 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx); in video_stream_cb_routine()
1550 pme->dumpFrameToFile(stream, plane_frame, QCAMERA_DUMP_FRM_VIDEO); in video_stream_cb_routine()