| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avcodec.AVPicture |
avcodec.AVPicture.data(int i,
BytePointer data) |
avcodec.AVPicture |
avcodec.AVPicture.linesize(int i,
int linesize) |
avcodec.AVPicture |
avcodec.AVSubtitleRect.pict()
data+linesize for the bitmap of this subtitle.
|
avcodec.AVPicture |
avcodec.AVPicture.position(int position) |
| 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)
Copy image src to dst.
|
static int |
avcodec.av_picture_crop(avcodec.AVPicture dst,
avcodec.AVPicture src,
int pix_fmt,
int top_band,
int left_band)
Crop image top and left side.
|
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) |
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) |
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)
Pad image.
|
static int |
avcodec.avpicture_alloc(avcodec.AVPicture picture,
int pix_fmt,
int width,
int height)
Allocate memory for the pixels of a picture and setup the AVPicture
fields for it.
|
static int |
avcodec.avpicture_deinterlace(avcodec.AVPicture dst,
avcodec.AVPicture src,
int pix_fmt,
int width,
int height)
Deprecated.
- use yadif (in libavfilter) instead
|
static int |
avcodec.avpicture_fill(avcodec.AVPicture picture,
byte[] ptr,
int pix_fmt,
int width,
int height) |
static int |
avcodec.avpicture_fill(avcodec.AVPicture picture,
ByteBuffer ptr,
int pix_fmt,
int width,
int height) |
static int |
avcodec.avpicture_fill(avcodec.AVPicture picture,
BytePointer ptr,
int pix_fmt,
int width,
int height)
Setup the picture fields based on the specified image parameters
and the provided image data buffer.
|
static void |
avcodec.avpicture_free(avcodec.AVPicture picture)
Free a picture previously allocated by avpicture_alloc().
|
static int |
avcodec.avpicture_layout(avcodec.AVPicture src,
int pix_fmt,
int width,
int height,
byte[] dest,
int dest_size) |
static int |
avcodec.avpicture_layout(avcodec.AVPicture src,
int pix_fmt,
int width,
int height,
ByteBuffer dest,
int dest_size) |
static int |
avcodec.avpicture_layout(avcodec.AVPicture src,
int pix_fmt,
int width,
int height,
BytePointer dest,
int dest_size)
Copy pixel data from an AVPicture into a buffer.
|
avcodec.AVSubtitleRect |
avcodec.AVSubtitleRect.pict(avcodec.AVPicture pict) |
Copyright © 2015. All Rights Reserved.