Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A 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()
H A Ddshow.c325 static const uint8_t dropscore[] = {62, 75, 87, 100}; in shall_we_drop() local
326 const int ndropscores = FF_ARRAY_ELEMS(dropscore); in shall_we_drop()
330 if(dropscore[++ctx->video_frame_num%ndropscores] <= buffer_fullness) { in shall_we_drop()

Completed in 4 milliseconds