| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avutil.AVBufferPool |
avutil.av_buffer_pool_init(int size,
avutil.Alloc_int alloc) |
static avutil.AVBufferPool |
avutil.av_buffer_pool_init2(int size,
Pointer opaque,
avutil.Alloc_Pointer_int alloc,
avutil.Pool_free_Pointer pool_free) |
avutil.AVBufferPool |
avutil.AVHWFramesContext.pool()
A pool from which the frames are allocated by av_hwframe_get_buffer().
|
| Modifier and Type | Method and Description |
|---|---|
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 void |
avutil.av_buffer_pool_uninit(avutil.AVBufferPool pool) |
avutil.AVHWFramesContext |
avutil.AVHWFramesContext.pool(avutil.AVBufferPool pool) |
Copyright © 2019. All rights reserved.