Searched refs:outputPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" local
266 if (NULL == outputPath) {
269 memcpy(outputPath, path, len + 1);
270 strcat(outputPath, ".raw");
271 gFp = fopen(outputPath, "w");
H A DslesTestDecodeAac.cpp443 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" local
444 if (NULL == outputPath) {
447 memcpy(outputPath, path, len + 1);
448 strcat(outputPath, ".raw");
449 outputFp = fopen(outputPath, "w");
452 perror(outputPath);

Completed in 8 milliseconds