com.twilight.h264.decoder
Class ParseContext

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

public class ParseContext
extends Object


Field Summary
 int[] buffer_base
           
 int buffer_offset
           
 int buffer_size
           
 int frame_start_found
           
 int index
           
 int last_index
           
 int overread
           
 int overread_index
           
 int state
           
 long state64
           
 
Constructor Summary
ParseContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer_base

public int[] buffer_base

buffer_offset

public int buffer_offset

index

public int index

last_index

public int last_index

buffer_size

public int buffer_size

state

public int state

frame_start_found

public int frame_start_found

overread

public int overread

overread_index

public int overread_index

state64

public long state64
Constructor Detail

ParseContext

public ParseContext()


Copyright © 2013. All Rights Reserved.