Home
last modified time | relevance | path

Searched refs:max_picture_buffer (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h60 {"rtbufsize", "max memory used for buffering real-time frames", OFFSET(max_picture_buffer), AV_OPT_TYPE_INT, {.i64 = 3041280 }, 0, INT_MAX, D}, /* defaults to 1s of 15fps 352x288 YUYV422 video */
H A Davformat.h1443 unsigned int max_picture_buffer; member
/third_party/ffmpeg/libavdevice/
H A Dvfwcap.c167 unsigned int buffer_fullness = (ctx->curbufsize*100)/s->max_picture_buffer; in shall_we_drop()
H A Ddshow.c327 unsigned int buffer_fullness = (ctx->curbufsize[index]*100)/s->max_picture_buffer; in shall_we_drop()
333 ctx->device_name[devtype], devtypename, buffer_fullness, s->max_picture_buffer); in shall_we_drop()

Completed in 8 milliseconds