Uses of Class
com.twilight.h264.decoder.SequenceParameterSet

Packages that use SequenceParameterSet
com.twilight.h264.decoder   
 

Uses of SequenceParameterSet in com.twilight.h264.decoder
 

Fields in com.twilight.h264.decoder declared as SequenceParameterSet
 SequenceParameterSet H264Context.sps
           
 SequenceParameterSet[] H264Context.sps_buffers
           
 

Methods in com.twilight.h264.decoder with parameters of type SequenceParameterSet
 void SequenceParameterSet.copyTo(SequenceParameterSet sps)
           
 int H264Context.decode_hrd_parameters(SequenceParameterSet sps)
           
 void H264Context.decode_scaling_matrices(SequenceParameterSet sps, PictureParameterSet pps, int is_sps, int[][] scaling_matrix4, int[][] scaling_matrix8)
           
 int H264Context.decode_vui_parameters(SequenceParameterSet sps)
           
 



Copyright © 2013. All Rights Reserved.