Searched refs:max_picture_buffer (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 60 {"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 D | avformat.h | 1443 unsigned int max_picture_buffer; member
|
/third_party/ffmpeg/libavdevice/ |
H A D | vfwcap.c | 167 unsigned int buffer_fullness = (ctx->curbufsize*100)/s->max_picture_buffer; in shall_we_drop()
|
H A D | dshow.c | 327 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