Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dframe.h318 typedef struct AVFrame { struct
332 uint8_t *data[AV_NUM_DATA_POINTERS];
349 int linesize[AV_NUM_DATA_POINTERS];
365 uint8_t **extended_data;
376 int width, height;
384 int nb_samples;
391 int format;
396 int key_frame;
424 * This is also the Presentation time of this AVFrame calculated from argument
427 int64_t pkt_dts;
[all …]