Home
last modified time | relevance | path

Searched refs:AVDictionary (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Ddict.h82 typedef struct AVDictionary AVDictionary; typedef
93 av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
101 int av_dict_count(const AVDictionary *m);
113 int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
128 int av_dict_parse_string(AVDictionary **pm, const char *str,
140 void av_dict_copy(AVDictionary **dst, AVDictionary *src, int flags);
146 void av_dict_free(AVDictionary **m);
Dframe.h44 AVDictionary *metadata;
401 AVDictionary *metadata;
458 AVDictionary *av_frame_get_metadata (const AVFrame *frame);
459 void av_frame_set_metadata (AVFrame *frame, AVDictionary *val);
464 AVDictionary **avpriv_frame_get_metadatap(AVFrame *frame);
Dopt.h480 int av_opt_set_dict(void *obj, struct AVDictionary **options);
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h727 AVDictionary *metadata;
910 AVDictionary *metadata;
937 AVDictionary *metadata;
1107 AVDictionary *metadata;
1536 …open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options);
1582 int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
1795 int avformat_write_header(AVFormatContext *s, AVDictionary **options);
Davio.h394 const AVIOInterruptCB *int_cb, AVDictionary **options);
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h3403 int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp275 AVDictionary *dict;