[go: nahoru, domu]

Searched refs:setOutputFile (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/compile/mclinker/lib/Script/
H A DOutputCmd.cpp31 pModule.getScript().setOutputFile(m_OutputFile);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderSetOutputFileStateUnitTest.java26 * MediaRecorder.setOutputFile() method can be called.
31 * 1. It is valid to call setOutputFile() in the following states:
33 * 2. It is invalid to call setOutputFile() in the following states:
51 recorder.setOutputFile(MediaRecorderStateUnitTestTemplate.RECORD_OUTPUT_PATH);
61 return "setOutputFile()";
H A DMediaRecorderStateUnitTestTemplate.java105 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
132 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
145 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
159 /* Skip setAudioEncoder() and setOutputFile() calls if
167 if (mMethodUnderTest.toString() != "setOutputFile()") {
168 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
192 /* Skip setOutputFormat if the method under test is setOutputFile()
193 * Because, otherwise, it is valid to call setOutputFile() after
197 if (mMethodUnderTest.toString() != "setOutputFile()") {
/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp50 void LinkerScript::setOutputFile(const std::string& pOutputFile) { function in class:mcld::LinkerScript
/frameworks/av/include/media/
H A DIMediaRecorder.h47 virtual status_t setOutputFile(int fd, int64_t offset, int64_t length) = 0;
H A DMediaRecorderBase.h48 virtual status_t setOutputFile(int fd, int64_t offset, int64_t length) = 0;
H A Dmediarecorder.h230 status_t setOutputFile(int fd, int64_t offset, int64_t length);
/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h93 void setOutputFile(const std::string& pOutputFile);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h57 virtual status_t setOutputFile(int fd, int64_t offset,
H A DMediaRecorderClient.cpp164 status_t MediaRecorderClient::setOutputFile(int fd, int64_t offset, int64_t length) function in class:android::MediaRecorderClient
166 ALOGV("setOutputFile(%d, %lld, %lld)", fd, (long long)offset, (long long)length);
172 return mRecorder->setOutputFile(fd, offset, length);
H A DStagefrightRecorder.h61 virtual status_t setOutputFile(int fd, int64_t offset, int64_t length);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java92 mRecorder.setOutputFile(outFile);
142 recorder.setOutputFile(MediaNames.RECORDED_SURFACE_3GP);
241 recorder.setOutputFile(outFile);
351 mMediaRecorder.setOutputFile(filename);
384 mRecorder.setOutputFile(outFile);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java47 * recorder.setOutputFile(PATH_NAME);
476 * be called after the video AND audio sources are set, and before setOutputFile().
778 public void setOutputFile(FileDescriptor fd) throws IllegalStateException method in class:MediaRecorder
792 public void setOutputFile(String path) throws IllegalStateException method in class:MediaRecorder
832 * setOutputFile(). Call this after prepare().
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java254 mMediaRecorder.setOutputFile(mFd);
256 mMediaRecorder.setOutputFile(mOutputFile);
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp269 status_t MediaRecorder::setOutputFile(int fd, int64_t offset, int64_t length) function in class:android::MediaRecorder
271 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
281 ALOGE("setOutputFile called in an invalid state(%d)", mCurrentState);
296 status_t ret = mMediaRecorder->setOutputFile(fd, offset, length);
298 ALOGV("setOutputFile failed: %d", ret);
H A DIMediaRecorder.cpp174 status_t setOutputFile(int fd, int64_t offset, int64_t length) { function in class:android::BpMediaRecorder
175 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
433 reply->writeInt32(setOutputFile(fd, offset, length));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java233 mRecorder.setOutputFile(fileName);
339 mRecorder.setOutputFile(fileName);
H A DCamera2RecordingTest.java810 mMediaRecorder.setOutputFile(mOutMediaFileName);
835 mMediaRecorder.setOutputFile(mOutMediaFileName);
H A DCamera2SwitchPreviewTest.java460 mMediaRecorder.setOutputFile(mOutMediaFileName);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java236 mRecorder.setOutputFile(outFile);
271 mRecorder.setOutputFile(filePath);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp267 ALOGV("setOutputFile");
274 status_t opStatus = mr->setOutputFile(fd, offset, length);
275 process_media_recorder_call(env, opStatus, "java/io/IOException", "setOutputFile failed.");
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java473 mMediaRecorder.setOutputFile(mFileName);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp469 mr->setOutputFile(fd, 0, 0);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java494 mRecorder.setOutputFile(filePath);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java1459 mRecorder.setOutputFile(outputPath);

Completed in 2773 milliseconds

12