Package | Description |
---|---|
org.bytedeco.ffmpeg.avcodec | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVPicture |
AVPicture.data(int i,
BytePointer setter)
Deprecated.
|
AVPicture |
AVPicture.linesize(int i,
int setter)
Deprecated.
|
AVPicture |
AVSubtitleRect.pict()
Deprecated.
unused
|
AVPicture |
AVPicture.position(long position)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AVSubtitleRect |
AVSubtitleRect.pict(AVPicture setter) |
Modifier and Type | Method and Description |
---|---|
static void |
avcodec.av_picture_copy(AVPicture dst,
AVPicture src,
int pix_fmt,
int width,
int height)
Deprecated.
av_image_copy() instead.
|
static int |
avcodec.av_picture_crop(AVPicture dst,
AVPicture src,
int pix_fmt,
int top_band,
int left_band)
Deprecated.
unused
|
static int |
avcodec.av_picture_pad(AVPicture dst,
AVPicture src,
int height,
int width,
int pix_fmt,
int padtop,
int padbottom,
int padleft,
int padright,
int[] color)
Deprecated.
|
static int |
avcodec.av_picture_pad(AVPicture dst,
AVPicture src,
int height,
int width,
int pix_fmt,
int padtop,
int padbottom,
int padleft,
int padright,
IntBuffer color)
Deprecated.
|
static int |
avcodec.av_picture_pad(AVPicture dst,
AVPicture src,
int height,
int width,
int pix_fmt,
int padtop,
int padbottom,
int padleft,
int padright,
IntPointer color)
Deprecated.
unused
|
static int |
avcodec.avpicture_alloc(AVPicture picture,
int pix_fmt,
int width,
int height)
Deprecated.
unused
|
static int |
avcodec.avpicture_fill(AVPicture picture,
byte[] ptr,
int pix_fmt,
int width,
int height)
Deprecated.
|
static int |
avcodec.avpicture_fill(AVPicture picture,
ByteBuffer ptr,
int pix_fmt,
int width,
int height)
Deprecated.
|
static int |
avcodec.avpicture_fill(AVPicture picture,
BytePointer ptr,
int pix_fmt,
int width,
int height)
Deprecated.
use av_image_fill_arrays() instead.
|
static void |
avcodec.avpicture_free(AVPicture picture)
Deprecated.
unused
|
static int |
avcodec.avpicture_layout(AVPicture src,
int pix_fmt,
int width,
int height,
byte[] dest,
int dest_size)
Deprecated.
|
static int |
avcodec.avpicture_layout(AVPicture src,
int pix_fmt,
int width,
int height,
ByteBuffer dest,
int dest_size)
Deprecated.
|
static int |
avcodec.avpicture_layout(AVPicture src,
int pix_fmt,
int width,
int height,
BytePointer dest,
int dest_size)
Deprecated.
use av_image_copy_to_buffer() instead.
|
Copyright © 2020. All rights reserved.