Home
last modified time | relevance | path

Searched refs:m_queue_timestamp (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp5852 m_queue_timestamp.push(p_buffer_hdr->nTimeStamp); in async_process_event_etb()
6087 if (m_queue_timestamp.empty()) in async_process_event_fbd()
6097 p_buffer_hdr->nTimeStamp = m_queue_timestamp.top(); in async_process_event_fbd()
6099 m_queue_timestamp.pop(); in async_process_event_fbd()
6136 m_queue_timestamp.size()); in async_process_event_fbd()
6138 while (m_queue_timestamp.empty() == false) in async_process_event_fbd()
6140 m_queue_timestamp.pop(); in async_process_event_fbd()
6339 m_queue_timestamp.size()); in async_process_event_flush_port_op()
6341 while (m_queue_timestamp.empty() == false) in async_process_event_flush_port_op()
6343 m_queue_timestamp.pop(); in async_process_event_flush_port_op()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp5970 m_queue_timestamp.push(p_buffer_hdr->nTimeStamp); in async_process_event_etb()
6206 if (m_queue_timestamp.empty()) in async_process_event_fbd()
6216 p_buffer_hdr->nTimeStamp = m_queue_timestamp.top(); in async_process_event_fbd()
6218 m_queue_timestamp.pop(); in async_process_event_fbd()
6255 m_queue_timestamp.size()); in async_process_event_fbd()
6257 while (m_queue_timestamp.empty() == false) in async_process_event_fbd()
6259 m_queue_timestamp.pop(); in async_process_event_fbd()
6457 m_queue_timestamp.size()); in async_process_event_flush_port_op()
6459 while (m_queue_timestamp.empty() == false) in async_process_event_flush_port_op()
6461 m_queue_timestamp.pop(); in async_process_event_flush_port_op()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp6014 m_queue_timestamp.push(p_buffer_hdr->nTimeStamp); in async_process_event_etb()
6250 if (m_queue_timestamp.empty()) in async_process_event_fbd()
6260 p_buffer_hdr->nTimeStamp = m_queue_timestamp.top(); in async_process_event_fbd()
6262 m_queue_timestamp.pop(); in async_process_event_fbd()
6299 m_queue_timestamp.size()); in async_process_event_fbd()
6301 while (m_queue_timestamp.empty() == false) in async_process_event_fbd()
6303 m_queue_timestamp.pop(); in async_process_event_fbd()
6501 m_queue_timestamp.size()); in async_process_event_flush_port_op()
6503 while (m_queue_timestamp.empty() == false) in async_process_event_flush_port_op()
6505 m_queue_timestamp.pop(); in async_process_event_flush_port_op()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp5831 m_queue_timestamp.push(p_buffer_hdr->nTimeStamp); in async_process_event_etb()
6067 if (m_queue_timestamp.empty()) in async_process_event_fbd()
6077 p_buffer_hdr->nTimeStamp = m_queue_timestamp.top(); in async_process_event_fbd()
6079 m_queue_timestamp.pop(); in async_process_event_fbd()
6116 m_queue_timestamp.size()); in async_process_event_fbd()
6118 while (m_queue_timestamp.empty() == false) in async_process_event_fbd()
6120 m_queue_timestamp.pop(); in async_process_event_fbd()
6318 m_queue_timestamp.size()); in async_process_event_flush_port_op()
6320 while (m_queue_timestamp.empty() == false) in async_process_event_flush_port_op()
6322 m_queue_timestamp.pop(); in async_process_event_flush_port_op()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h310 std::greater<OMX_TICKS> > m_queue_timestamp; variable
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h322 std::greater<OMX_TICKS> > m_queue_timestamp; variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h317 std::greater<OMX_TICKS> > m_queue_timestamp; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h322 std::greater<OMX_TICKS> > m_queue_timestamp; variable