Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa9xxx_parameters.h275 #define HDR(c1, c2) (c2 << 8 | c1) // little endian macro
278 paramsHdr = HDR('P', 'M'), /* container file */
279 volstepHdr = HDR('V', 'P'),
280 patchHdr = HDR('P', 'A'),
281 speakerHdr = HDR('S', 'P'),
282 presetHdr = HDR('P', 'R'),
283 configHdr = HDR('C', 'O'),
284 equalizerHdr = HDR('E', 'Q'),
285 drcHdr = HDR('D', 'R'),
286 msgHdr = HDR('M', 'G'), /* generic message */
[all …]
Dtfa2_container.c54 if (HDR(cntbuf->id[0], cntbuf->id[1]) == 0) in tfa2_load_cnt()
60 if ((HDR(cntbuf->id[0], cntbuf->id[1])) != paramsHdr) in tfa2_load_cnt()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dfsl_tfa9xxx.c262 type = (nxpTfaHeaderType_t)HDR(cnt->id[0], cnt->id[1]); in TFA9XXX_CreatePlatform()