Package | Description |
---|---|
org.jcodec.codecs.h264 | |
org.jcodec.codecs.h264.decode | |
org.jcodec.codecs.h264.io.model | |
org.jcodec.codecs.h264.io.write |
Modifier and Type | Method and Description |
---|---|
int |
POCManager.calcPOC(SliceHeader firstSliceHeader,
NALUnit firstNu) |
SliceHeader |
H264Utils.SliceHeaderTweaker.run(ByteBuffer is,
ByteBuffer os,
NALUnit nu) |
SliceHeader |
H264Utils.SliceHeaderTweaker.runSpsPps(ByteBuffer is,
ByteBuffer os,
NALUnit nu,
SeqParameterSet sps,
PictureParameterSet pps) |
Modifier and Type | Method and Description |
---|---|
NALUnit |
SliceReader.getNALUnit() |
Modifier and Type | Method and Description |
---|---|
static SliceHeader |
SliceHeaderReader.readPart2(SliceHeader sh,
NALUnit nalUnit,
SeqParameterSet sps,
PictureParameterSet pps,
BitReader _in) |
Constructor and Description |
---|
SliceReader(PictureParameterSet activePps,
CABAC cabac,
CAVLC[] cavlc,
MDecoder mDecoder,
BitReader reader,
Mapper mapper,
SliceHeader sh,
NALUnit nalUnit) |
Modifier and Type | Method and Description |
---|---|
static NALUnit |
NALUnit.read(ByteBuffer _in) |
Modifier and Type | Method and Description |
---|---|
void |
NALUnitWriter.writeUnit(NALUnit nal,
ByteBuffer data) |
Copyright © 2019. All rights reserved.