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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 342 OMX_TICKS min_ts = 0; local
354 min_ts = m_ts_arr_list[idx].timestamp;
357 else if (m_ts_arr_list[idx].timestamp < min_ts)
359 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/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 407 OMX_TICKS min_ts = 0; local
416 min_ts = m_ts_arr_list[idx].timestamp;
418 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
419 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 415 OMX_TICKS min_ts = 0; local
424 min_ts = m_ts_arr_list[idx].timestamp;
426 } else if (m_ts_arr_list[idx].timestamp < min_ts) {
427 min_ts = m_ts_arr_list[idx].timestamp;
    [all...]

Completed in 66 milliseconds