| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avutil.AVBufferRef |
avutil.av_buffer_alloc(int size)
Allocate an AVBuffer of the given size using av_malloc().
|
static avutil.AVBufferRef |
avutil.av_buffer_allocz(int size)
Same as av_buffer_alloc(), except the returned buffer will be initialized
to zero.
|
static avutil.AVBufferRef |
avutil.av_buffer_create(byte[] data,
int size,
avutil.Free_Pointer_byte__ free,
Pointer opaque,
int flags) |
static avutil.AVBufferRef |
avutil.av_buffer_create(ByteBuffer data,
int size,
avutil.Free_Pointer_ByteBuffer free,
Pointer opaque,
int flags) |
static avutil.AVBufferRef |
avutil.av_buffer_create(BytePointer data,
int size,
avutil.Free_Pointer_BytePointer free,
Pointer opaque,
int flags) |
static avutil.AVBufferRef |
avutil.av_buffer_pool_get(avutil.AVBufferPool pool)
Allocate a new AVBuffer, reusing an old buffer from the pool when available.
|
static avutil.AVBufferRef |
avutil.av_buffer_ref(avutil.AVBufferRef buf)
Create a new reference to an AVBuffer.
|
static avutil.AVBufferRef |
avutil.av_frame_get_plane_buffer(avutil.AVFrame frame,
int plane)
Get the buffer reference a given data plane is stored in.
|
avutil.AVBufferRef |
avcodec.AVPacket.buf()
A reference to the reference-counted buffer where the packet data is
stored.
|
avutil.AVBufferRef |
avutil.AVFrameSideData.buf() |
avutil.AVBufferRef |
avutil.AVFrame.buf(int i)
AVBuffer references backing the data for this frame.
|
avutil.AVBufferRef |
avutil.AVBufferRef.buffer(avutil.AVBuffer buffer) |
avutil.AVBufferRef |
avutil.Alloc_int.call(int size) |
avutil.AVBufferRef |
avutil.AVBufferRef.data(BytePointer data) |
avutil.AVBufferRef |
avutil.AVFrame.extended_buf(int i)
For planar audio which requires more than AV_NUM_DATA_POINTERS
AVBufferRef pointers, this array will hold all the references which
cannot fit into AVFrame.buf.
|
avutil.AVBufferRef |
avutil.AVBufferRef.position(int position) |
avutil.AVBufferRef |
avutil.AVFrame.qp_table_buf()
Not to be accessed directly from outside libavutil
|
avutil.AVBufferRef |
avutil.AVBufferRef.size(int size) |
Copyright © 2015. All Rights Reserved.