Home
last modified time | relevance | path

Searched refs:GstSbcChannelMode (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstsbcparse.c77 static gsize gst_sbc_calc_framelen (guint subbands, GstSbcChannelMode ch_mode,
80 guint * n_blocks, GstSbcChannelMode * ch_mode,
154 gst_sbc_channel_mode_get_name (GstSbcChannelMode ch_mode) in gst_sbc_channel_mode_get_name()
191 GstSbcChannelMode ch_mode = GST_SBC_CHANNEL_MODE_INVALID; in gst_sbc_parse_handle_frame()
423 gst_sbc_calc_framelen (guint subbands, GstSbcChannelMode ch_mode, in gst_sbc_calc_framelen()
444 GstSbcChannelMode * ch_mode, GstSbcAllocationMethod * alloc_method, in gst_sbc_parse_header()
458 *ch_mode = (GstSbcChannelMode) ((data[1] >> 2) & 0x03); in gst_sbc_parse_header()
Dgstsbcparse.h43 } GstSbcChannelMode; typedef
59 GstSbcChannelMode ch_mode;