Home
last modified time | relevance | path

Searched refs:h264_last_au_ts (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp486 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2414 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5771 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
7285 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
7286 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
7290 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
7295 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
7300 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
7301 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
7302 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
Domx_vdec_copper.cpp495 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2340 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5382 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
6815 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
6816 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
6820 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
6825 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
6830 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
6831 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
6832 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp551 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2582 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5870 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
7496 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
7497 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
7501 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
7506 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
7510 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
7511 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
7512 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
Domx_vdec.cpp473 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2318 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5534 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
7029 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
7030 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
7035 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
7042 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
7047 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
7049 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
7050 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
Domx_vdec_hevc.cpp537 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2268 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5167 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
6530 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
6531 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
6535 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
6540 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
6544 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
6545 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
6546 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
Domx_vdec_hevc_swvdec.cpp585 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2860 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
6165 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h769 OMX_S64 h264_last_au_ts; variable
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h788 OMX_S64 h264_last_au_ts; variable
Domx_vdec.h870 OMX_S64 h264_last_au_ts; variable