Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c50 u32 decodeFormat; // user specified decode format variable
143 decodeFormat = DECODE_WAV; in init()
270 decodeFormat = DECODE_AIFF; in parse_args()
277 decodeFormat = DECODE_WAV; in parse_args()
416 if (decodeFormat != DECODE_AIFF) in parse_args()
827 switch (decodeFormat) in decode_input_file()