CMMFDevVideoPlay::TPictureCounters Class Reference
class CMMFDevVideoPlay::TPictureCounters |
Picture statistic counters. Used for following playback progress. The counters can be retrieved using GetPictureCounters() and are reset after each call. The client must keep track of the cumulative values for counters and picture processing rates itself if necessary.
Constructor & Destructor Documentation
TPictureCounters()
TPictureCounters | ( | ) | [inline] |
Default constructor. Zeros all members.
Member Data Documentation
TUint
iPicturesDecoded
The number of pictures decoded.
TUint
iPicturesDisplayed
The number of pictures "virtually" displayed. "Virtually" displayed pictures are pictures that have been drawn on the screen, when using direct rendering, or pictures that have been decoded, processed, and delivered to the client when not using direct rendering.
TUint
iPicturesSkipped
The number of pictures skipped due to lack of processing power. This does not include pictures inside data bytes discarded due to buffer overflows, but includes all pictures skipped at picture decoding, post-processing and rendering phase.
TUint
iTotalPictures
The total number of pictures in the input bitstream. This figure does not include pictures that have been lost due to transmission errors, since those have not been processed by the MSL hardware devices, but does include pictures that have been discarded by the HW devices due to buffer overflows or other reasons.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.