Package | Description |
---|---|
org.bytedeco.ffmpeg.avutil | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVBlowfish |
AVBlowfish.p(int i,
int setter) |
AVBlowfish |
AVBlowfish.position(long position) |
AVBlowfish |
AVBlowfish.s(int i,
int j,
int setter) |
Modifier and Type | Method and Description |
---|---|
static AVBlowfish |
avutil.av_blowfish_alloc()
Allocate an AVBlowfish context.
|
Modifier and Type | Method and Description |
---|---|
static void |
avutil.av_blowfish_crypt_ecb(AVBlowfish ctx,
int[] xl,
int[] xr,
int decrypt) |
static void |
avutil.av_blowfish_crypt_ecb(AVBlowfish ctx,
IntBuffer xl,
IntBuffer xr,
int decrypt) |
static void |
avutil.av_blowfish_crypt_ecb(AVBlowfish ctx,
IntPointer xl,
IntPointer xr,
int decrypt)
Encrypt or decrypt a buffer using a previously initialized context.
|
static void |
avutil.av_blowfish_crypt(AVBlowfish ctx,
byte[] dst,
byte[] src,
int count,
byte[] iv,
int decrypt) |
static void |
avutil.av_blowfish_crypt(AVBlowfish ctx,
ByteBuffer dst,
ByteBuffer src,
int count,
ByteBuffer iv,
int decrypt) |
static void |
avutil.av_blowfish_crypt(AVBlowfish ctx,
BytePointer dst,
BytePointer src,
int count,
BytePointer iv,
int decrypt)
Encrypt or decrypt a buffer using a previously initialized context.
|
static void |
avutil.av_blowfish_init(AVBlowfish ctx,
byte[] key,
int key_len) |
static void |
avutil.av_blowfish_init(AVBlowfish ctx,
ByteBuffer key,
int key_len) |
static void |
avutil.av_blowfish_init(AVBlowfish ctx,
BytePointer key,
int key_len)
Initialize an AVBlowfish context.
|
Copyright © 2020. All rights reserved.