Home
last modified time | relevance | path

Searched refs:SBC_MODE_DUAL_CHANNEL (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbc.h56 #define SBC_MODE_DUAL_CHANNEL 0x01 macro
88 DUAL_CHANNEL = SBC_MODE_DUAL_CHANNEL,
Dsbc_parser.c64 + ((((mode == SBC_MODE_DUAL_CHANNEL) + 1) * blocks * bitpool in sbc_parse_header()
Dsbcenc.c250 d = frame->blocks * ((frame->mode == SBC_MODE_DUAL_CHANNEL) + 1); in sbc_encode_init()
282 uint8_t dual = frame->mode == SBC_MODE_DUAL_CHANNEL; in sbc_encode_frame()
/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-sbc.c372 sbc_info->mode = SBC_MODE_DUAL_CHANNEL; in init()
441 sbc_info->sbc.mode == SBC_MODE_DUAL_CHANNEL ? "DualChannel" : in init()
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcenc.c203 enc->sbc.mode = SBC_MODE_DUAL_CHANNEL; in gst_sbc_enc_set_format()