Home
last modified time | relevance | path

Searched refs:dropscore (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dvfwcap.c165 static const uint8_t dropscore[4] = { 62, 75, 87, 100 }; in shall_we_drop() local
166 const int ndropscores = FF_ARRAY_ELEMS(dropscore); in shall_we_drop()
169 if(dropscore[++ctx->frame_num%ndropscores] <= buffer_fullness) { in shall_we_drop()
Ddshow.c145 static const uint8_t dropscore[] = {62, 75, 87, 100}; in shall_we_drop() local
146 const int ndropscores = FF_ARRAY_ELEMS(dropscore); in shall_we_drop()
150 if(dropscore[++ctx->video_frame_num%ndropscores] <= buffer_fullness) { in shall_we_drop()