OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_ts
(Results
1 - 5
of
5
) 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
398
OMX_TICKS
min_ts
= 0;
local
407
min_ts
= m_ts_arr_list[idx].timestamp;
409
} else if (m_ts_arr_list[idx].timestamp <
min_ts
) {
410
min_ts
= m_ts_arr_list[idx].timestamp;
[
all
...]
omx_vdec_msm8974.cpp
408
OMX_TICKS
min_ts
= 0;
local
417
min_ts
= m_ts_arr_list[idx].timestamp;
419
} else if (m_ts_arr_list[idx].timestamp <
min_ts
) {
420
min_ts
= m_ts_arr_list[idx].timestamp;
[
all
...]
Completed in 32 milliseconds