Home
last modified time | relevance | path

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

12345678

/third_party/ffmpeg/libavutil/
Ddict.h86 typedef struct AVDictionary AVDictionary; typedef
103 AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key,
112 int av_dict_count(const AVDictionary *m);
130 int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
138 int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, int flags);
156 int av_dict_parse_string(AVDictionary **pm, const char *str,
170 int av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags);
176 void av_dict_free(AVDictionary **m);
193 int av_dict_get_string(const AVDictionary *m, char **buffer,
Ddict.c30 struct AVDictionary { struct
35 int av_dict_count(const AVDictionary *m) in av_dict_count() argument
40 AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key, in av_dict_get()
70 int av_dict_set(AVDictionary **pm, const char *key, const char *value, in av_dict_set()
73 AVDictionary *m = *pm; in av_dict_set()
147 int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, in av_dict_set_int()
156 static int parse_key_value_pair(AVDictionary **pm, const char **buf, in parse_key_value_pair()
180 int av_dict_parse_string(AVDictionary **pm, const char *str, in av_dict_parse_string()
203 void av_dict_free(AVDictionary **pm) in av_dict_free()
205 AVDictionary *m = *pm; in av_dict_free()
[all …]
Dopt.h483 int av_opt_set_dict(void *obj, struct AVDictionary **options);
501 int av_opt_set_dict2(void *obj, struct AVDictionary **options, int search_flags);
715 int av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val, int search_flags);
770 int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val);
Dframe.h228 AVDictionary *metadata;
604 AVDictionary *metadata;
730 AVDictionary *av_frame_get_metadata (const AVFrame *frame);
732 void av_frame_set_metadata (AVFrame *frame, AVDictionary *val);
Dopt.c449 AVDictionary *options = NULL; in set_string_dict()
459 av_dict_free((AVDictionary **)dst); in set_string_dict()
725 int av_opt_set_dict_val(void *obj, const char *name, const AVDictionary *val, in av_opt_set_dict_val()
729 AVDictionary **dst; in av_opt_set_dict_val()
737 dst = (AVDictionary **)(((uint8_t *)target_obj) + o->offset); in av_opt_set_dict_val()
877 if (!*(AVDictionary **)dst && (search_flags & AV_OPT_ALLOW_NULL)) { in av_opt_get()
881 return av_dict_get_string(*(AVDictionary **)dst, (char **)out_val, '=', ':'); in av_opt_get()
1031 int av_opt_get_dict_val(void *obj, const char *name, int search_flags, AVDictionary **out_val) in av_opt_get_dict_val()
1034 AVDictionary *src; in av_opt_get_dict_val()
1042 src = *(AVDictionary **)(((uint8_t *)target_obj) + o->offset); in av_opt_get_dict_val()
[all …]
Dhwcontext.h304 const char *device, AVDictionary *opts, int flags);
350 AVDictionary *options, int flags);
Dhwcontext_internal.h68 AVDictionary *opts, int flags);
71 AVDictionary *opts, int flags);
/third_party/ffmpeg/libavcodec/
Dtiff_common.h86 GetByteContext *gb, int le, AVDictionary **metadata);
92 GetByteContext *gb, int le, AVDictionary **metadata);
98 GetByteContext *gb, int le, AVDictionary **metadata);
104 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
110 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
116 GetByteContext *gb, int le, AVDictionary **metadata);
Dtiff_common.c83 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_rational_metadata()
117 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_long_metadata()
148 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_doubles_metadata()
179 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_shorts_metadata()
211 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_bytes_metadata()
242 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_string_metadata()
Dexif.c47 AVDictionary **metadata) in exif_add_metadata()
74 int depth, AVDictionary **metadata) in exif_decode_tag()
116 int le, int depth, AVDictionary **metadata) in ff_exif_decode_ifd()
138 int le, int depth, AVDictionary **metadata) in avpriv_exif_decode_ifd()
Dpacket.h651 uint8_t *av_packet_pack_dictionary(AVDictionary *dict, int *size);
653 uint8_t *av_packet_pack_dictionary(AVDictionary *dict, size_t *size);
664 int av_packet_unpack_dictionary(const uint8_t *data, int size, AVDictionary **dict);
667 AVDictionary **dict);
Dexif.h168 int le, int depth, AVDictionary **metadata);
171 int depth, AVDictionary **metadata);
/third_party/ffmpeg/fftools/
Dcmdutils.h49 extern AVDictionary *sws_dict;
50 extern AVDictionary *swr_opts;
51 extern AVDictionary *format_opts, *codec_opts, *resample_opts;
318 AVDictionary *codec_opts;
319 AVDictionary *format_opts;
320 AVDictionary *resample_opts;
321 AVDictionary *sws_dict;
322 AVDictionary *swr_opts;
416 AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
430 AVDictionary **setup_find_stream_info_opts(AVFormatContext *s,
[all …]
Dffmpeg.h338 AVDictionary *decoder_opts;
519 AVDictionary *encoder_opts;
520 AVDictionary *sws_dict;
521 AVDictionary *swr_opts;
522 AVDictionary *resample_opts;
577 AVDictionary *opts;
652 void remove_avoptions(AVDictionary **a, AVDictionary *b);
653 void assert_avoptions(AVDictionary *m);
/third_party/ffmpeg/libavdevice/
Davdevice.c71 AVDictionary **device_options) in avdevice_capabilities_create()
107 static int list_devices_for_context(AVFormatContext *s, AVDictionary *options, in list_devices_for_context()
110 AVDictionary *tmp = NULL; in list_devices_for_context()
124 AVDictionary *device_options, AVDeviceInfoList **device_list) in avdevice_list_input_sources()
135 AVDictionary *device_options, AVDeviceInfoList **device_list) in avdevice_list_output_sinks()
Davdevice.h442 AVDictionary **device_options);
511 AVDictionary *device_options, AVDeviceInfoList **device_list);
513 AVDictionary *device_options, AVDeviceInfoList **device_list);
/third_party/ffmpeg/libavformat/
Davformat.h939 AVDictionary *metadata;
1158 AVDictionary *metadata;
1195 AVDictionary *metadata;
1206 const AVIOInterruptCB *int_cb, AVDictionary **options);
1476 AVDictionary *metadata;
1800 …VIOContext **p, const char *url, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options);
1831 int flags, AVDictionary **options);
2226 …nput(AVFormatContext **ps, const char *url, ff_const59 AVInputFormat *fmt, AVDictionary **options);
2257 int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
2448 int avformat_write_header(AVFormatContext *s, AVDictionary **options);
[all …]
Dvorbiscomment.h37 int64_t ff_vorbiscomment_length(const AVDictionary *m, const char *vendor_string,
51 int ff_vorbiscomment_write(AVIOContext *pb, const AVDictionary *m,
Did3v2.h81 AVDictionary *meta;
117 void ff_id3v2_read_dict(AVIOContext *pb, AVDictionary **metadata, const char *magic, ID3v2ExtraMeta…
181 int ff_id3v2_parse_priv_dict(AVDictionary **d, ID3v2ExtraMeta *extra_meta);
Drtpenc_mpegts.c32 AVDictionary* mpegts_muxer_options;
33 AVDictionary* rtp_muxer_options;
63 AVDictionary *mpegts_muxer_options = NULL; in rtp_mpegts_write_header()
64 AVDictionary *rtp_muxer_options = NULL; in rtp_mpegts_write_header()
Durl.h62 int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);
126 int ffurl_connect(URLContext *uc, AVDictionary **options);
147 const AVIOInterruptCB *int_cb, AVDictionary **options,
Dmetadata.c26 void ff_metadata_conv(AVDictionary **pm, const AVMetadataConv *d_conv, in ff_metadata_conv()
33 AVDictionary *dst = NULL; in ff_metadata_conv()
/third_party/ffmpeg/libavutil/tests/
Ddict.c23 static void print_dict(const AVDictionary *m) in print_dict()
31 static void test_separators(const AVDictionary *m, const char pair, const char val) in test_separators()
33 AVDictionary *dict = NULL; in test_separators()
54 AVDictionary *dict = NULL; in main()
/third_party/ffmpeg/libavformat/tests/
Dfifo_muxer.c81 static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts, in fifo_basic_test()
130 static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionary **opts, in fifo_overflow_drop_test()
183 int (*test_func)(AVFormatContext *, AVDictionary **,
200 AVDictionary *opts = NULL; in run_test()
/third_party/ffmpeg/tools/
Daviocat.c42 AVDictionary *in_opts = NULL; in main()
43 AVDictionary *out_opts = NULL; in main()

12345678