Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/axdemo/src/
Dfxbussend.c103 static s32 fxBusLA[AX_IN_SAMPLES_PER_FRAME];
104 static s32 fxBusRA[AX_IN_SAMPLES_PER_FRAME];
105 static s32 fxBusSA[AX_IN_SAMPLES_PER_FRAME];
107 static s32 fxBusLB[AX_IN_SAMPLES_PER_FRAME];
108 static s32 fxBusRB[AX_IN_SAMPLES_PER_FRAME];
109 static s32 fxBusSB[AX_IN_SAMPLES_PER_FRAME];
1146 (void)memset(fxBusLA, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1147 (void)memset(fxBusRA, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1148 (void)memset(fxBusSA, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1150 (void)memset(fxBusLB, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
[all …]
DfxbussendDpl2.c101 static s32 fxBusL[AX_IN_SAMPLES_PER_FRAME];
102 static s32 fxBusR[AX_IN_SAMPLES_PER_FRAME];
103 static s32 fxBusLs[AX_IN_SAMPLES_PER_FRAME];
104 static s32 fxBusRs[AX_IN_SAMPLES_PER_FRAME];
1041 (void)memset(fxBusL, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1042 (void)memset(fxBusR, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1043 (void)memset(fxBusLs, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
1044 (void)memset(fxBusRs, 0, sizeof(s32) * AX_IN_SAMPLES_PER_FRAME); in clear_bus()
/RvlSDK-3.1.4/build/libraries/mix/src/
Dmix.c1735 axvpb->pb.ve.currentDelta = (s16)((c->v1 - c->v) / AX_IN_SAMPLES_PER_FRAME); in MIXUpdateSettings()
1746 if((*p++ = (u16)((c->vL1 - c->vL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1750 if((*p++ = (u16)((c->vR1 - c->vR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1755 if((*p++ = (u16)((c->vAL1 - c->vAL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1759 if((*p++ = (u16)((c->vAR1 - c->vAR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1764 if((*p++ = (u16)((c->vBL1 - c->vBL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1768 if((*p++ = (u16)((c->vBR1 - c->vBR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1773 if((*p++ = (u16)((c->vCL1 - c->vCL) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1777 if((*p++ = (u16)((c->vCR1 - c->vCR) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
1782 if((*p++ = (u16)((c->vS1 - c->vS) / AX_IN_SAMPLES_PER_FRAME)) != 0) in MIXUpdateSettings()
[all …]
/RvlSDK-3.1.4/build/libraries/seq/src/
Dseq.c191 (f32)AX_IN_SAMPLES_PER_FRAME / ( // 96 samples / frame in __SEQSetTicksPerFrame()
399 (f32)AX_IN_SAMPLES_PER_FRAME / ( // 96 samples / frame in __SEQInitTracks()
/RvlSDK-3.1.4/include/revolution/
Dax.h778 #define AX_IN_SAMPLES_PER_FRAME (AX_IN_SAMPLES_PER_MS * AX_MS_PER_FRAME) macro