Lines Matching refs:nh
1433 native_handle_t *nh = NULL; in video_stream_cb_routine() local
1450 nh = videoMemObj->updateNativeHandle(stream->mCurMetaIndex); in video_stream_cb_routine()
1451 if (video_mem == NULL || nh == NULL) { in video_stream_cb_routine()
1480 nh->data[index] = videoMemObj->getFd(frame->buf_idx); in video_stream_cb_routine()
1481 nh->data[index + fd_cnt] = 0; in video_stream_cb_routine()
1482 nh->data[index + (fd_cnt * 2)] = (int)videoMemObj->getSize(frame->buf_idx); in video_stream_cb_routine()
1483 nh->data[index + (fd_cnt * 3)] = videoMemObj->getUsage(); in video_stream_cb_routine()
1484 nh->data[index + (fd_cnt * 4)] = (int)(frame_ts - stream->mFirstTimeStamp); in video_stream_cb_routine()
1485 nh->data[index + (fd_cnt * 5)] = videoMemObj->getFormat(); in video_stream_cb_routine()
1500 native_handle_t *nh = NULL; in video_stream_cb_routine() local
1504 nh = videoMemObj->updateNativeHandle(frame->buf_idx); in video_stream_cb_routine()
1509 if (nh != NULL) { in video_stream_cb_routine()
1532 nh->data[i] = frameobj->getFd(plane_frame->buf_idx); in video_stream_cb_routine()
1533 nh->data[fd_cnt + i] = 0; in video_stream_cb_routine()
1534 nh->data[(2 * fd_cnt) + i] = (int)frameobj->getSize(plane_frame->buf_idx); in video_stream_cb_routine()
1535 nh->data[(3 * fd_cnt) + i] = usage; in video_stream_cb_routine()
1536 nh->data[(4 * fd_cnt) + i] = (int)(frame_ts - timeStamp); in video_stream_cb_routine()
1537 nh->data[(5 * fd_cnt) + i] = frameobj->getFormat(); in video_stream_cb_routine()