Lines Matching defs:size
51 * most Libavformat structures, its size is not part of public ABI, so it cannot be
423 * @param size desired payload size
424 * @return >0 (read size) if OK, AVERROR_xxx otherwise
426 int av_get_packet(AVIOContext *s, AVPacket *pkt, int size);
431 * If pkt->size is 0 this is identical to av_get_packet.
435 * the final size.
439 * @param size amount of data to read
440 * @return >0 (read size) if OK, AVERROR_xxx otherwise, previous data
443 int av_append_packet(AVIOContext *s, AVPacket *pkt, int size);
548 * size of private data so that it can be allocated in the wrapper
820 int size:30; //Yeah, trying to keep the size of this small to reduce memory requirements (it is 24 vs. 32 bytes due to possible 8-byte alignment).
1005 * a bitrate, this value will be estimated from bitrate and file size.
1429 * If the index exceeds this size, entries will be discarded as
1430 * needed to maintain a smaller size. This can lead to slower or less
1599 * Max chunk size in bytes
1985 * @param size side information size
1990 uint8_t *data, size_t size);
1997 * @param size side information size
2001 enum AVPacketSideDataType type, size_t size);
2007 * @param size If supplied, *size will be set to the size of the side data
2012 enum AVPacketSideDataType type, size_t *size);
2086 * with a score that is too low, the probe buffer size is increased and another
2087 * attempt is made. When the maximum probe size is reached, the input format
2095 * @param max_probe_size the maximum probe buffer size (zero for default)
2213 * a known fixed size (e.g. PCM or ADPCM data). If the audio frames have
2214 * a variable size (e.g. MPEG audio), then it contains one frame.
2562 * @param size buffer size
2566 void av_hex_dump(FILE *f, const uint8_t *buf, int size);
2576 * @param size buffer size
2580 void av_hex_dump_log(void *avcl, int level, const uint8_t *buf, int size);
2700 int size, int distance, int flags);
2712 * @param proto_size the size of the proto buffer
2714 * @param authorization_size the size of the authorization buffer
2716 * @param hostname_size the size of the hostname buffer
2719 * @param path_size the size of the path buffer
2755 * @param buf_size destination buffer size
2789 * @param size the size of the buffer
2792 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);