Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp488 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2420 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5777 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
7291 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
7292 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
7296 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
7301 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
7306 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
7307 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
7308 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h769 OMX_S64 h264_last_au_ts; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
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.cpp535 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2266 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5165 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
6534 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
6535 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
6539 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
6544 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
6548 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
6549 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
6550 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/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp531 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2245 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
5135 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
6498 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
6499 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
6503 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
6508 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
6512 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
6513 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
6514 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
Domx_vdec_hevc_swvdec.cpp588 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2891 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
6370 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h782 OMX_S64 h264_last_au_ts; variable
Domx_vdec_hevc_swvdec.h937 OMX_S64 h264_last_au_ts; variable
Domx_vdec.h909 OMX_S64 h264_last_au_ts; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h788 OMX_S64 h264_last_au_ts; variable
Domx_vdec.h887 OMX_S64 h264_last_au_ts; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp638 h264_last_au_ts(LLONG_MAX), in omx_vdec()
3451 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
7826 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
9756 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
9757 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
9761 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
9766 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
9770 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
9771 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
9772 h264_last_au_ts = ts_in_sei; in push_input_h264()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h955 OMX_S64 h264_last_au_ts; variable