com.twilight.h264.decoder
Class InternalBuffer

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

public class InternalBuffer
extends Object


Field Summary
 int[][] base
           
 int[] data_offset
           
 int height
           
 int last_pic_num
           
 int[] linesize
           
 int pix_fmt
           
 int width
           
 
Constructor Summary
InternalBuffer()
           
 
Method Summary
 void copyInto(InternalBuffer ano)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

last_pic_num

public int last_pic_num

base

public int[][] base

data_offset

public int[] data_offset

linesize

public int[] linesize

width

public int width

height

public int height

pix_fmt

public int pix_fmt
Constructor Detail

InternalBuffer

public InternalBuffer()
Method Detail

copyInto

public void copyInto(InternalBuffer ano)


Copyright © 2013. All Rights Reserved.