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

  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 47 #define SBC_LOUDNESS 0
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h 112 #define SBC_LOUDNESS 0 /**< The bit allocation method. One possible value for the @a loudness parameter of OI_CODEC_SBC_EncoderConfigure() */
285 * @param alloc One of SBC_LOUDNESS, SBC_SNR
  /system/bt/btif/src/
btif_media_task.c 823 msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR;
    [all...]

Completed in 84 milliseconds