Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h174 #ifndef OI_ARRAYSIZE
175 #define OI_ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) macro
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc-sbc.c104 OI_ASSERT(common->frameInfo.mode < OI_ARRAYSIZE(balloc)); in OI_SBC_ComputeBitAllocation()