Searched refs:format_options (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | fifo.c | 42 AVDictionary *format_options; member 128 AVDictionary *format_options = NULL; in fifo_thread_write_header() local 131 ret = av_dict_copy(&format_options, fifo->format_options, 0); in fifo_thread_write_header() 135 ret = ff_format_output_open(avf2, avf->url, &format_options); in fifo_thread_write_header() 145 ret = avformat_write_header(avf2, &format_options); in fifo_thread_write_header() 150 if (format_options) { in fifo_thread_write_header() 152 while ((entry = av_dict_get(format_options, "", entry, AV_DICT_IGNORE_SUFFIX))) in fifo_thread_write_header() 158 av_dict_free(&format_options); in fifo_thread_write_header() 675 {"format_opts", "Options to be passed to underlying muxer", OFFSET(format_options), [all...] |
H A D | segment.c | 79 AVDictionary *format_options; member 265 av_dict_copy(&options, seg->format_options, 0); in segment_start() 775 av_dict_copy(&options, seg->format_options, 0); in seg_init() 1013 { "segment_format_options", "set list of options for the container format used for the segments", OFFSET(format_options), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, E },
|
H A D | hlsenc.c | 219 AVDictionary *format_options; member 935 av_dict_copy(&options, hls->format_options, 0); in hls_mux_init() 3113 {"hls_ts_options","set hls mpegts list of options for the container format used for hls (deprecated, use hls_segment_options instead of it.)", OFFSET(format_options), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, E | AV_OPT_FLAG_DEPRECATED}, 3119 {"hls_segment_options","set segments files format options of hls", OFFSET(format_options), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, E},
|
H A D | dashenc.c | 183 AVDictionary *format_options; member 1599 av_dict_copy(&opts, c->format_options, 0); in dash_init() 2389 { "format_options","set list of options for the container format (mp4/webm) used for dash", OFFSET(format_options), AV_OPT_TYPE_DICT, {.str = NULL}, 0, 0, E},
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 514 struct si_format_options format_options = { in si_test_image_copy_region() local 523 tsrc.format = tdst.format = get_random_format(sscreen, false, 0, 0, 0, &format_options); in si_test_image_copy_region() 708 struct si_format_options format_options = { in si_test_blit() local 718 tsrc.format = get_random_format(sscreen, false, 0, 0, 0, &format_options); in si_test_blit() 719 tdst.format = get_random_format(sscreen, true, tsrc.format, 0, 0, &format_options); in si_test_blit() 754 struct si_format_options format_options = { in si_test_blit() local 764 info.src.format = get_random_format(sscreen, false, 0, tsrc.format, 0, &format_options); in si_test_blit() 765 format_options.allow_unorm16 = allow_unorm16_dst; in si_test_blit() 766 format_options.allow_srgb = allow_srgb_dst; in si_test_blit() 768 &format_options); in si_test_blit() [all...] |
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 481 spanless_eq_struct!(FormatPlaceholder; argument span format_trait format_options);
|
Completed in 14 milliseconds