Searched refs:plane_frame (Results 1 – 2 of 2) sorted by relevance
1155 mm_camera_buf_def_t *plane_frame = in video_stream_cb_routine() local1157 QCameraMemory *frameobj = (QCameraMemory *)plane_frame->mem_info; in video_stream_cb_routine()1158 nsecs_t frame_ts = nsecs_t(plane_frame->ts.tv_sec) * 1000000000LL in video_stream_cb_routine()1159 + plane_frame->ts.tv_nsec; in video_stream_cb_routine()1161 nh->data[i] = frameobj->getFd(plane_frame->buf_idx); in video_stream_cb_routine()1163 nh->data[(2 * fd_cnt) + i] = (int)frameobj->getSize(plane_frame->buf_idx); in video_stream_cb_routine()1166 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx); in video_stream_cb_routine()1167 pme->dumpFrameToFile(stream, plane_frame, QCAMERA_DUMP_FRM_VIDEO); in video_stream_cb_routine()