Searched refs:AVFrameSideDataType (Results 1 – 7 of 7) sorted by relevance
49 enum AVFrameSideDataType { enum232 enum AVFrameSideDataType type;873 enum AVFrameSideDataType type,889 enum AVFrameSideDataType type,897 enum AVFrameSideDataType type);902 void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type);941 const char *av_frame_side_data_name(enum AVFrameSideDataType type);
641 enum AVFrameSideDataType type, in av_frame_new_side_data_from_buf()673 enum AVFrameSideDataType type, in av_frame_new_side_data()685 enum AVFrameSideDataType type) in av_frame_get_side_data()784 void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type) in av_frame_remove_side_data()798 const char *av_frame_side_data_name(enum AVFrameSideDataType type) in av_frame_side_data_name()
97 enum AVFrameSideDataType box_source;220 static enum AVFrameSideDataType box_source_string_parse(const char *box_source_string) in box_source_string_parse()
205 enum AVFrameSideDataType text_source;698 static enum AVFrameSideDataType text_source_string_parse(const char *text_source_string) in text_source_string_parse()
385 Adds a new AVFrameSideDataType entry AV_FRAME_DATA_FILM_GRAIN_PARAMS for it.1777 Add AV_FRAME_DATA_DOWNMIX_INFO value to the AVFrameSideDataType enum and1814 Add AV_FRAME_DATA_MATRIXENCODING value to the AVFrameSideDataType enum, which1839 Add AV_FRAME_DATA_STEREO3D value to the AVFrameSideDataType enum and1843 Add AV_FRAME_DATA_A53_CC value to the AVFrameSideDataType enum, which
29704 the list of frame side data types, refer to the @code{AVFrameSideDataType} enum
1252 enum AVFrameSideDataType frame; in ff_decode_frame_props()