Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp1258 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in allocate() local
1259 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() local
1313 if (!nh) { in allocateMore()
1317 nh->data[0] = mMemInfo[i].fd; in allocateMore()
1318 nh->data[1] = 0; in allocateMore()
[all …]
DQCamera2HWICallbacks.cpp1128 native_handle_t *nh = NULL; in video_stream_cb_routine() local
1138 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()
DQCameraStream.cpp1043 native_handle_t *nh = const_cast<native_handle_t *>(packet->meta_handle); in bufDone() local
1044 if (NULL != nh) { in bufDone()
1045 if (native_handle_delete(nh)) { in bufDone()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h606 NotificationThread(AppCallbackNotifier* nh) in NotificationThread() argument
607 : Thread(false), mAppCallbackNotifier(nh) { } in NotificationThread()
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h741 NotificationThread(AppCallbackNotifier* nh) in NotificationThread() argument
742 : Thread(false), mAppCallbackNotifier(nh) { } in NotificationThread()