Searched defs:act_timestamp (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp7354 void omx_vdpp::set_frame_rate(OMX_S64 act_timestamp) argument
7359 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
7360 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000))
7362 new_frame_interval = (act_timestamp > prev_ts)?
7363 act_timestamp - prev_ts :
7364 prev_ts - act_timestamp;
7396 prev_ts = act_timestamp;
7400 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp8233 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
8237 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
8238 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000))
8240 new_frame_interval = (act_timestamp > prev_ts)?
8241 act_timestamp - prev_ts :
8242 prev_ts - act_timestamp;
8262 prev_ts = act_timestamp;
8265 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
H A Domx_vdec_copper.cpp7712 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
7716 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
7717 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000))
7719 new_frame_interval = (act_timestamp > prev_ts)?
7720 act_timestamp - prev_ts :
7721 prev_ts - act_timestamp;
7741 prev_ts = act_timestamp;
7744 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp7923 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
7928 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
7929 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) {
7930 new_frame_interval = (act_timestamp > prev_ts)?
7931 act_timestamp - prev_ts :
7932 prev_ts - act_timestamp;
7953 prev_ts = act_timestamp;
7956 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
H A Domx_vdec_hevc.cpp7544 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
7547 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
7548 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) {
7549 new_frame_interval = (act_timestamp > prev_ts)?
7550 act_timestamp - prev_ts :
7551 prev_ts - act_timestamp;
7563 prev_ts = act_timestamp;
7566 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
H A Domx_vdec_hevc_swvdec.cpp8577 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
8580 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
8581 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000))
8583 new_frame_interval = (act_timestamp > prev_ts)?
8584 act_timestamp - prev_ts :
8585 prev_ts - act_timestamp;
8599 prev_ts = act_timestamp;
8602 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
H A Domx_vdec_msm8974.cpp9090 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
9093 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
9094 && llabs(act_timestamp - prev_ts) > 2000) {
9096 llabs(act_timestamp - prev_ts);
9125 prev_ts = act_timestamp;
9128 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) argument
9130 if (rst_prev_ts && VALID_TS(act_timestamp)) {
9131 prev_ts = act_timestamp;
9135 (!VALID_TS(act_timestamp) || act_timestam
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp7508 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
7511 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
7512 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000)) {
7513 new_frame_interval = (act_timestamp > prev_ts)?
7514 act_timestamp - prev_ts :
7515 prev_ts - act_timestamp;
7527 prev_ts = act_timestamp;
7530 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
H A Domx_vdec_hevc_swvdec.cpp8792 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
8795 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
8796 && (((act_timestamp > prev_ts )? act_timestamp - prev_ts: prev_ts-act_timestamp)>2000))
8798 new_frame_interval = (act_timestamp > prev_ts)?
8799 act_timestamp - prev_ts :
8800 prev_ts - act_timestamp;
8814 prev_ts = act_timestamp;
8817 adjust_timestamp(OMX_S64 &act_timestamp) argument
[all...]
H A Domx_vdec_v4l2.cpp9872 void omx_vdec::set_frame_rate(OMX_S64 act_timestamp) argument
9875 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts
9876 && llabs(act_timestamp - prev_ts) > 2000) {
9877 new_frame_interval = client_set_fps ? frm_int : (act_timestamp - prev_ts) > 0 ?
9878 llabs(act_timestamp - prev_ts) : llabs(act_timestamp - prev_ts_actual);
9907 prev_ts = act_timestamp;
9910 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) argument
9912 if (rst_prev_ts && VALID_TS(act_timestamp)) {
[all...]

Completed in 329 milliseconds