Package | Description |
---|---|
org.jcodec.api.transcode | |
org.jcodec.api.transcode.filters |
Modifier and Type | Method and Description |
---|---|
PixelStore.LoanerPicture |
Filter.filter(Picture picture,
PixelStore store) |
PixelStore.LoanerPicture |
VideoFrameWithPacket.getFrame() |
PixelStore.LoanerPicture |
PixelStoreImpl.getPicture(int width,
int height,
ColorSpace color) |
PixelStore.LoanerPicture |
PixelStore.getPicture(int width,
int height,
ColorSpace color) |
protected PixelStore.LoanerPicture |
SourceImpl.getPixelBuffer(ByteBuffer firstFrame)
Returns a pixel buffer of a suitable size to hold the given video frame.
|
Modifier and Type | Method and Description |
---|---|
void |
PixelStoreImpl.putBack(PixelStore.LoanerPicture frame) |
void |
PixelStore.putBack(PixelStore.LoanerPicture frame) |
void |
PixelStoreImpl.retake(PixelStore.LoanerPicture frame) |
void |
PixelStore.retake(PixelStore.LoanerPicture frame) |
Constructor and Description |
---|
VideoFrameWithPacket(Packet inFrame,
PixelStore.LoanerPicture dec2) |
Modifier and Type | Method and Description |
---|---|
PixelStore.LoanerPicture |
ScaleFilter.filter(Picture picture,
PixelStore store) |
PixelStore.LoanerPicture |
DumpMvFilter.filter(Picture picture,
PixelStore pixelStore) |
PixelStore.LoanerPicture |
CropFilter.filter(Picture picture,
PixelStore store) |
PixelStore.LoanerPicture |
ColorTransformFilter.filter(Picture picture,
PixelStore store) |
Copyright © 2019. All rights reserved.