Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dframe.h325 typedef struct AVFrame { struct
346 uint8_t *data[AV_NUM_DATA_POINTERS];
370 int linesize[AV_NUM_DATA_POINTERS];
386 uint8_t **extended_data;
397 int width, height;
405 int nb_samples;
412 int format;
436 * This is also the Presentation time of this AVFrame calculated from argument
439 int64_t pkt_dts;
447 AVRational time_base;
[all …]