Package | Description |
---|---|
org.jcodec.codecs.h264.io.model | |
org.jcodec.common.model | |
org.jcodec.common.tools |
Constructor and Description |
---|
Frame(int width,
int height,
byte[][] data,
ColorSpace color,
Rect crop,
int frameNo,
SliceType frameType,
H264Utils.MvList2D mvs,
Frame[][][] refsUsed,
int poc) |
Modifier and Type | Method and Description |
---|---|
Rect |
PictureHiBD.getCrop() |
Rect |
Picture.getCrop() |
Modifier and Type | Method and Description |
---|---|
static PictureHiBD |
PictureHiBD.createCropped(int width,
int height,
ColorSpace colorSpace,
Rect crop) |
static Picture |
Picture.createCropped(int width,
int height,
ColorSpace colorSpace,
Rect crop) |
static Picture |
Picture.createCroppedHiBD(int width,
int height,
int lowBitsNum,
ColorSpace colorSpace,
Rect crop) |
static PictureHiBD |
PictureHiBD.createPictureCropped(int width,
int height,
int[][] data,
ColorSpace color,
Rect crop) |
static PictureHiBD |
PictureHiBD.doCreate(int width,
int height,
ColorSpace colorSpace,
int bitDepth,
Rect crop) |
void |
PictureHiBD.setCrop(Rect crop) |
void |
Picture.setCrop(Rect crop) |
Constructor and Description |
---|
Picture(int width,
int height,
byte[][] data,
byte[][] lowBits,
ColorSpace color,
int lowBitsNum,
Rect crop) |
PictureHiBD(int width,
int height,
int[][] data,
ColorSpace color,
int bitDepth,
Rect crop) |
Modifier and Type | Method and Description |
---|---|
static void |
ImageOP.subImageWithFillPic8(Picture _in,
Picture out,
Rect rect) |
Copyright © 2019. All rights reserved.