com.twilight.h264.decoder
Class DebugTool

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

public class DebugTool
extends Object


Field Summary
static boolean DEBUG_MODE
           
static int logCount
           
 
Constructor Summary
DebugTool()
           
 
Method Summary
static void dumpDebugFrameData(H264Context h, String msg)
           
static void dumpDebugFrameData(H264Context h, String msg, boolean incrementCounter)
           
static void dumpFrameData(AVFrame frame)
           
static void printDebugString(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_MODE

public static final boolean DEBUG_MODE
See Also:
Constant Field Values

logCount

public static int logCount
Constructor Detail

DebugTool

public DebugTool()
Method Detail

dumpDebugFrameData

public static void dumpDebugFrameData(H264Context h,
                                      String msg)

dumpDebugFrameData

public static void dumpDebugFrameData(H264Context h,
                                      String msg,
                                      boolean incrementCounter)

printDebugString

public static void printDebugString(String msg)

dumpFrameData

public static void dumpFrameData(AVFrame frame)


Copyright © 2013. All Rights Reserved.