Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Dfxbussend.c98 static s32 fxBusLA[AX_IN_SAMPLES_PER_FRAME];
99 static s32 fxBusRA[AX_IN_SAMPLES_PER_FRAME];
100 static s32 fxBusSA[AX_IN_SAMPLES_PER_FRAME];
102 static s32 fxBusLB[AX_IN_SAMPLES_PER_FRAME];
103 static s32 fxBusRB[AX_IN_SAMPLES_PER_FRAME];
104 static s32 fxBusSB[AX_IN_SAMPLES_PER_FRAME];
1144 (void)memset(fxBusLA, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1145 (void)memset(fxBusRA, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1146 (void)memset(fxBusSA, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1148 (void)memset(fxBusLB, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
[all …]
DfxbussendDpl2.c96 static s32 fxBusL[AX_IN_SAMPLES_PER_FRAME];
97 static s32 fxBusR[AX_IN_SAMPLES_PER_FRAME];
98 static s32 fxBusLs[AX_IN_SAMPLES_PER_FRAME];
99 static s32 fxBusRs[AX_IN_SAMPLES_PER_FRAME];
1039 (void)memset(fxBusL, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1040 (void)memset(fxBusR, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1041 (void)memset(fxBusLs, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1042 (void)memset(fxBusRs, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
/RvlSDK-2.1/build/libraries/mix/src/
Dmix.c1638 axvpb->pb.ve.currentDelta = (s16)((c->v1 - c->v) / AX_IN_SAMPLES_PER_FRAME); in MIXUpdateSettings()
1649 if((*p++ = (u16)((c->vL1 - c->vL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1653 if((*p++ = (u16)((c->vR1 - c->vR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1658 if((*p++ = (u16)((c->vAL1 - c->vAL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1662 if((*p++ = (u16)((c->vAR1 - c->vAR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1667 if((*p++ = (u16)((c->vBL1 - c->vBL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1671 if((*p++ = (u16)((c->vBR1 - c->vBR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1676 if((*p++ = (u16)((c->vCL1 - c->vCL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1680 if((*p++ = (u16)((c->vCR1 - c->vCR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1685 if((*p++ = (u16)((c->vS1 - c->vS) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
[all …]
/RvlSDK-2.1/build/libraries/seq/src/
Dseq.c172 (f32)AX_IN_SAMPLES_PER_FRAME / ( // 160 samples / frame in __SEQSetTicksPerFrame()
380 (f32)AX_IN_SAMPLES_PER_FRAME / ( // 160 samples / frame in __SEQInitTracks()
/RvlSDK-2.1/include/revolution/
Dax.h722 #define AX_IN_SAMPLES_PER_FRAME (AX_IN_SAMPLES_PER_MS * AX_MS_PER_FRAME) macro