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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c162 int ra_distance; ///< distance between RA frames (in frames, 0...255) member in struct:__anon1858
260 av_dlog(avctx, "ra_distance = %i\n", sconf->ra_distance);
316 sconf->ra_distance = get_bits(&gb, 8);
1446 // (sconf->ra_distance == 0) no frame is treated as a random access frame.
1449 ra_frame = sconf->ra_distance && !(ctx->frame_id % sconf->ra_distance);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c161 int ra_distance; ///< distance between RA frames (in frames, 0...255) member in struct:__anon3073
259 av_dlog(avctx, "ra_distance = %i\n", sconf->ra_distance);
317 sconf->ra_distance = get_bits(&gb, 8);
1484 // (sconf->ra_distance == 0) no frame is treated as a random access frame.
1487 ra_frame = sconf->ra_distance && !(ctx->frame_id % sconf->ra_distance);

Completed in 66 milliseconds