Modifier and Type | Field and Description |
---|---|
protected List<SeqParameterSet> |
H264Utils.SliceHeaderTweaker.sps |
Modifier and Type | Method and Description |
---|---|
static SeqParameterSet |
H264Utils.findSPS(List<SeqParameterSet> spss,
int id) |
SeqParameterSet[] |
BufferH264ES.getSps() |
SeqParameterSet |
H264Encoder.initSPS(Size sz) |
static SeqParameterSet |
H264Utils.readSPS(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
static List<SeqParameterSet> |
H264Utils.readSPSFromBufferList(List<ByteBuffer> spsList) |
Modifier and Type | Method and Description |
---|---|
static AvcCBox |
H264Utils.createAvcC(SeqParameterSet sps,
PictureParameterSet pps,
int nalLengthSize) |
static Frame |
H264Decoder.createFrame(SeqParameterSet sps,
byte[][] buffer,
int frameNum,
SliceType frameType,
H264Utils.MvList2D mvs,
Frame[][][] refsUsed,
int POC) |
static SampleEntry |
H264Utils.createMOVSampleEntryFromSpsPps(SeqParameterSet initSPS,
PictureParameterSet initPPS,
int nalLengthSize) |
static void |
H264Utils.dumpFrame(FileChannelWrapper ch,
SeqParameterSet[] values,
PictureParameterSet[] values2,
List<ByteBuffer> nalUnits) |
static Size |
H264Utils.getPicSize(SeqParameterSet sps) |
SliceHeader |
H264Utils.SliceHeaderTweaker.runSpsPps(ByteBuffer is,
ByteBuffer os,
NALUnit nu,
SeqParameterSet sps,
PictureParameterSet pps) |
static void |
H264Utils.toNAL(ByteBuffer codecPrivate,
SeqParameterSet sps,
PictureParameterSet pps) |
static ByteBuffer |
H264Utils.writeSPS(SeqParameterSet sps,
int approxSize) |
Modifier and Type | Method and Description |
---|---|
static AvcCBox |
H264Utils.createAvcCFromList(List<SeqParameterSet> initSPS,
List<PictureParameterSet> initPPS,
int nalLengthSize) |
static SeqParameterSet |
H264Utils.findSPS(List<SeqParameterSet> spss,
int id) |
static List<ByteBuffer> |
H264Utils.saveSPS(List<SeqParameterSet> initSPS) |
static List<ByteBuffer> |
H264Utils.writeSPSList(List<SeqParameterSet> allSps) |
Modifier and Type | Method and Description |
---|---|
static SliceHeader |
SliceHeaderReader.readPart2(SliceHeader sh,
NALUnit nalUnit,
SeqParameterSet sps,
PictureParameterSet pps,
BitReader _in) |
Constructor and Description |
---|
DeblockerInput(SeqParameterSet activeSps) |
SliceDecoder(SeqParameterSet activeSps,
Frame[] sRefs,
IntObjectMap<Frame> lRefs,
DeblockerInput di,
Frame result) |
Constructor and Description |
---|
MapManager(SeqParameterSet sps,
PictureParameterSet pps) |
Constructor and Description |
---|
MBEncoderP16x16(SeqParameterSet sps,
Picture ref,
CAVLC[] cavlc,
MotionEstimator me) |
Constructor and Description |
---|
CAVLC(SeqParameterSet sps,
PictureParameterSet pps,
int mbW,
int mbH) |
Modifier and Type | Field and Description |
---|---|
SeqParameterSet |
SliceHeader.sps |
Modifier and Type | Method and Description |
---|---|
SeqParameterSet |
SeqParameterSet.copy() |
static SeqParameterSet |
SeqParameterSet.read(ByteBuffer is) |
Modifier and Type | Method and Description |
---|---|
static int |
SeqParameterSet.getPicHeightInMbs(SeqParameterSet sps) |
Copyright © 2019. All rights reserved.