Lines Matching refs:nh
1435 native_handle_t *nh = NULL; in video_stream_cb_routine() local
1462 nh = const_cast<native_handle_t *>(packet->meta_handle); in video_stream_cb_routine()
1484 nh->data[index] = videoMemObj->getFd(frame->buf_idx); in video_stream_cb_routine()
1485 nh->data[index + fd_cnt] = 0; in video_stream_cb_routine()
1486 nh->data[index + (fd_cnt * 2)] = (int)videoMemObj->getSize(frame->buf_idx); in video_stream_cb_routine()
1487 nh->data[index + (fd_cnt * 3)] = videoMemObj->getUsage(); in video_stream_cb_routine()
1488 nh->data[index + (fd_cnt * 4)] = (int)(frame_ts - stream->mFirstTimeStamp); in video_stream_cb_routine()
1489 nh->data[index + (fd_cnt * 5)] = videoMemObj->getFormat(); in video_stream_cb_routine()
1504 native_handle_t *nh = NULL; in video_stream_cb_routine() local
1511 nh = const_cast<native_handle_t *>(packet->meta_handle); in video_stream_cb_routine()
1519 if (nh != NULL) { in video_stream_cb_routine()
1542 nh->data[i] = frameobj->getFd(plane_frame->buf_idx); in video_stream_cb_routine()
1543 nh->data[fd_cnt + i] = 0; in video_stream_cb_routine()
1544 nh->data[(2 * fd_cnt) + i] = (int)frameobj->getSize(plane_frame->buf_idx); in video_stream_cb_routine()
1545 nh->data[(3 * fd_cnt) + i] = usage; in video_stream_cb_routine()
1546 nh->data[(4 * fd_cnt) + i] = (int)(frame_ts - timeStamp); in video_stream_cb_routine()
1547 nh->data[(5 * fd_cnt) + i] = frameobj->getFormat(); in video_stream_cb_routine()