Lines Matching defs:buffer
39 size_t size; ///< size left in the buffer
51 /* copy internal buffer data to buf */
63 uint8_t *buffer = NULL, *avio_ctx_buffer = NULL;
71 "API example program to show how to read from a custom buffer "
77 /* slurp file content into buffer */
78 ret = av_file_map(input_filename, &buffer, &buffer_size, 0, NULL);
83 bd.ptr = buffer;
121 /* note: the internal buffer could have changed, and be != avio_ctx_buffer */
123 av_freep(&avio_ctx->buffer);
126 av_file_unmap(buffer, buffer_size);