Searched refs:layout_str (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-format.c | 624 const gchar *layout_str; in gst_audio_make_raw_caps() local 655 layout_str = "interleaved"; in gst_audio_make_raw_caps() 657 layout_str = "non-interleaved"; in gst_audio_make_raw_caps() 662 "layout", G_TYPE_STRING, layout_str, NULL); in gst_audio_make_raw_caps()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 3157 char layout_str[32]; in opt_channel_layout() local 3168 snprintf(layout_str, sizeof(layout_str), "%"PRIu64, layout); in opt_channel_layout() 3169 ret = opt_default_new(o, opt, layout_str); in opt_channel_layout() 3175 snprintf(layout_str, sizeof(layout_str), "%d", channels); in opt_channel_layout() 3184 ret = parse_option(o, ac_str, layout_str, options); in opt_channel_layout()
|