Searched refs:AVDictionary (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
D | dict.h | 82 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);
|
D | frame.h | 44 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);
|
D | opt.h | 480 int av_opt_set_dict(void *obj, struct AVDictionary **options);
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
D | avformat.h | 727 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);
|
D | avio.h | 394 const AVIOInterruptCB *int_cb, AVDictionary **options);
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
D | avcodec.h | 3403 int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
|
/external/opencv3/modules/videoio/src/ |
D | cap_ffmpeg_impl.hpp | 275 AVDictionary *dict;
|