Home
last modified time | relevance | path

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

/btstack/3rd-party/bluedroid/encoder/include/
H A Dsbc_encoder.h44 #define SBC_NO_PCM_CPY_OPTION TRUE macro
140 #ifndef SBC_NO_PCM_CPY_OPTION
141 #define SBC_NO_PCM_CPY_OPTION FALSE macro
181 #if (SBC_NO_PCM_CPY_OPTION == TRUE)
/btstack/3rd-party/bluedroid/encoder/srce/
H A Dsbc_encoder.c56 #if (SBC_NO_PCM_CPY_OPTION == TRUE) in SBC_Encoder()