HomeSort by relevance Sort by last modified time
    Searched refs:setOutputFormat (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Serializer.java 169 public void setOutputFormat(Properties format);
SerializerFactory.java 139 ser.setOutputFormat(format);
161 sh.setOutputFormat(format);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderSetOutputFormatStateUnitTest.java 26 * MediaRecorder.setOutputFormat() method can be called.
32 * 1. It is valid to call setOutputFormat() in the following states:
34 * 2. It is invalid to call setOutputFormat() in the following states:
54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT);
64 return "setOutputFormat()";
MediaRecorderStateUnitTestTemplate.java 103 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
130 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
143 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
157 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
192 /* Skip setOutputFormat if the method under test is setOutputFile()
198 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 129 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
134 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
182 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
202 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
  /frameworks/av/media/libmedia/include/media/
IMediaRecorder.h 44 virtual status_t setOutputFormat(int of) = 0;
MediaRecorderBase.h 39 virtual status_t setOutputFormat(output_format of) = 0;
mediarecorder.h 229 status_t setOutputFormat(int of);
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.h 89 bool setOutputFormat(int mdpFormat);
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.h 89 bool setOutputFormat(int mdpFormat);
  /hardware/qcom/display/msm8909/liboverlay/
overlayWriteback.h 91 bool setOutputFormat(int mdpFormat);
  /hardware/qcom/display/msm8994/liboverlay/
overlayWriteback.h 91 bool setOutputFormat(int mdpFormat);
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
MediaRecorderCameraActivity.java 123 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h 69 virtual status_t setOutputFormat(int of);
MediaRecorderClient.cpp 131 status_t MediaRecorderClient::setOutputFormat(int of)
133 ALOGV("setOutputFormat(%d)", of);
139 return mRecorder->setOutputFormat((output_format)of);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java 77 setOutputFormat(mCamcorderProfile.fileFormat);
LevelTrackingMediaRecorder.java 108 mRecorder.setOutputFormat(MEDIA_RECORDER_OUTPUT_FORMAT);
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 242 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
317 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_2_TS);
436 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
545 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
565 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
603 mMediaRecorder.setOutputFormat(fileFormat);
616 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
642 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
657 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
676 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP)
    [all...]
MediaRandomTest.java 315 mRecorder.setOutputFormat(mParam % 5);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 90 mRecorder.setOutputFormat(outFormat);
141 recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
240 recorder.setOutputFormat(outFormat);
350 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
382 mRecorder.setOutputFormat(outFormat);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 268 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
357 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
436 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /cts/tests/tests/media/libmediandkjni/
native_media_utils.h 174 void setOutputFormat(std::shared_ptr<AMediaFormat> fmt) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 111 public void setOutputFormat(int output_format) {
  /frameworks/base/media/java/android/media/
MediaRecorder.java 48 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
392 * {@link MediaRecorder#setOutputFormat(int)}.
480 * this only before setOutputFormat().
483 * @throws IllegalStateException if it is called after setOutputFormat()
501 * this only before setOutputFormat().
504 * @throws IllegalStateException if it is called after setOutputFormat()
520 setOutputFormat(profile.fileFormat);
631 public native void setOutputFormat(int output_format)
642 * prepare() or before setOutputFormat()
654 * prepare() or before setOutputFormat()
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 460 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
471 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.WEBM);

Completed in 2924 milliseconds

1 2 3 4 5