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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dvfwcap.c158 static const uint8_t dropscore[] = {62, 75, 87, 100}; local
159 const int ndropscores = FF_ARRAY_ELEMS(dropscore);
162 if(dropscore[++ctx->frame_num%ndropscores] <= buffer_fullness) {
H A Ddshow.c186 static const uint8_t dropscore[] = {62, 75, 87, 100}; local
187 const int ndropscores = FF_ARRAY_ELEMS(dropscore);
190 if(dropscore[++ctx->video_frame_num%ndropscores] <= buffer_fullness) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dvfwcap.c160 const uint8_t dropscore[] = {62, 75, 87, 100}; local
161 const int ndropscores = FF_ARRAY_ELEMS(dropscore);
164 if(dropscore[++ctx->frame_num%ndropscores] <= buffer_fullness) {

Completed in 64 milliseconds