Searched refs:curbufsize (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dvfwcap.c42 unsigned int curbufsize; member in struct:vfw_ctx
160 unsigned int buffer_fullness = (ctx->curbufsize*100)/s->max_picture_buffer;
202 ctx->curbufsize += vdhdr->dwBytesUsed;
454 ctx->curbufsize -= pkt->size;
H A Ddshow.c56 int64_t curbufsize[2]; member in struct:dshow_ctx
188 unsigned int buffer_fullness = (ctx->curbufsize[index]*100)/s->max_picture_buffer;
228 ctx->curbufsize[index] += buf_size;
947 ctx->curbufsize[0] = 0;
948 ctx->curbufsize[1] = 0;
1042 ctx->curbufsize[pkt->stream_index] -= pkt->size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dvfwcap.c44 unsigned int curbufsize; member in struct:vfw_ctx
162 unsigned int buffer_fullness = (ctx->curbufsize*100)/s->max_picture_buffer;
204 ctx->curbufsize += vdhdr->dwBytesUsed;
453 ctx->curbufsize -= pkt->size;

Completed in 58 milliseconds