Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxstream.c954 static u32 putSamplesIntoRam(char *path) in putSamplesIntoRam() function
1026 ramBufferLPcm16 = putSamplesIntoRam("/axdemo/stream/left.pcm16"); in main()
1027 ramBufferRPcm16 = putSamplesIntoRam("/axdemo/stream/right.pcm16"); in main()
1030 ramBufferLPcm8 = putSamplesIntoRam("/axdemo/stream/left.pcm8"); in main()
1031 ramBufferRPcm8 = putSamplesIntoRam("/axdemo/stream/right.pcm8"); in main()
1034 ramBufferLAdpcm = putSamplesIntoRam("/axdemo/stream/left.adpcm"); in main()
1035 ramBufferRAdpcm = putSamplesIntoRam("/axdemo/stream/right.adpcm"); in main()