Lines Matching defs:size
332 "real-time buffer [%s] [%s input] too full or near too full (%d%% of size: %d [rtbufsize parameter])! frame dropped!\n",
803 int i, n, size, r;
824 if (IAMStreamConfig_GetNumberOfCapabilities(config, &n, &size) != S_OK)
827 caps = av_malloc(size);
1074 * Set audio device buffer size in milliseconds (which can directly impact
1256 av_log(avctx, AV_LOG_ERROR, "unable to set audio buffer size %d to pin, using pin anyway...", ctx->audio_buffer_size);
1869 ctx->curbufsize[pkt->stream_index] -= pkt->size;
1884 return ctx->eof ? AVERROR(EIO) : pkt->size;
1890 { "video_size", "set video size given a string such as 640x480 or hd720.", OFFSET(requested_width), AV_OPT_TYPE_IMAGE_SIZE, {.str = NULL}, 0, 0, DEC },
1894 { "sample_size", "set audio sample size", OFFSET(sample_size), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 16, DEC },
1896 { "audio_buffer_size", "set audio device buffer latency size in milliseconds (default is the device's default)", OFFSET(audio_buffer_size), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, DEC },