#include <mxcpcDefaultMxPEGDecoderBackEnd.h>
Inheritance diagram for mxcpcDefaultMxPEGDecoderBackEnd:
Public Member Functions | |
void | videoResolutionChanged (int width, int height) |
(Re)implemented. | |
void | errorEncountered (void) |
(Re)implemented. | |
void | frameComplete (void) |
(Re)implemented. | |
void | provideVideoTilePixelTarget (int tile_x, int tile_y, mxcpc::u32 **target_ptr, int *row_stepping_ptr) |
(Re)implemented. | |
void | videoTileReceived (void) |
(Re)implemented. | |
int | getDecodedFramesNum (void) |
Returns the number of frames that have so far been decoded. | |
Private Attributes | |
int | ReceivedFrames |
int | TileNum |
bool | ErrorEncountered |
mxcpc::u32 | TilePixelBuffer [16 *16 *3/4] |
Definition at line 30 of file mxcpcDefaultMxPEGDecoderBackEnd.h.