HomeSort by relevance Sort by last modified time
    Searched defs:ts (Results 351 - 375 of 635) sorted by null

<<11121314151617181920>>

  /external/mksh/src/
eval.c 1662 XString ts; local
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 59 int ts; member in struct:GCVtx
149 v->ts = 0;
188 u->ts = v->ts;
204 if( u->dist > v->dist+1 && u->ts <= v->ts )
208 u->ts = v->ts;
293 if( u->ts == curr_ts )
306 u->ts = curr_ts
    [all...]
  /external/opencv3/modules/calib3d/src/
epnp.cpp 177 double Rs[4][3][3], ts[4][3]; local
181 rep_errors[1] = compute_R_and_t(ut, Betas[1], Rs[1], ts[1]);
185 rep_errors[2] = compute_R_and_t(ut, Betas[2], Rs[2], ts[2]);
189 rep_errors[3] = compute_R_and_t(ut, Betas[3], Rs[3], ts[3]);
195 Mat(3, 1, CV_64F, ts[N]).copyTo(t);
  /external/ppp/pppd/
eap.c 434 struct t_server *ts; local
448 ts = (struct t_server *)esp->es_server.ea_session;
449 if (ts != NULL) {
450 t_serverclose(ts);
553 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL)
555 esp->es_server.ea_session = (void *)ts;
559 t_serveraddexdata(ts, vals, 2);
561 t_servergenexp(ts);
570 ts = (struct t_server *)esp->es_server.ea_session;
571 if (ts != NULL && status != 0)
650 struct t_server *ts; local
1734 struct t_server *ts; local
    [all...]
  /external/skia/dm/
DM.cpp 660 TaggedSink& ts = gSinks.push_back(); local
661 ts.reset(sink.detach());
662 ts.tag = config.getTag();
    [all...]
  /external/toybox/lib/
lib.c 497 struct timespec ts; local
499 ts.tv_sec = miliseconds/1000;
500 ts.tv_nsec = (miliseconds%1000)*1000000;
501 nanosleep(&ts, &ts);
  /external/valgrind/coregrind/
m_redir.c 395 TopSpec* ts; local
500 for (ts = topSpecs; ts; ts = ts->next)
501 vg_assert(ts->seginfo != newdi);
717 for (ts = topSpecs; ts; ts = ts->next)
1052 TopSpec* ts; local
1809 TopSpec* ts; local
    [all...]
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 897 uint32_t ts = TimeAfter(send_delay + transit_delay); local
902 ts = TimeMax(ts, network_delay_);
904 msg_queue_->PostAt(ts, recipient, MSG_ID_PACKET, p);
905 network_delay_ = TimeMax(ts, network_delay_);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 349 AudioTimestamp ts; local
350 status_t res = mAudioSink->getTimestamp(ts);
1097 AudioTimestamp ts; local
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 1069 struct timespec ts; local
1071 int res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts);
1077 nsecs_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 95 struct timespec ts; local
96 clock_gettime(CLOCK_MONOTONIC, &ts);
97 return (uint64_t) ts.tv_sec * NANOS_PER_SEC + ts.tv_nsec;
604 struct timespec ts; local
605 ts.tv_sec = timeout_seconds;
606 ts.tv_nsec = 0;
607 int ret = TEMP_FAILURE_RETRY(sigtimedwait(&child_mask, NULL, &ts));
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 661 timespec ts; local
662 ts.tv_sec = 0;
663 ts.tv_nsec = 100000000;
665 nanosleep(&ts, NULL);
671 nanosleep(&ts, NULL);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 204 u64 ts; // Time of discovery member in struct:wifi_gscan_result
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 906 unsigned long long ts = 0; local
915 ts = mix->bytes_written * 8000 / MIX_ACP_BITRATE(mix->audioconfigparams);
921 ts = 1000ll * tval.tv_sec + tval.tv_usec / 1000;
922 ts -= mix->ts_last;
923 ts += mix->ts_elapsed;
927 ts = 0;
931 ioctl(mix->fileDescriptor, SNDRV_SST_STREAM_GET_TSTAMP, &ts);
943 *msecs = ts;
944 g_debug("_GET_TSTAMP returned %" G_GUINT64_FORMAT, ts);
1305 guint64 ts = 1000ll * tval.tv_sec + tval.tv_usec \/ 1000; local
1359 guint64 ts = 1000ll * tval.tv_sec + tval.tv_usec \/ 1000; local
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 170 for (ThermalSensor ts : mThermalSensors) {
171 if (ts != null) {
172 s.append(ts.getSensorName());
437 for (ThermalSensor ts : mThermalSensors) {
438 if (ts != null && ts.getSensorActiveStatus()) {
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 2658 struct timespec ts; local
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 79 wifi_timestamp ts; // time since boot (in microsecond) when the result was member in struct:__anon31008
rtt.h 139 wifi_timestamp ts; // time of the measurement (in microseconds since boot) member in struct:__anon31053
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 560 struct timespec ts; local
561 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
562 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec;
563 long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 130 struct timespec ts; member in struct:mm_camera_buf_def
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 1804 struct timespec ts; local
    [all...]
mm_camera_stream.c 1175 struct timespec ts; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
mm_camera_interface.h 143 struct timespec ts; member in struct:mm_camera_buf_def
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 1778 struct timespec ts; local
    [all...]
mm_camera_stream.c 1314 struct timespec ts; local
    [all...]

Completed in 560 milliseconds

<<11121314151617181920>>