| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avcodec.AVPicture |
avcodec.AVPicture.data(int i,
BytePointer data)
Deprecated.
|
avcodec.AVPicture |
avcodec.AVPicture.linesize(int i,
int linesize)
Deprecated.
|
avcodec.AVPicture |
avcodec.AVSubtitleRect.pict()
Deprecated.
unused
|
avcodec.AVPicture |
avcodec.AVPicture.position(long position)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_picture_copy(avcodec.AVPicture dst,
avcodec.AVPicture src,
int pix_fmt,
int width,
int height)
Deprecated.
av_image_copy() instead.
|
static int |
avcodec.av_picture_crop(avcodec.AVPicture dst,
avcodec.AVPicture src,
int pix_fmt,
int top_band,
int left_band)
Deprecated.
unused
|
static int |
avcodec.av_picture_pad(avcodec.AVPicture dst,
avcodec.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(avcodec.AVPicture dst,
avcodec.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(avcodec.AVPicture dst,
avcodec.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(avcodec.AVPicture picture,
int pix_fmt,
int width,
int height)
Deprecated.
unused
|
static int |
avcodec.avpicture_fill(avcodec.AVPicture picture,
byte[] ptr,
int pix_fmt,
int width,
int height)
Deprecated.
|
static int |
avcodec.avpicture_fill(avcodec.AVPicture picture,
ByteBuffer ptr,
int pix_fmt,
int width,
int height)
Deprecated.
|
static int |
avcodec.avpicture_fill(avcodec.AVPicture picture,
BytePointer ptr,
int pix_fmt,
int width,
int height)
Deprecated.
use av_image_fill_arrays() instead.
|
static void |
avcodec.avpicture_free(avcodec.AVPicture picture)
Deprecated.
unused
|
static int |
avcodec.avpicture_layout(avcodec.AVPicture src,
int pix_fmt,
int width,
int height,
byte[] dest,
int dest_size)
Deprecated.
|
static int |
avcodec.avpicture_layout(avcodec.AVPicture src,
int pix_fmt,
int width,
int height,
ByteBuffer dest,
int dest_size)
Deprecated.
|
static int |
avcodec.avpicture_layout(avcodec.AVPicture src,
int pix_fmt,
int width,
int height,
BytePointer dest,
int dest_size)
Deprecated.
use av_image_copy_to_buffer() instead.
|
avcodec.AVSubtitleRect |
avcodec.AVSubtitleRect.pict(avcodec.AVPicture pict) |
Copyright © 2018. All rights reserved.