Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
23 OpenSL ES test slesTestDecodeAac: decodes a file containing AAC ADTS data
31 These use adb on host to retrieve the decoded file:
36 Select myFile.raw file, then click Open button
84 static FILE* outputFp;
119 SLboolean createRaw = SL_BOOLEAN_TRUE; // whether to create a .raw file containing PCM data
140 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
326 /* Save the decoded data to output file */
329 fprintf(stderr, "Error writing to output file");
413 /* Decode an audio path by opening a file descriptor on that path */
425 // verify that's it is a file
427 fprintf(stderr, "%s: not an ordinary file\n", path);
431 // map file contents into memory to make it easier to access the ADTS frames directly
440 // create PCM .raw file
848 // unmap the ADTS AAC file from memory
861 printf("OpenSL ES test %s: decodes a file containing AAC ADTS data\n", argv[0]);
869 // open pathname of encoded ADTS AAC file to get a file descriptor
893 // close the file