Searched refs:layout_str (Results 1 – 3 of 3) 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()
|
/third_party/libdrm/ |
D | xf86drm.c | 526 const char *layout_str; in drmGetFormatModifierNameFromAmlogic() local 531 layout_str = "BASIC"; in drmGetFormatModifierNameFromAmlogic() 534 layout_str = "SCATTER"; in drmGetFormatModifierNameFromAmlogic() 537 layout_str = "INVALID_LAYOUT"; in drmGetFormatModifierNameFromAmlogic() 546 asprintf(&mod_amlogic, "FBC,LAYOUT=%s,OPTIONS=%s", layout_str, opts_str); in drmGetFormatModifierNameFromAmlogic()
|