| Package | Description |
|---|---|
| org.jcodec.codecs.h264 | |
| org.jcodec.codecs.h264.decode | |
| org.jcodec.codecs.h264.io.model |
| Modifier and Type | Method and Description |
|---|---|
static Frame |
H264Decoder.createFrame(SeqParameterSet sps,
byte[][] buffer,
int frameNum,
SliceType frameType,
H264Utils.MvList2D mvs,
Frame[][][] refsUsed,
int POC) |
| Modifier and Type | Field and Description |
|---|---|
H264Utils.MvList2D |
DeblockerInput.mvs |
| Modifier and Type | Method and Description |
|---|---|
H264Utils.MvList2D |
Frame.getMvs() |
| 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) |
Copyright © 2019. All rights reserved.