Lines Matching refs:size
70 * Original buffer size
71 * used after probing to ensure seekback and to reset the buffer size
76 * Written output size
98 * Read size bytes from AVIOContext, returning a pointer.
105 * @param size number of bytes requested
112 int ffio_read_indirect(AVIOContext *s, unsigned char *buf, int size, const unsigned char **data);
129 * @param buf_size The size of buf
138 * Read size bytes from AVIOContext into buf.
139 * Check that exactly size bytes have been read.
142 int ffio_read_size(AVIOContext *s, unsigned char *buf, int size);
148 * @param buf_size required new buffer size.
154 * Ensures that the requested seekback buffer size will be available
164 int ffio_limit(AVIOContext *s, int size);
179 * size of 'max_packet_size'. The stream is stored in a memory buffer
180 * with a big-endian 4 byte header giving the packet size in bytes.
183 * @param max_packet_size maximum packet size (must be > 0)