Home
last modified time | relevance | path

Searched refs:SBC_MODE_DUAL_CHANNEL (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsbc.h57 #define SBC_MODE_DUAL_CHANNEL 0x01 macro
89 DUAL_CHANNEL = SBC_MODE_DUAL_CHANNEL,
H A Dsbc_parser.c66 + ((((mode == SBC_MODE_DUAL_CHANNEL) + 1) * blocks * bitpool in sbc_parse_header()
H A Dsbcenc.c252 d = frame->blocks * ((frame->mode == SBC_MODE_DUAL_CHANNEL) + 1); in sbc_encode_init()
284 uint8_t dual = frame->mode == SBC_MODE_DUAL_CHANNEL; in sbc_encode_frame()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c185 sbc_info->mode = SBC_MODE_DUAL_CHANNEL; in set_info_and_sample_spec_from_sbc_config()
680 sbc_info->sbc.mode == SBC_MODE_DUAL_CHANNEL ? "DualChannel" : in init()

Completed in 4 milliseconds