Home
last modified time | relevance | path

Searched defs:AVFrame (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dframe.h76 typedef struct AVFrame { struct
87 uint8_t *data[AV_NUM_DATA_POINTERS];
101 int linesize[AV_NUM_DATA_POINTERS];
117 uint8_t **extended_data;
122 int width, height;
127 int nb_samples;
134 int format;
139 int key_frame;
144 enum AVPictureType pict_type;
168 * This is also the Presentation time of this AVFrame calculated from argument
[all …]