Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1595 mm_camera_buf_def_t *plane_frame = in video_stream_cb_routine() local
1598 (QCameraVideoMemory *)plane_frame->mem_info; in video_stream_cb_routine()
1599 nsecs_t frame_ts = nsecs_t(plane_frame->ts.tv_sec) * 1000000000LL in video_stream_cb_routine()
1600 + plane_frame->ts.tv_nsec; in video_stream_cb_routine()
1603 (int)frameobj->getFd(plane_frame->buf_idx), in video_stream_cb_routine()
1604 (int)frameobj->getSize(plane_frame->buf_idx), in video_stream_cb_routine()
1608 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx); in video_stream_cb_routine()
1609 pme->dumpFrameToFile(stream, plane_frame, QCAMERA_DUMP_FRM_VIDEO); in video_stream_cb_routine()