HomeSort by relevance Sort by last modified time
    Searched refs:sbc_cap (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
unix.c 539 struct sbc_codec_cap *sbc_cap = (void *) codec_cap; local
554 sbc->channel_mode = sbc_cap->channel_mode;
555 sbc->frequency = sbc_cap->frequency;
556 sbc->allocation_method = sbc_cap->allocation_method;
557 sbc->subbands = sbc_cap->subbands;
558 sbc->block_length = sbc_cap->block_length;
559 sbc->min_bitpool = sbc_cap->min_bitpool;
560 sbc->max_bitpool = sbc_cap->max_bitpool;
562 print_sbc(sbc_cap);
1486 struct sbc_codec_cap sbc_cap; local
    [all...]
a2dp.c 445 struct sbc_codec_cap *sbc_cap; local
466 sbc_cap = (void *) codec_cap;
468 if (sbc_cap->min_bitpool < MIN_BITPOOL ||
469 sbc_cap->max_bitpool > MAX_BITPOOL) {
488 struct sbc_codec_cap sbc_cap; local
502 memset(&sbc_cap, 0, sizeof(struct sbc_codec_cap));
504 sbc_cap.cap.media_type = AVDTP_MEDIA_TYPE_AUDIO;
505 sbc_cap.cap.media_codec_type = A2DP_CODEC_SBC;
508 sbc_cap.frequency = SBC_SAMPLING_FREQ_44100;
510 sbc_cap.frequency = ( SBC_SAMPLING_FREQ_48000
1853 struct sbc_codec_cap sbc_cap; local
    [all...]

Completed in 28 milliseconds