Searched refs:fixed_fps_prev_ts (Results 1 – 4 of 4) sorted by relevance
515 vui_param.fixed_fps_prev_ts = LLONG_MAX; in reset()1185 vui_param.fixed_fps_prev_ts = timestamp; in calculate_fixed_fps_ts()1186 else if (VALID_TS(vui_param.fixed_fps_prev_ts)) in calculate_fixed_fps_ts()1187 vui_param.fixed_fps_prev_ts += DeltaTfiDivisor * 1e6 * in calculate_fixed_fps_ts()1189 return vui_param.fixed_fps_prev_ts; in calculate_fixed_fps_ts()
557 vui_param.fixed_fps_prev_ts = LLONG_MAX; in reset()1269 vui_param.fixed_fps_prev_ts = timestamp; in calculate_fixed_fps_ts()1270 else if (VALID_TS(vui_param.fixed_fps_prev_ts)) in calculate_fixed_fps_ts()1271 vui_param.fixed_fps_prev_ts += DeltaTfiDivisor * 1e6 * in calculate_fixed_fps_ts()1273 return vui_param.fixed_fps_prev_ts; in calculate_fixed_fps_ts()
300 OMX_S64 fixed_fps_prev_ts; member