Searched refs:outputPath (Results 1 - 4 of 4) 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);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java1444 * @param outputPath the output video path for the recorder
1448 public void createRecorder(String outputPath, CamcorderProfile profile) { argument
1459 mRecorder.setOutputFile(outputPath);
/frameworks/base/tools/aapt/
H A DCommand.cpp2457 String8 outputPath = buildApkName(String8(outputAPKFile), split); local
2458 err = writeAPK(bundle, outputPath, split);
2460 fprintf(stderr, "ERROR: packaging of '%s' failed\n", outputPath.string());

Completed in 1202 milliseconds