HomeSort by relevance Sort by last modified time
    Searched refs:setOutputFile (Results 26 - 50 of 57) sorted by null

12 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 181 data.setOutputFile(javaFile);
226 data.setOutputFile(javaFile);
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 319 mRecorder.setOutputFile(OUTPUT_FILE);
ExtractDecodeEditEncodeMuxTest.java 167 test.setOutputFile();
215 private void setOutputFile() {
    [all...]
MediaPlayerTest.java 525 recorder.setOutputFile(file);
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 166 mRecorder.setOutputFile(mSampleFile.getAbsolutePath());
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 171 public void setOutputFile(String outputFile) {
174 throw new RuntimeException("setOutputFile cannot be called while recording!");
176 throw new RuntimeException("setOutputFile called on an already released recorder!");
185 public void setOutputFile(FileDescriptor fd) {
188 throw new RuntimeException("setOutputFile cannot be called while recording!");
190 throw new RuntimeException("setOutputFile called on an already released recorder!");
    [all...]
VideoCamera.java     [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 112 mediaRecorder.setOutputFile("/dev/null");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java 398 public void setOutputFile(String outputFile) {
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 250 ALOGV("setOutputFile");
257 status_t opStatus = mr->setOutputFile(fd, offset, length);
258 process_media_recorder_call(env, opStatus, "java/io/IOException", "setOutputFile failed.");
  /packages/apps/Gallery2/src/com/android/camera/
VideoModule.java     [all...]
EffectsRecorder.java 344 public void setOutputFile(String outputFile) {
347 throw new RuntimeException("setOutputFile cannot be called while recording!");
349 throw new RuntimeException("setOutputFile called on an already released recorder!");
358 public void setOutputFile(FileDescriptor fd) {
361 throw new RuntimeException("setOutputFile cannot be called while recording!");
363 throw new RuntimeException("setOutputFile called on an already released recorder!");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 343 public void setOutputFile(String outputFile) {
346 throw new RuntimeException("setOutputFile cannot be called while recording!");
348 throw new RuntimeException("setOutputFile called on an already released recorder!");
357 public void setOutputFile(FileDescriptor fd) {
360 throw new RuntimeException("setOutputFile cannot be called while recording!");
362 throw new RuntimeException("setOutputFile called on an already released recorder!");
    [all...]
VideoModule.java     [all...]
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 464 mMediaRecorder.setOutputFile(mFileName);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 235 status_t StagefrightRecorder::setOutputFile(const char *path) {
236 ALOGE("setOutputFile(const char*) must not be called");
243 status_t StagefrightRecorder::setOutputFile(int fd, int64_t offset, int64_t length) {
244 ALOGV("setOutputFile: %d, %lld, %lld", fd, offset, length);
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 468 mRecorder.setOutputFile(filePath);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 474 mr->setOutputFile(fd, 0, 0);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 493 mRecorder.setOutputFile(filePath);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 921 if ( recorder->setOutputFile(videoFd, 0, 0) < 0 ) {
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2241 milliseconds

12 3