|
Public Member Functions |
DEBUG_VIRTUAL | ~FeedbackInterface () |
DEBUG_VIRTUAL void | setDimensions (int width, int height) |
DEBUG_VIRTUAL void | setMacroblockDouble (const char *type, int x, int y, double value) |
DEBUG_VIRTUAL void | setFrameDouble (const char *type, double value) |
DEBUG_VIRTUAL void | setEncodingDouble (const char *type, double value) |
DEBUG_VIRTUAL void | setFramePointerType (int index, const char *name) |
DEBUG_VIRTUAL int | getActiveImage () |
DEBUG_VIRTUAL void | setFramePointers (const char *name, const unsigned char *pY, const unsigned char *pU, const unsigned char *pV, int iStrideY, int iStrideUV) |
DEBUG_VIRTUAL void | notifyBeginFrame (int frame) |
DEBUG_VIRTUAL bool | notifyEndFrame (int) |
DEBUG_VIRTUAL void | print (int level, const char *fmt,...) |
Static Public Member Functions |
static void | cleanup () |