Modifier and Type | Method and Description |
---|---|
ColorSpace |
SinkImpl.getInputColor() |
ColorSpace |
Sink.getInputColor()
Gets the color space that the sink expects
|
ColorSpace |
Filter.getInputColor()
The color space that this filter supports on the input.
|
ColorSpace |
Filter.getOutputColor() |
Modifier and Type | Method and Description |
---|---|
PixelStore.LoanerPicture |
PixelStoreImpl.getPicture(int width,
int height,
ColorSpace color) |
PixelStore.LoanerPicture |
PixelStore.getPicture(int width,
int height,
ColorSpace color) |
Modifier and Type | Method and Description |
---|---|
ColorSpace |
ScaleFilter.getInputColor() |
ColorSpace |
DumpMvFilter.getInputColor() |
ColorSpace |
CropFilter.getInputColor() |
ColorSpace |
ColorTransformFilter.getInputColor() |
ColorSpace |
ScaleFilter.getOutputColor() |
ColorSpace |
DumpMvFilter.getOutputColor() |
ColorSpace |
CropFilter.getOutputColor() |
ColorSpace |
ColorTransformFilter.getOutputColor() |
Constructor and Description |
---|
ColorTransformFilter(ColorSpace outputColor) |
Modifier and Type | Method and Description |
---|---|
ColorSpace[] |
H264Encoder.getSupportedColorSpaces() |
Constructor and Description |
---|
MBlock(ColorSpace chromaFormat) |
Modifier and Type | Field and Description |
---|---|
ColorSpace |
SeqParameterSet.chromaFormatIdc |
Modifier and Type | Method and Description |
---|---|
ColorSpace |
SeqParameterSet.getChromaFormatIdc() |
static ColorSpace |
SeqParameterSet.getColor(int id) |
Modifier and Type | Method and Description |
---|---|
static int |
SeqParameterSet.fromColor(ColorSpace color) |
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 | Field and Description |
---|---|
ColorSpace |
MPEGDecoder.Context.color |
Modifier and Type | Method and Description |
---|---|
ColorSpace[] |
PNGEncoder.getSupportedColorSpaces() |
Modifier and Type | Method and Description |
---|---|
ColorSpace[] |
ProresEncoder.getSupportedColorSpaces() |
Modifier and Type | Method and Description |
---|---|
ColorSpace[] |
RAWVideoEncoder.getSupportedColorSpaces() |
Modifier and Type | Method and Description |
---|---|
ColorSpace[] |
VP8Encoder.getSupportedColorSpaces() |
Modifier and Type | Method and Description |
---|---|
ColorSpace |
VideoCodecMeta.getColor() |
abstract ColorSpace[] |
VideoEncoder.getSupportedColorSpaces()
Native color spaces of this video encoder, i.e.
|
Modifier and Type | Method and Description |
---|---|
static VideoCodecMeta |
VideoCodecMeta.createSimpleVideoCodecMeta(Size size,
ColorSpace color) |
Modifier and Type | Field and Description |
---|---|
static ColorSpace |
ColorSpace.ANY
Any color space, used in the cases where any color space will do.
|
static ColorSpace |
ColorSpace.ANY_INTERLEAVED
Any interleaved color space, used in the cases where any interleaved color space will do.
|
static ColorSpace |
ColorSpace.ANY_PLANAR
Any planar color space, used in the cases where any planar color space will do.
|
static ColorSpace |
ColorSpace.BGR |
static ColorSpace |
ColorSpace.GREY |
static ColorSpace |
ColorSpace.MONO |
static ColorSpace |
ColorSpace.RGB |
static ColorSpace |
ColorSpace.SAME
Same color, used in filters to declare that the color stays unchanged.
|
static ColorSpace |
ColorSpace.YUV420 |
static ColorSpace |
ColorSpace.YUV420J |
static ColorSpace |
ColorSpace.YUV422 |
static ColorSpace |
ColorSpace.YUV422_10 |
static ColorSpace |
ColorSpace.YUV422J |
static ColorSpace |
ColorSpace.YUV444 |
static ColorSpace |
ColorSpace.YUV444_10 |
static ColorSpace |
ColorSpace.YUV444J |
Modifier and Type | Method and Description |
---|---|
ColorSpace |
PictureHiBD.getColor() |
ColorSpace |
Picture.getColor() |
Modifier and Type | Method and Description |
---|---|
static PictureHiBD |
PictureHiBD.create(int width,
int height,
ColorSpace colorSpace) |
static Picture |
Picture.create(int width,
int height,
ColorSpace colorSpace) |
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 Picture |
Picture.createPicture(int width,
int height,
byte[][] data,
ColorSpace color) |
static PictureHiBD |
PictureHiBD.createPicture(int width,
int height,
int[][] data,
ColorSpace color) |
static PictureHiBD |
PictureHiBD.createPictureCropped(int width,
int height,
int[][] data,
ColorSpace color,
Rect crop) |
static Picture |
Picture.createPictureHiBD(int width,
int height,
byte[][] data,
byte[][] lowBits,
ColorSpace color,
int lowBitsNum) |
static PictureHiBD |
PictureHiBD.createPictureWithDepth(int width,
int height,
int[][] data,
ColorSpace color,
int bitDepth) |
static PictureHiBD |
PictureHiBD.createWithDepth(int width,
int height,
ColorSpace colorSpace,
int bitDepth) |
static PictureHiBD |
PictureHiBD.doCreate(int width,
int height,
ColorSpace colorSpace,
int bitDepth,
Rect crop) |
boolean |
ColorSpace.matches(ColorSpace inputColor)
Determines if two colors match.
|
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 |
---|---|
protected static ColorSpace |
MP4DemuxerTrackMeta.getColorInfo(AbstractMP4DemuxerTrack track) |
Modifier and Type | Method and Description |
---|---|
static Transform |
ColorUtil.getTransform(ColorSpace from,
ColorSpace to) |
Modifier and Type | Method and Description |
---|---|
static TransformHiBD |
ColorUtilHiBD.getTransform(ColorSpace from,
ColorSpace to) |
Copyright © 2019. All rights reserved.