Home
last modified time | relevance | path

Searched refs:h264_last_au_ts (Results 1 – 17 of 17) 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 …]
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/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp575 h264_last_au_ts(LLONG_MAX), in omx_vdec()
2761 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
6371 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
8085 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
8086 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
8090 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
8095 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
8099 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
8100 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
8101 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.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/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h769 OMX_S64 h264_last_au_ts; variable
/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_v4l2.cpp625 h264_last_au_ts(LLONG_MAX), in omx_vdec()
3228 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
7225 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
9031 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
9032 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
9036 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
9041 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
9045 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
9046 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
9047 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()
3452 h264_last_au_ts = LLONG_MAX; in execute_input_flush()
7841 h264_last_au_ts = LLONG_MAX; in empty_this_buffer_proxy()
9776 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
9777 pdest_frame->nTimeStamp = h264_last_au_ts; in push_input_h264()
9781 h264_parser->update_panscan_data(h264_last_au_ts); in push_input_h264()
9786 h264_last_au_ts = h264_scratch.nTimeStamp; in push_input_h264()
9790 OMX_S64 ts_in_sei = h264_parser->process_ts_with_sei_vui(h264_last_au_ts); in push_input_h264()
9791 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
9792 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