| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avcodec.AVHWAccel |
avcodec.AVHWAccel.alloc_frame(avcodec.AVHWAccel.Alloc_frame_AVCodecContext_AVFrame alloc_frame) |
static avcodec.AVHWAccel |
avcodec.av_hwaccel_next(avcodec.AVHWAccel hwaccel)
If hwaccel is NULL, returns the first registered hardware accelerator,
if hwaccel is non-NULL, returns the next registered hardware accelerator
after hwaccel, or NULL if hwaccel is the last one.
|
avcodec.AVHWAccel |
avcodec.AVHWAccel.capabilities(int capabilities) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.caps_internal(int caps_internal) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.decode_mb(avcodec.AVHWAccel.Decode_mb_MpegEncContext decode_mb) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.decode_slice(avcodec.AVHWAccel.Decode_slice_AVCodecContext_BytePointer_int decode_slice) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.end_frame(avcodec.AVHWAccel.End_frame_AVCodecContext end_frame) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.frame_priv_data_size(int frame_priv_data_size) |
avcodec.AVHWAccel |
avcodec.AVCodecContext.hwaccel()
Hardware accelerator in use
- encoding: unused.
|
avcodec.AVHWAccel |
avcodec.AVHWAccel.id(int id) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.init(avcodec.AVHWAccel.Init_AVCodecContext init) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.next()
No fields below this line are part of the public API.
|
avcodec.AVHWAccel |
avcodec.AVHWAccel.next(avcodec.AVHWAccel next) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.pix_fmt(int pix_fmt) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.position(long position) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.priv_data_size(int priv_data_size) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.start_frame(avcodec.AVHWAccel.Start_frame_AVCodecContext_BytePointer_int start_frame) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.type(int type) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.uninit(avcodec.AVHWAccel.Uninit_AVCodecContext uninit) |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVHWAccel |
avcodec.av_hwaccel_next(avcodec.AVHWAccel hwaccel)
If hwaccel is NULL, returns the first registered hardware accelerator,
if hwaccel is non-NULL, returns the next registered hardware accelerator
after hwaccel, or NULL if hwaccel is the last one.
|
static void |
avcodec.av_register_hwaccel(avcodec.AVHWAccel hwaccel)
Register the hardware accelerator hwaccel.
|
avcodec.AVCodecContext |
avcodec.AVCodecContext.hwaccel(avcodec.AVHWAccel hwaccel) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.next(avcodec.AVHWAccel next) |
Copyright © 2018. All rights reserved.