Home
last modified time | relevance | path

Searched refs:setOutputFile (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.cpp156 status_t MediaRecorderClient::setOutputFile(const char* path) in setOutputFile() function in android::MediaRecorderClient
164 return mRecorder->setOutputFile(path); in setOutputFile()
167 status_t MediaRecorderClient::setOutputFile(int fd, int64_t offset, int64_t length) in setOutputFile() function in android::MediaRecorderClient
175 return mRecorder->setOutputFile(fd, offset, length); in setOutputFile()
DMediaRecorderClient.h41 virtual status_t setOutputFile(const char* path);
42 virtual status_t setOutputFile(int fd, int64_t offset,
DStagefrightRecorder.h55 virtual status_t setOutputFile(const char *path);
56 virtual status_t setOutputFile(int fd, int64_t offset, int64_t length);
DStagefrightRecorder.cpp234 status_t StagefrightRecorder::setOutputFile(const char *path) { in setOutputFile() function in android::StagefrightRecorder
242 status_t StagefrightRecorder::setOutputFile(int fd, int64_t offset, int64_t length) { in setOutputFile() function in android::StagefrightRecorder
/frameworks/av/include/media/
DMediaRecorderBase.h46 virtual status_t setOutputFile(const char *path) = 0;
47 virtual status_t setOutputFile(int fd, int64_t offset, int64_t length) = 0;
DIMediaRecorder.h44 virtual status_t setOutputFile(const char* path) = 0;
45 virtual status_t setOutputFile(int fd, int64_t offset, int64_t length) = 0;
Dmediarecorder.h216 status_t setOutputFile(const char* path);
217 status_t setOutputFile(int fd, int64_t offset, int64_t length);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaRecorderStateUnitTestTemplate.java132 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH); in setMediaRecorderToPreparedState()
145 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH); in setMediaRecorderToRecordingState()
168 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH); in setMediaRecorderToDataSourceConfiguredState()
DMediaRecorderSetOutputFileStateUnitTest.java51 recorder.setOutputFile(MediaRecorderStateUnitTestTemplate.RECORD_OUTPUT_PATH); in invokeMethodUnderTest()
/frameworks/av/media/libmedia/
Dmediarecorder.cpp261 status_t MediaRecorder::setOutputFile(const char* path) in setOutputFile() function in android::MediaRecorder
277 status_t ret = mMediaRecorder->setOutputFile(path); in setOutputFile()
287 status_t MediaRecorder::setOutputFile(int fd, int64_t offset, int64_t length) in setOutputFile() function in android::MediaRecorder
314 status_t ret = mMediaRecorder->setOutputFile(fd, offset, length); in setOutputFile()
DIMediaRecorder.cpp158 status_t setOutputFile(const char* path) in setOutputFile() function in android::BpMediaRecorder
168 status_t setOutputFile(int fd, int64_t offset, int64_t length) { in setOutputFile() function in android::BpMediaRecorder
384 reply->writeInt32(setOutputFile(path)); in onTransact()
393 reply->writeInt32(setOutputFile(fd, offset, length)); in onTransact()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java213 mRecorder.setOutputFile(filename); in testStressRecorder()
277 mRecorder.setOutputFile(filename); in testStressCameraSwitchRecorder()
367 mRecorder.setOutputFile(filename); in testStressRecordVideoAndPlayback()
446 mRecorder.setOutputFile(filename); in testStressTimeLapse()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java84 mRecorder.setOutputFile(outFile); in recordVideo()
151 mMediaRecorder.setOutputFile(filename); in recordVideoWithPara()
184 mRecorder.setOutputFile(outFile); in invalidRecordSetting()
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd57 {@link android.media.MediaRecorder#setOutputFile MediaRecorder.setOutputFile()}.
152 mRecorder.setOutputFile(mFileName);
Dcamera.jd762 <li>{@link android.media.MediaRecorder#setOutputFile(java.lang.String) setOutputFile()} -
835 mMediaRecorder.setOutputFile(getOutputMediaFile(MEDIA_TYPE_VIDEO).toString());
/frameworks/base/media/java/android/media/
DMediaRecorder.java617 public void setOutputFile(FileDescriptor fd) throws IllegalStateException in setOutputFile() method in MediaRecorder
631 public void setOutputFile(String path) throws IllegalStateException in setOutputFile() method in MediaRecorder
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java263 mMediaRecorder.setOutputFile(mFd); in updateMediaRecorderParams()
265 mMediaRecorder.setOutputFile(mOutputFile); in updateMediaRecorderParams()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java223 mRecorder.setOutputFile(outFile); in stressVideoRecord()
256 mRecorder.setOutputFile(filePath); in stressAudioRecord()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp259 status_t opStatus = mr->setOutputFile(fd, offset, length); in android_media_MediaRecorder_setOutputFileFD()
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java464 mMediaRecorder.setOutputFile(mFileName); in setup()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java493 mRecorder.setOutputFile(filePath); in mediaRecorderRecord()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp474 mr->setOutputFile(fd, 0, 0); in setUpMediaRecorder()
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt435 NO DOC BLOCK: android.media.MediaRecorder Method setOutputFile(java.io.FileDescriptor)
/frameworks/base/api/
D14.txt10795 method public void setOutputFile(java.io.FileDescriptor) throws java.lang.IllegalStateException;
10796 method public void setOutputFile(java.lang.String) throws java.lang.IllegalStateException;
D15.txt10834 method public void setOutputFile(java.io.FileDescriptor) throws java.lang.IllegalStateException;
10835 method public void setOutputFile(java.lang.String) throws java.lang.IllegalStateException;

12