com.twilight.h264.decoder
Class AVComponentDescriptor

java.lang.Object
  extended by com.twilight.h264.decoder.AVComponentDescriptor

public class AVComponentDescriptor
extends Object


Field Summary
 int depth_minus1
           
 int offset_plus1
          Number of elements before the component of the first pixel plus 1.
 int plane
           
 int shift
           
 int step_minus1
          Number of elements between 2 horizontally consecutive pixels minus 1.
 
Constructor Summary
AVComponentDescriptor(int _plane, int _step_minus1, int _offset_plus1, int _shift, int _depth_minus1)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plane

public int plane

step_minus1

public int step_minus1
Number of elements between 2 horizontally consecutive pixels minus 1. Elements are bits for bitstream formats, bytes otherwise.


offset_plus1

public int offset_plus1
Number of elements before the component of the first pixel plus 1. Elements are bits for bitstream formats, bytes otherwise.


shift

public int shift

depth_minus1

public int depth_minus1
Constructor Detail

AVComponentDescriptor

public AVComponentDescriptor(int _plane,
                             int _step_minus1,
                             int _offset_plus1,
                             int _shift,
                             int _depth_minus1)


Copyright © 2013. All Rights Reserved.