Searched refs:n_frames (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9_parser.c25 int n_frames; // 1-8 member in struct:VP9ParseContext
55 if (s->n_frames > 0) {
57 *out_size = s->size[--s->n_frames];
60 return s->n_frames > 0 ? *out_size : size /* i.e. include idx tail */;
66 int n_frames = 1 + (marker & 0x7), idx_sz = 2 + n_frames * nbytes; local
75 while (n_frames--) { \
79 s->n_frames = 0; \
89 s->n_frames = n_frames; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394.h117 n_frames = 4
224 unsigned int n_frames; member in struct:dv1394_init
243 second time with different 'n_frames' or 'format' arguments (which
H A Ddv1394.c522 last_frame = video->n_frames-1;
524 video->first_clear_frame = (video->first_clear_frame + 1) % video->n_frames;
812 for (j = 0; j < video->n_frames; j++) {
864 if ( (init->n_frames < 2) || (init->n_frames > DV1394_MAX_FRAMES) )
881 new_buf_size = DV1394_NTSC_FRAME_SIZE * init->n_frames;
883 new_buf_size = DV1394_PAL_FRAME_SIZE * init->n_frames;
912 video->n_frames = init->n_frames;
920 video->n_clear_frames = video->n_frames;
2391 u32 n_frames; member in struct:dv1394_init32
[all...]
H A Ddv1394-private.h491 /* n_frames also serves as an indicator that this struct video_card is
494 int n_frames; member in struct:video_card
564 n_frames
569 return v->n_frames > 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddv1394.h127 n_frames = 4
233 (first_clear_buffer + N) % n_frames */
239 will at most be n_frames - 1 clear frames at any time */
245 (first_clear_buffer + N) % n_frames */
276 unsigned int n_frames; member in struct:dv1394_init
295 second time with different 'n_frames' or 'format' arguments (which
H A Ddv1394.c63 init.n_frames = DV1394_RING_FRAMES;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Ddv1394.h127 n_frames = 4
232 (first_clear_buffer + N) % n_frames */
238 will at most be n_frames - 1 clear frames at any time */
244 (first_clear_buffer + N) % n_frames */
275 unsigned int n_frames; member in struct:dv1394_init
294 second time with different 'n_frames' or 'format' arguments (which
H A Ddv1394.c64 init.n_frames = DV1394_RING_FRAMES;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_thumbnail.c44 int n_frames; ///< number of frames for analysis member in struct:__anon3430
45 struct thumb_frame *frames; ///< the n_frames frames
53 { "n", "set the frames batch size", OFFSET(n_frames), AV_OPT_TYPE_INT, {.i64=100}, 2, INT_MAX, FLAGS },
63 thumb->frames = av_calloc(thumb->n_frames, sizeof(*thumb->frames));
69 av_log(ctx, AV_LOG_VERBOSE, "batch size: %d frames\n", thumb->n_frames);
155 if (thumb->n < thumb->n_frames)
165 for (i = 0; i < thumb->n_frames && thumb->frames[i].buf; i++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.c934 * Assuming that n_frames is not 0. The current PER
938 * n_bad_frames subframes out of n_frames wored,
940 * 100 * n_bad_frames / n_frames, and it contributes
941 * 100 * n_bad_frames / (n_frames * (retries+1)) to
946 int n_frames, n_bad_tries; local
951 n_frames = tx_info->status.ampdu_len * (retries + 1);
952 cur_per = (100 * n_bad_tries / n_frames) >> 3;

Completed in 213 milliseconds