Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dframe.h300 typedef struct AVFrame { struct
314 uint8_t *data[AV_NUM_DATA_POINTERS];
331 int linesize[AV_NUM_DATA_POINTERS];
347 uint8_t **extended_data;
358 int width, height;
366 int nb_samples;
373 int format;
378 int key_frame;
406 * This is also the Presentation time of this AVFrame calculated from argument
409 int64_t pkt_dts;
[all …]