Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Dvfwcap.c166 const int ndropscores = FF_ARRAY_ELEMS(dropscore); in shall_we_drop() local
169 if(dropscore[++ctx->frame_num%ndropscores] <= buffer_fullness) { in shall_we_drop()
Ddshow.c146 const int ndropscores = FF_ARRAY_ELEMS(dropscore); in shall_we_drop() local
150 if(dropscore[++ctx->video_frame_num%ndropscores] <= buffer_fullness) { in shall_we_drop()