Modifier and Type | Method and Description |
---|---|
Size |
MediaInfo.getDim() |
Modifier and Type | Method and Description |
---|---|
void |
MediaInfo.setDim(Size dim) |
Constructor and Description |
---|
MediaInfo(Size dim) |
Modifier and Type | Method and Description |
---|---|
Size |
ScaleFilter.getTarget() |
Modifier and Type | Method and Description |
---|---|
static Size |
H264Utils.getPicSize(SeqParameterSet sps) |
Modifier and Type | Method and Description |
---|---|
SeqParameterSet |
H264Encoder.initSPS(Size sz) |
Modifier and Type | Method and Description |
---|---|
int |
RateControl.startPicture(Size sz,
int maxSize,
SliceType sliceType) |
int |
H264FixedRateControl.startPicture(Size sz,
int maxSize,
SliceType sliceType) |
int |
DumbRateControl.startPicture(Size sz,
int maxSize,
SliceType sliceType) |
Modifier and Type | Method and Description |
---|---|
Size |
MPSMediaInfo.MPEGTrackMetadata.getCodedSize() |
Size |
MPSMediaInfo.MPEGTrackMetadata.getDisplaySize() |
Modifier and Type | Method and Description |
---|---|
Size |
VideoCodecMeta.getSize() |
Modifier and Type | Method and Description |
---|---|
static VideoCodecMeta |
VideoCodecMeta.createSimpleVideoCodecMeta(Size size,
ColorSpace color) |
static VideoCodecMeta |
VideoCodecMeta.createVideoCodecMeta(String fourcc,
ByteBuffer codecPrivate,
Size size,
Rational pasp) |
static VideoCodecMeta |
VideoCodecMeta.createVideoCodecMeta2(String fourcc,
ByteBuffer codecPrivate,
Size size,
Rational pasp,
boolean interlaced,
boolean topFieldFirst) |
Modifier and Type | Method and Description |
---|---|
Size |
ColorSpace.compSize(Size size,
int comp)
Calculates the component size based on the fullt size and color subsampling of the given component index.
|
Size |
Plane.getSize() |
Size |
Picture.getSize() |
Modifier and Type | Method and Description |
---|---|
Size |
ColorSpace.compSize(Size size,
int comp)
Calculates the component size based on the fullt size and color subsampling of the given component index.
|
Constructor and Description |
---|
Plane(int[] data,
Size size) |
Modifier and Type | Method and Description |
---|---|
Size |
TrakBox.getCodedSize()
Retrieves coded size of this video track.
|
Size |
MovieBox.getDisplaySize() |
Size |
MovieBox.getStoredSize() |
Modifier and Type | Method and Description |
---|---|
void |
TrakBox.setAperture(Size sar,
Size dar) |
void |
TrakBox.setDimensions(Size dd) |
static VideoSampleEntry |
VideoSampleEntry.videoSampleEntry(String fourcc,
Size size,
String encoderName) |
Modifier and Type | Method and Description |
---|---|
Size |
AbstractMP4MuxerTrack.getDisplayDimensions() |
Constructor and Description |
---|
BaseResampler(Size from,
Size to) |
BicubicResampler(Size from,
Size to) |
LanczosResampler(Size from,
Size to) |
Copyright © 2019. All rights reserved.