Searched refs:ts (Results 1 - 25 of 41) sorted by last modified time

12

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h160 struct timespec ts; \
166 ts.tv_sec = sTime.tv_sec; \
167 ts.tv_sec += JPEGDEC_TIMEOUT; \
171 &ts); \
187 struct timespec ts; \
193 ts.tv_sec = sTime.tv_sec; \
194 ts.tv_sec += JPEGDEC_TIMEOUT; \
198 &ts); \
214 struct timespec ts; \
220 ts
[all...]
/hardware/ti/omap4xxx/
H A Dheaptracker.c530 struct timespec ts; local
543 clock_gettime(CLOCK_REALTIME, &ts);
544 ts.tv_sec += SCANNER_SLEEP_S;
545 pthread_cond_timedwait(&scanner_cond, &scanner_lock, &ts);
/hardware/ril/libril/
H A Dril_event.cpp99 struct timespec ts; local
100 clock_gettime(CLOCK_MONOTONIC, &ts);
101 tv->tv_sec = ts.tv_sec;
102 tv->tv_usec = ts.tv_nsec/1000;
/hardware/ril/reference-ril/
H A Datchannel.c114 struct timespec ts; local
117 ts.tv_sec = (msec / 1000);
118 ts.tv_nsec = (msec % 1000) * 1000 * 1000;
121 err = nanosleep (&ts, &ts);
727 struct timespec ts; local
748 setTimespecRelative(&ts, timeoutMsec);
757 err = pthread_cond_timedwait(&s_commandcond, &s_commandmutex, &ts);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp106 TrustletSession *ts = NULL; local
108 ts = getTrustletSession(sessionId);
109 if (ts == NULL) {
113 con = ts->notificationConnection;
115 ts->queueNotification(notification);
153 TrustletSession *ts = *interator; local
155 if (ts->deviceConnection == connection) {
156 closeSession(connection, ts->sessionId);
361 TrustletSession *ts = *iterator; local
363 if (ts !
428 TrustletSession *ts = getTrustletSession(sessionId); local
451 TrustletSession *ts = getTrustletSession(sessionId); local
497 TrustletSession *ts = getTrustletSession(sessionId); local
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp246 TrustletSession *ts = getTrustletSession(sessionId); local
247 if (ts == NULL) {
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp525 TrustletSession *ts = device->registerTrustletConnection( local
528 if (!ts) {
535 ts->processQueuedNotifications();
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h644 struct timespec ts; member in struct:msm_frame
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h679 struct timespec ts; member in struct:msm_frame
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h639 struct timespec ts; member in struct:msm_frame
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h745 struct timespec ts; member in struct:msm_frame
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h239 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false)
H A Domx_vdec.h509 bool insert_ts(OMX_TICKS ts);
510 bool pop_min_ts(OMX_TICKS &ts);
H A Dts_parser.h56 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp310 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
323 m_ts_arr_list[idx].timestamp = ts;
325 ts, idx);
338 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
370 ts = 0;
375 ts = m_ts_arr_list[min_idx].timestamp;
378 ts, min_idx);
519 property_get("vidc.dec.debug.ts", property_value, "0");
521 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
3066 // activate ts predictio
[all...]
H A Domx_vdec_copper.cpp325 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
338 m_ts_arr_list[idx].timestamp = ts;
340 ts, idx);
353 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
385 ts = 0;
390 ts = m_ts_arr_list[min_idx].timestamp;
393 ts, min_idx);
527 property_get("vidc.dec.debug.ts", property_value, "0");
529 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
2884 // activate ts predictio
[all...]
H A Dts_parser.cpp180 bool omx_time_stamp_reorder::remove_time_stamp(OMX_TICKS ts, bool is_interlaced = false) argument
189 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
194 DEBUG("Removed TS %lld", ts);
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp389 struct timespec ts; local
396 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
401 ts.tv_sec += 1;
405 &loaded_start_stop_mlock, &ts);
421 struct timespec ts; local
428 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
433 ts.tv_sec += 1;
437 &loaded_start_stop_mlock, &ts);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h243 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false)
H A Domx_vdec.h533 bool insert_ts(OMX_TICKS ts);
534 bool pop_min_ts(OMX_TICKS &ts);
H A Domx_vdec_hevc.h509 bool insert_ts(OMX_TICKS ts);
510 bool pop_min_ts(OMX_TICKS &ts);
H A Dts_parser.h57 bool remove_time_stamp(OMX_TICKS ts, bool is_interlaced);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp309 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
320 m_ts_arr_list[idx].timestamp = ts;
322 ts, idx);
335 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
361 ts = 0;
364 ts = m_ts_arr_list[min_idx].timestamp;
367 ts, min_idx);
512 property_get("vidc.dec.debug.ts", property_value, "0");
514 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
2943 // activate ts predictio
[all...]
H A Domx_vdec_hevc.cpp369 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
380 m_ts_arr_list[idx].timestamp = ts;
382 ts, idx);
394 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
420 ts = 0;
423 ts = m_ts_arr_list[min_idx].timestamp;
426 ts, min_idx);
557 property_get("vidc.dec.debug.ts", property_value, "0");
559 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
2759 // activate ts predictio
[all...]
H A Domx_vdec_msm8974.cpp379 bool omx_vdec::ts_arr_list::insert_ts(OMX_TICKS ts) argument
390 m_ts_arr_list[idx].timestamp = ts;
392 ts, idx);
404 bool omx_vdec::ts_arr_list::pop_min_ts(OMX_TICKS &ts) argument
430 ts = 0;
433 ts = m_ts_arr_list[min_idx].timestamp;
436 ts, min_idx);
575 property_get("vidc.dec.debug.ts", property_value, "0");
577 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
2898 // activate ts predictio
[all...]

Completed in 4597 milliseconds

12