Searched refs:restart_count (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmjpegdec.h95 int restart_count; member in struct:MJpegDecodeContext
H A Dmjpegbdec.c59 s->restart_count = 0;
H A Dmjpegdec.c642 if (s->restart_interval && !s->restart_count)
643 s->restart_count = s->restart_interval;
657 if (s->restart_interval && !--s->restart_count) {
692 if (s->restart_interval && !s->restart_count)
693 s->restart_count = s->restart_interval;
760 if (s->restart_interval && !--s->restart_count) {
792 if (s->restart_interval && !s->restart_count)
793 s->restart_count = s->restart_interval;
838 if (s->restart_interval && !--s->restart_count) {
1013 s->restart_count
[all...]
H A Djpeglsdec.c304 if (s->restart_interval && !--s->restart_count) {
319 if (s->restart_interval && !--s->restart_count) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmjpegdec.h95 int restart_count; member in struct:MJpegDecodeContext
H A Dmjpegbdec.c59 s->restart_count = 0;
H A Dmjpegdec.c642 if (s->restart_interval && !s->restart_count)
643 s->restart_count = s->restart_interval;
657 if (s->restart_interval && !--s->restart_count) {
692 if (s->restart_interval && !s->restart_count)
693 s->restart_count = s->restart_interval;
760 if (s->restart_interval && !--s->restart_count) {
792 if (s->restart_interval && !s->restart_count)
793 s->restart_count = s->restart_interval;
838 if (s->restart_interval && !--s->restart_count) {
1013 s->restart_count
[all...]
H A Djpeglsdec.c304 if (s->restart_interval && !--s->restart_count) {
319 if (s->restart_interval && !--s->restart_count) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmjpegdec.h95 int restart_count; member in struct:MJpegDecodeContext
H A Dmjpegbdec.c59 s->restart_count = 0;
H A Dmjpegdec.c642 if (s->restart_interval && !s->restart_count)
643 s->restart_count = s->restart_interval;
657 if (s->restart_interval && !--s->restart_count) {
692 if (s->restart_interval && !s->restart_count)
693 s->restart_count = s->restart_interval;
760 if (s->restart_interval && !--s->restart_count) {
792 if (s->restart_interval && !s->restart_count)
793 s->restart_count = s->restart_interval;
838 if (s->restart_interval && !--s->restart_count) {
1013 s->restart_count
[all...]
H A Djpeglsdec.c304 if (s->restart_interval && !--s->restart_count) {
319 if (s->restart_interval && !--s->restart_count) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/uwb/i1480/i1480u-wlp/
H A Dsysfs.c159 unsigned long restart_count = atomic_read(&inflight->restart_count); local
167 restart_count, sec_elapsed,
168 sec_elapsed == 0 ? 0 : restart_count/sec_elapsed);
170 atomic_set(&inflight->restart_count, 0);
H A Di1480u-wlp.h154 atomic_t restart_count; member in struct:i1480u_tx_inflight
H A Dtx.c90 atomic_inc(&i1480u->tx_inflight.restart_count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/uwb/i1480/i1480u-wlp/
H A Dsysfs.c159 unsigned long restart_count = atomic_read(&inflight->restart_count); local
167 restart_count, sec_elapsed,
168 sec_elapsed == 0 ? 0 : restart_count/sec_elapsed);
170 atomic_set(&inflight->restart_count, 0);
H A Di1480u-wlp.h154 atomic_t restart_count; member in struct:i1480u_tx_inflight
H A Dtx.c90 atomic_inc(&i1480u->tx_inflight.restart_count);

Completed in 218 milliseconds