Searched refs:cur_frame_duration (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c134 int64_t cur_frame_duration; /* duration of the current frame in us */ member in struct:HTTPContext
2223 return c->cur_pts + (c->cur_frame_duration * bytes_sent) / frame_bytes;
2373 c->cur_frame_duration = av_rescale_q(pkt.duration, ist->time_base, AV_TIME_BASE_Q);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c134 int64_t cur_frame_duration; /* duration of the current frame in us */ member in struct:HTTPContext
2223 return c->cur_pts + (c->cur_frame_duration * bytes_sent) / frame_bytes;
2373 c->cur_frame_duration = av_rescale_q(pkt.duration, ist->time_base, AV_TIME_BASE_Q);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c134 int64_t cur_frame_duration; /* duration of the current frame in us */ member in struct:HTTPContext
2223 return c->cur_pts + (c->cur_frame_duration * bytes_sent) / frame_bytes;
2373 c->cur_frame_duration = av_rescale_q(pkt.duration, ist->time_base, AV_TIME_BASE_Q);

Completed in 98 milliseconds