CRI Sofdec2
Last Updated: 2022-11-21 16:25 p
|
Video frame information. More...
#include <cri_mana.h>
Data Fields | |
CriSint32 | frame_no |
CriSint32 | frame_no_per_file |
CriUint32 | width |
CriUint32 | height |
CriUint32 | disp_width |
CriUint32 | disp_height |
CriUint32 | framerate |
CriUint32 | framerate_n |
CriUint32 | framerate_d |
CriUint32 | total_frames_per_file |
CriUint64 | time |
CriUint64 | time_per_file |
CriUint64 | tunit |
CriUint32 | cnt_concatenated_movie |
CriSint32 | num_images |
CriManaImageBufferInfo | image_info [4] |
CriBool | csc_flag |
CriManaAlphaType | alpha_type |
CriManaReferFrameResult | ref_result |
void * | details_ptr [CRIMANA_FRAME_DETAILS_NUM] |
CriManaColorSpaceConversionType | color_conv |
CriUint32 | cnt_skipped_frames |
CriUint32 | reserved [1] |
Video frame information.
CriSint32 frame_no |
Frame identification number (serial number starting from 0)
CriSint32 frame_no_per_file |
Frame identification number (specific identification number for the movie file)
CriUint32 width |
Movie width [pixel] (multiple of 8)
CriUint32 height |
Movie height [pixel] (multiple of 8)
CriUint32 disp_width |
Number of horizontal pixels (from the left side) in the image that you want to display
CriUint32 disp_height |
Number of vertical pixels (from the top) of the image that you want to display
CriUint32 framerate |
Value 1000 times the frame rate
CriUint32 framerate_n |
Frame rate (numerator) in a rational number format framerate [x1000] = framerate_n / framerate_d
CriUint32 framerate_d |
Frame rate (denominator) in a rational number format framerate [x1000] = framerate_n / framerate_d
CriUint32 total_frames_per_file |
Total number of frames per file
CriUint64 time |
Time. Displays seconds in time / tunit. Continually adds during loop playback and concatenated playback.
CriUint64 time_per_file |
[Unsupported] Playback time in file
CriUint64 tunit |
Time unit
CriUint32 cnt_concatenated_movie |
Number of movie concatenations
CriSint32 num_images |
Number of decoded frame buffer images
CriManaImageBufferInfo image_info[4] |
Image information (plain information) for Y, U, V, and A are stored as arrays when the frame is grabbed.
CriBool csc_flag |
Variable during testing. Do not access.
CriManaAlphaType alpha_type |
Alpha composition mode
CriManaReferFrameResult ref_result |
Frame reference results
void* details_ptr[CRIMANA_FRAME_DETAILS_NUM] |
Pointer to detailed information (for specific applications)
CriManaColorSpaceConversionType color_conv |
Color conversion type
CriUint32 cnt_skipped_frames |
Number of frames whose decoding was skipped internally
CriUint32 reserved[1] |
Reserved region