Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1470 int fd_cnt = pme->mParameters.getVideoBatchSize(); in video_stream_cb_routine() local
1491 nh->data[index + fd_cnt] = 0; in video_stream_cb_routine()
1492 nh->data[index + (fd_cnt * 2)] = (int)videoMemObj->getSize(frame->buf_idx); in video_stream_cb_routine()
1493 nh->data[index + (fd_cnt * 3)] = videoMemObj->getUsage(); in video_stream_cb_routine()
1494 nh->data[index + (fd_cnt * 4)] = (int)(frame_ts - stream->mFirstTimeStamp); in video_stream_cb_routine()
1495 nh->data[index + (fd_cnt * 5)] = videoMemObj->getFormat(); in video_stream_cb_routine()
1497 if (stream->mCurBufIndex == fd_cnt) { in video_stream_cb_routine()
1500 timeStamp, fd_cnt); in video_stream_cb_routine()
1511 int fd_cnt = frame->user_buf.bufs_used; in video_stream_cb_routine() local
1523 timeStamp, frame->fd, frame->buf_idx, fd_cnt); in video_stream_cb_routine()
[all …]