Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1440 uint8_t *buf8 = (uint8_t *)&data32[i]; in tfa2_32_to_24() local
1441 data24[idx++] = buf8[2]; in tfa2_32_to_24()
1442 data24[idx++] = buf8[1]; in tfa2_32_to_24()
1443 data24[idx++] = buf8[0]; in tfa2_32_to_24()