com.twilight.h264.decoder
Class AVPicture

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

public class AVPicture
extends Object


Field Summary
 int[][] data_base
          four components are given, that's all.
 int[] data_offset
           
 int[] linesize
           
 
Constructor Summary
AVPicture()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data_base

public int[][] data_base
four components are given, that's all. the last component is alpha


data_offset

public int[] data_offset

linesize

public int[] linesize
Constructor Detail

AVPicture

public AVPicture()


Copyright © 2013. All Rights Reserved.