HomeSort by relevance Sort by last modified time
    Searched refs:min_ts (Results 1 - 13 of 13) sorted by null

  /external/adhd/cras/src/server/
audio_thread.c 968 struct timespec *min_ts)
991 if (timespec_after(min_ts, next_cb_ts))
992 *min_ts = *next_cb_ts;
1000 struct timespec *min_ts,
1013 min_ts);
1046 if (timespec_after(min_ts, &adev->wake_ts))
1047 *min_ts = adev->wake_ts;
1069 struct timespec *min_ts,
1084 if (timespec_after(min_ts, &adev->wake_ts))
1085 *min_ts = adev->wake_ts
1417 struct timespec level_tstamp, wake_time_out, min_ts, now; local
1494 struct timespec min_ts; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 345 OMX_TICKS min_ts = 0; local
357 min_ts = m_ts_arr_list[idx].timestamp;
360 else if (m_ts_arr_list[idx].timestamp < min_ts)
362 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
omx_vdec_copper.cpp 357 OMX_TICKS min_ts = 0; local
369 min_ts = m_ts_arr_list[idx].timestamp;
372 else if (m_ts_arr_list[idx].timestamp < min_ts)
374 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 339 OMX_TICKS min_ts = 0; local
348 min_ts = m_ts_arr_list[idx].timestamp;
350 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
351 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
omx_vdec_hevc.cpp 405 OMX_TICKS min_ts = 0; local
414 min_ts = m_ts_arr_list[idx].timestamp;
416 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
417 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
omx_vdec_hevc_swvdec.cpp 433 OMX_TICKS min_ts = 0; local
445 min_ts = m_ts_arr_list[idx].timestamp;
448 else if (m_ts_arr_list[idx].timestamp < min_ts)
450 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
omx_vdec_msm8974.cpp 440 OMX_TICKS min_ts = 0; local
449 min_ts = m_ts_arr_list[idx].timestamp;
451 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
452 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 401 OMX_TICKS min_ts = 0; local
410 min_ts = m_ts_arr_list[idx].timestamp;
412 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
413 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
omx_vdec_hevc_swvdec.cpp 431 OMX_TICKS min_ts = 0; local
443 min_ts = m_ts_arr_list[idx].timestamp;
446 else if (m_ts_arr_list[idx].timestamp < min_ts)
448 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
omx_vdec_v4l2.cpp 490 OMX_TICKS min_ts = 0; local
499 min_ts = m_ts_arr_list[idx].timestamp;
501 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
502 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 523 OMX_TICKS min_ts = 0; local
535 min_ts = m_ts_arr_list[idx].timestamp;
538 else if (m_ts_arr_list[idx].timestamp < min_ts)
540 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 512 OMX_TICKS min_ts = 0; local
521 min_ts = m_ts_arr_list[idx].timestamp;
523 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
524 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]

Completed in 404 milliseconds