#include <nnsys/g2d/fmt/g2d_Anim_data.h>
static inline u32 NNS_G2dCalcAnimSequenceTotalVideoFrames
(
const NNSG2dAnimSequenceData* pAnimSeq
);
pAnimSeq |
[IN] Animation sequence data |
Animation sequence data.
Calculates the total video frame length of the animation sequence data.
A video frame is equivalent to one television frame (1/60 of a second).
Video frames are different from animation frames.
Animation frame are the units that make up animations.
None.
2005/01/31 Initial version.
CONFIDENTIAL