Searched refs:nh (Results 1 – 5 of 5) sorted by relevance
1258 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in allocate() local1259 if (!nh) { in allocate()1263 nh->data[0] = mMemInfo[i].fd; in allocate()1264 nh->data[1] = 0; in allocate()1265 nh->data[2] = (int)mMemInfo[i].size; in allocate()1266 nh->data[3] = private_handle_t::PRIV_FLAGS_ITU_R_709; in allocate()1312 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in allocateMore() local1313 if (!nh) { in allocateMore()1317 nh->data[0] = mMemInfo[i].fd; in allocateMore()1318 nh->data[1] = 0; in allocateMore()[all …]
1128 native_handle_t *nh = NULL; in video_stream_cb_routine() local1138 nh = const_cast<native_handle_t *>(packet->meta_handle); in video_stream_cb_routine()1146 if (nh != NULL) { in video_stream_cb_routine()1161 nh->data[i] = frameobj->getFd(plane_frame->buf_idx); in video_stream_cb_routine()1162 nh->data[fd_cnt + i] = 0; in video_stream_cb_routine()1163 nh->data[(2 * fd_cnt) + i] = (int)frameobj->getSize(plane_frame->buf_idx); in video_stream_cb_routine()1164 nh->data[(3 * fd_cnt) + i] = (int)(frame_ts - timeStamp); in video_stream_cb_routine()
1043 native_handle_t *nh = const_cast<native_handle_t *>(packet->meta_handle); in bufDone() local1044 if (NULL != nh) { in bufDone()1045 if (native_handle_delete(nh)) { in bufDone()
606 NotificationThread(AppCallbackNotifier* nh) in NotificationThread() argument607 : Thread(false), mAppCallbackNotifier(nh) { } in NotificationThread()
741 NotificationThread(AppCallbackNotifier* nh) in NotificationThread() argument742 : Thread(false), mAppCallbackNotifier(nh) { } in NotificationThread()