Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c44 FILE *fp, *ofp=NULL; variable
256 if ((ofp = fopen("/data/dec-out.pcm", "wb")) == NULL) in main()
262 p_output = ofp; in main()
337 if (ofp) fclose(ofp); in main()
Dxaf-dec-mix-test.c215 FILE *fp, *ofp; in main() local
293 if ((ofp = fopen("dec-mix-out.pcm", "wb")) == NULL) in main()
298 p_output = ofp; in main()