Home | History | Annotate | Download | only in src

Lines Matching refs:timestamp

1250 OMX_S64 h264_stream_parser::calculate_buf_period_ts(OMX_S64 timestamp)
1252 OMX_S64 clock_ts = timestamp;
1255 clock_ts = sei_buf_period.reference_ts = timestamp;
1266 OMX_S64 h264_stream_parser::calculate_fixed_fps_ts(OMX_S64 timestamp, OMX_U32 DeltaTfiDivisor)
1268 if (VALID_TS(timestamp))
1269 vui_param.fixed_fps_prev_ts = timestamp;
1418 void h264_stream_parser::update_panscan_data(OMX_S64 timestamp)
1420 panscan_hdl->update_last(timestamp);
1433 void h264_stream_parser::fill_pan_scan_data(OMX_QCOM_PANSCAN *dest_pan_scan, OMX_S64 timestamp)
1436 h264_pan_scan *pan_scan_param = panscan_hdl->get_populated(timestamp);
1465 OMX_S64 h264_stream_parser::process_ts_with_sei_vui(OMX_S64 timestamp)
1468 OMX_S64 clock_ts = timestamp;
1479 ALOGV("-->CLOCK TIMESTAMP : %lld", clock_ts);
1499 clock_ts = calculate_fixed_fps_ts(timestamp, deltaTfiDivisor);
1501 clock_ts = calculate_buf_period_ts(timestamp);
1585 // Finish search if current timestamp has not reached
1586 // start timestamp of first panscan data.