Home
last modified time | relevance | path

Searched refs:VALID_TS (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp1256 else if (sei_pic_timing.is_valid && VALID_TS(sei_buf_period.reference_ts)) in calculate_buf_period_ts()
1268 if (VALID_TS(timestamp)) in calculate_fixed_fps_ts()
1270 else if (VALID_TS(vui_param.fixed_fps_prev_ts)) in calculate_fixed_fps_ts()
1548 panscan_node = (!panscan_node || VALID_TS(panscan_node->start_ts))? in get_free()
1569 if (VALID_TS(panscan_node->start_ts)) in get_populated()
1609 if (panscan_node && !VALID_TS(panscan_node->start_ts)) in update_last()
1617 else if (!VALID_TS(frame_ts)) in update_last()
Domx_vdec_copper.cpp6815 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
6831 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
6956 if (!VALID_TS(pdest_frame->nTimeStamp)) in push_input_h264()
7716 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
7746 if (rst_prev_ts && VALID_TS(act_timestamp)) in adjust_timestamp()
7751 else if (VALID_TS(prev_ts)) in adjust_timestamp()
7754 (!VALID_TS(act_timestamp) || (((act_timestamp > prev_ts)? in adjust_timestamp()
7756 (!VALID_TS(act_timestamp) || act_timestamp == prev_ts); in adjust_timestamp()
7858 if (!VALID_TS(p_buf_hdr->nTimeStamp)) in handle_extradata()
Domx_vdec.cpp7291 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
7307 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
7473 if (!VALID_TS(pdest_frame->nTimeStamp)) in push_input_h264()
8237 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
8267 if (rst_prev_ts && VALID_TS(act_timestamp)) in adjust_timestamp()
8272 else if (VALID_TS(prev_ts)) in adjust_timestamp()
8275 (!VALID_TS(act_timestamp) || (((act_timestamp > prev_ts)? in adjust_timestamp()
8277 (!VALID_TS(act_timestamp) || act_timestamp == prev_ts); in adjust_timestamp()
8385 if (!VALID_TS(p_buf_hdr->nTimeStamp)) in handle_extradata()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp1173 else if (sei_pic_timing.is_valid && VALID_TS(sei_buf_period.reference_ts)) { in calculate_buf_period_ts()
1184 if (VALID_TS(timestamp)) in calculate_fixed_fps_ts()
1186 else if (VALID_TS(vui_param.fixed_fps_prev_ts)) in calculate_fixed_fps_ts()
1457 panscan_node = (!panscan_node || VALID_TS(panscan_node->start_ts))? in get_free()
1476 if (VALID_TS(panscan_node->start_ts)) { in get_populated()
1511 if (panscan_node && !VALID_TS(panscan_node->start_ts)) { in update_last()
1517 else if (!VALID_TS(frame_ts)) in update_last()
Domx_vdec.cpp7029 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
7049 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
7169 if (!VALID_TS(pdest_frame->nTimeStamp)) in push_input_h264()
7928 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
7958 if (rst_prev_ts && VALID_TS(act_timestamp)) { in adjust_timestamp()
7961 } else if (VALID_TS(prev_ts)) { in adjust_timestamp()
7963 (!VALID_TS(act_timestamp) || (((act_timestamp > prev_ts)? in adjust_timestamp()
7965 (!VALID_TS(act_timestamp) || act_timestamp == prev_ts); in adjust_timestamp()
8107 if (!VALID_TS(p_buf_hdr->nTimeStamp)) in handle_extradata_secure()
8297 if (!VALID_TS(p_buf_hdr->nTimeStamp)) in handle_extradata()
Domx_vdec_hevc.cpp6534 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
6549 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
6649 if (!VALID_TS(pdest_frame->nTimeStamp)) in push_input_h264()
7547 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
7568 if (rst_prev_ts && VALID_TS(act_timestamp)) { in adjust_timestamp()
7571 } else if (VALID_TS(prev_ts)) { in adjust_timestamp()
7573 (!VALID_TS(act_timestamp) || (((act_timestamp > prev_ts)? in adjust_timestamp()
7575 (!VALID_TS(act_timestamp) || act_timestamp == prev_ts); in adjust_timestamp()
Domx_vdec_msm8974.cpp7940 if (VALID_TS(h264_last_au_ts) && !VALID_TS(pdest_frame->nTimeStamp)) { in push_input_h264()
7955 if (!VALID_TS(h264_last_au_ts)) in push_input_h264()
8083 if (!VALID_TS(pdest_frame->nTimeStamp)) in push_input_h264()
9040 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
9077 if (rst_prev_ts && VALID_TS(act_timestamp)) { in adjust_timestamp()
9080 } else if (VALID_TS(prev_ts)) { in adjust_timestamp()
9082 … (!VALID_TS(act_timestamp) || act_timestamp < prev_ts || llabs(act_timestamp - prev_ts) <= 2000) : in adjust_timestamp()
9083 (!VALID_TS(act_timestamp) || act_timestamp <= prev_ts); in adjust_timestamp()
Domx_vdec_hevc_swvdec.cpp8580 if (VALID_TS(act_timestamp) && VALID_TS(prev_ts) && act_timestamp != prev_ts in set_frame_rate()
8604 if (rst_prev_ts && VALID_TS(act_timestamp)) in adjust_timestamp()
8609 else if (VALID_TS(prev_ts)) in adjust_timestamp()
8612 (!VALID_TS(act_timestamp) || (((act_timestamp > prev_ts)? in adjust_timestamp()
8614 (!VALID_TS(act_timestamp) || act_timestamp == prev_ts); in adjust_timestamp()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h243 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false) macro
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h239 #define VALID_TS(ts) ((ts < LLONG_MAX)? true : false) macro