| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| 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.
|
avcodec.AVHWAccel |
avcodec.AVHWAccel.capabilities(int capabilities) |
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.AVCodecContext.hwaccel()
Hardware accelerator in use
- encoding: unused.
|
avcodec.AVHWAccel |
avcodec.AVHWAccel.id(int id) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.next() |
avcodec.AVHWAccel |
avcodec.AVHWAccel.next(avcodec.AVHWAccel next) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.pix_fmt(int pix_fmt) |
avcodec.AVHWAccel |
avcodec.AVHWAccel.position(int 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) |
| 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 © 2014. All Rights Reserved.