Searched refs:expected_ts (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6783 OMX_TICKS expected_ts = 0; local
6784 omx->m_timestamp_list.pop_min_ts(expected_ts);
6786 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6788 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
H A Domx_vdec_copper.cpp6337 OMX_TICKS expected_ts = 0; local
6338 omx->m_timestamp_list.pop_min_ts(expected_ts);
6340 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6342 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp6567 OMX_TICKS expected_ts = 0; local
6568 omx->m_timestamp_list.pop_min_ts(expected_ts);
6570 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6572 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) {
H A Domx_vdec_hevc.cpp5961 OMX_TICKS expected_ts = 0; local
5962 m_timestamp_list.pop_min_ts(expected_ts);
5964 buffer->nTimeStamp, expected_ts);
5966 if (buffer->nTimeStamp != expected_ts) {
H A Domx_vdec_msm8974.cpp7249 OMX_TICKS expected_ts = 0; local
7250 m_timestamp_list.pop_min_ts(expected_ts);
7252 m_timestamp_list.pop_min_ts(expected_ts);
7255 buffer->nTimeStamp, expected_ts);
7257 if (buffer->nTimeStamp != expected_ts) {
H A Domx_vdec_hevc_swvdec.cpp7057 OMX_TICKS expected_ts = 0; local
7058 m_timestamp_list.pop_min_ts(expected_ts);
7060 buffer->nTimeStamp, expected_ts);
7062 if (buffer->nTimeStamp != expected_ts)
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp5925 OMX_TICKS expected_ts = 0; local
5926 m_timestamp_list.pop_min_ts(expected_ts);
5928 buffer->nTimeStamp, expected_ts);
5930 if (buffer->nTimeStamp != expected_ts) {
H A Domx_vdec_v4l2.cpp7954 OMX_TICKS expected_ts = 0; local
7955 m_timestamp_list.pop_min_ts(expected_ts);
7957 m_timestamp_list.pop_min_ts(expected_ts);
7960 buffer->nTimeStamp, expected_ts);
7962 if (buffer->nTimeStamp != expected_ts) {
H A Domx_vdec_hevc_swvdec.cpp7267 OMX_TICKS expected_ts = 0; local
7268 m_timestamp_list.pop_min_ts(expected_ts);
7270 buffer->nTimeStamp, expected_ts);
7272 if (buffer->nTimeStamp != expected_ts)

Completed in 455 milliseconds