Home
last modified time | relevance | path

Searched refs:act_timestamp (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp7923 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
7928 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
7929 … && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) { in set_frame_rate()
7930 new_frame_interval = (act_timestamp > prev_ts)? in set_frame_rate()
7931 act_timestamp - prev_ts : in set_frame_rate()
7932 prev_ts - act_timestamp; in set_frame_rate()
7953 prev_ts = act_timestamp; in set_frame_rate()
7956 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) in adjust_timestamp() argument
7958 if (rst_prev_ts && VALID_TS(act_timestamp)) { in adjust_timestamp()
7959 prev_ts = act_timestamp; in adjust_timestamp()
[all …]
Domx_vdec_hevc.cpp7544 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
7547 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
7548 … && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) { in set_frame_rate()
7549 new_frame_interval = (act_timestamp > prev_ts)? in set_frame_rate()
7550 act_timestamp - prev_ts : in set_frame_rate()
7551 prev_ts - act_timestamp; in set_frame_rate()
7563 prev_ts = act_timestamp; in set_frame_rate()
7566 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) in adjust_timestamp() argument
7568 if (rst_prev_ts && VALID_TS(act_timestamp)) { in adjust_timestamp()
7569 prev_ts = act_timestamp; in adjust_timestamp()
[all …]
Domx_vdec_hevc_swvdec.cpp8577 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
8580 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
8581 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) in set_frame_rate()
8583 new_frame_interval = (act_timestamp > prev_ts)? in set_frame_rate()
8584 act_timestamp - prev_ts : in set_frame_rate()
8585 prev_ts - act_timestamp; in set_frame_rate()
8599 prev_ts = act_timestamp; in set_frame_rate()
8602 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) in adjust_timestamp() argument
8604 if (rst_prev_ts && VALID_TS(act_timestamp)) in adjust_timestamp()
8606 prev_ts = act_timestamp; in adjust_timestamp()
[all …]
Domx_vdec_msm8974.cpp9182 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
9185 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
9186 && llabs(act_timestamp - prev_ts) > 2000) { in set_frame_rate()
9188 llabs(act_timestamp - prev_ts); in set_frame_rate()
9217 prev_ts = act_timestamp; in set_frame_rate()
9220 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) in adjust_timestamp() argument
9222 if (rst_prev_ts && VALID_TS(act_timestamp)) { in adjust_timestamp()
9223 prev_ts = act_timestamp; in adjust_timestamp()
9227 … (!VALID_TS(act_timestamp) || act_timestamp < prev_ts || llabs(act_timestamp - prev_ts) <= 2000) : in adjust_timestamp()
9228 (!VALID_TS(act_timestamp) || act_timestamp <= prev_ts); in adjust_timestamp()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp8233 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
8237 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
8238 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) in set_frame_rate()
8240 new_frame_interval = (act_timestamp > prev_ts)? in set_frame_rate()
8241 act_timestamp - prev_ts : in set_frame_rate()
8242 prev_ts - act_timestamp; in set_frame_rate()
8262 prev_ts = act_timestamp; in set_frame_rate()
8265 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) in adjust_timestamp() argument
8267 if (rst_prev_ts && VALID_TS(act_timestamp)) in adjust_timestamp()
8269 prev_ts = act_timestamp; in adjust_timestamp()
[all …]
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h719 void adjust_timestamp(OMX_S64 &act_timestamp);
720 void set_frame_rate(OMX_S64 act_timestamp);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h593 void adjust_timestamp(OMX_S64 &act_timestamp);
594 void set_frame_rate(OMX_S64 act_timestamp);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h587 void adjust_timestamp(OMX_S64 &act_timestamp);
588 void set_frame_rate(OMX_S64 act_timestamp);
Domx_vdec_hevc_swvdec.h704 void adjust_timestamp(OMX_S64 &act_timestamp);
705 void set_frame_rate(OMX_S64 act_timestamp);
Domx_vdec.h671 void adjust_timestamp(OMX_S64 &act_timestamp);
672 void set_frame_rate(OMX_S64 act_timestamp);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h590 void adjust_timestamp(OMX_S64 &act_timestamp);
591 void set_frame_rate(OMX_S64 act_timestamp);
Domx_vdec.h651 void adjust_timestamp(OMX_S64 &act_timestamp);
652 void set_frame_rate(OMX_S64 act_timestamp);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp8792 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
8795 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
8796 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) in set_frame_rate()
8798 new_frame_interval = (act_timestamp > prev_ts)? in set_frame_rate()
8799 act_timestamp - prev_ts : in set_frame_rate()
8800 prev_ts - act_timestamp; in set_frame_rate()
8814 prev_ts = act_timestamp; in set_frame_rate()
8817 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) in adjust_timestamp() argument
8819 if (rst_prev_ts && VALID_TS(act_timestamp)) in adjust_timestamp()
8821 prev_ts = act_timestamp; in adjust_timestamp()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp10928 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
10931 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
10932 && llabs(act_timestamp - prev_ts) > 2000) { in set_frame_rate()
10933 new_frame_interval = client_set_fps ? frm_int : (act_timestamp - prev_ts) > 0 ? in set_frame_rate()
10934 llabs(act_timestamp - prev_ts) : llabs(act_timestamp - prev_ts_actual); in set_frame_rate()
10963 prev_ts = act_timestamp; in set_frame_rate()
10966 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) in adjust_timestamp() argument
10968 if (rst_prev_ts && VALID_TS(act_timestamp)) { in adjust_timestamp()
10969 prev_ts = act_timestamp; in adjust_timestamp()
10970 prev_ts_actual = act_timestamp; in adjust_timestamp()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h864 void adjust_timestamp(OMX_S64 &act_timestamp);
865 void set_frame_rate(OMX_S64 act_timestamp);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h708 void adjust_timestamp(OMX_S64 &act_timestamp);
709 void set_frame_rate(OMX_S64 act_timestamp);
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h884 void set_frame_rate(OMX_S64 act_timestamp);
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp7528 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) in set_frame_rate() argument
7531 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
7532 && (llabs(act_timestamp - prev_ts) > 2000 || frm_int == 0)) { in set_frame_rate()
7533 new_frame_interval = client_set_fps ? frm_int : llabs(act_timestamp - prev_ts); in set_frame_rate()
7558 prev_ts = act_timestamp; in set_frame_rate()