Home
last modified time | relevance | path

Searched refs:old_ts (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/src/misc/
H A Dioctl.c109 long old_ts; in convert_ioctl_struct() local
114 old_ts = new_ts; in convert_ioctl_struct()
115 memcpy(old+old_offset, &old_ts, sizeof old_ts); in convert_ioctl_struct()
117 memcpy(&old_ts, old+old_offset, sizeof old_ts); in convert_ioctl_struct()
118 new_ts = old_ts; in convert_ioctl_struct()
122 old_offset += sizeof old_ts; in convert_ioctl_struct()
/third_party/ffmpeg/libavutil/
H A Dmathematics.c208 int64_t old_ts = av_rescale_q(old, inc_tb, ts_tb); in av_add_stable() local
210 if (old == INT64_MAX || old == AV_NOPTS_VALUE || old_ts == AV_NOPTS_VALUE) in av_add_stable()
213 return av_sat_add64(av_rescale_q(old + 1, inc_tb, ts_tb), ts - old_ts); in av_add_stable()

Completed in 2 milliseconds