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

1 2

  /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);
ToTextSAXHandler.java 162 * @see Serializer#setOutputFormat(Properties)
164 public void setOutputFormat(Properties format)
ToUnknownStream.java 229 * @see Serializer#setOutputFormat(Properties)
231 public void setOutputFormat(Properties format)
233 m_handler.setOutputFormat(format);
    [all...]
ToXMLSAXHandler.java 117 * @see Serializer#setOutputFormat(Properties)
119 public void setOutputFormat(Properties 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);
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 119 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
164 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
246 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
281 mMediaRecorder.setOutputFormat(fileFormat);
305 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
319 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
333 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
348 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
363 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
MediaPlayerTest.java 414 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
762 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/av/include/media/
IMediaRecorder.h 41 virtual status_t setOutputFormat(int of) = 0;
MediaRecorderBase.h 38 virtual status_t setOutputFormat(output_format of) = 0;
mediarecorder.h 213 status_t setOutputFormat(int of);
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h 38 virtual status_t setOutputFormat(int of);
MediaRecorderClient.cpp 123 status_t MediaRecorderClient::setOutputFormat(int of)
125 ALOGV("setOutputFormat(%d)", of);
131 return mRecorder->setOutputFormat((output_format)of);
StagefrightRecorder.h 48 virtual status_t setOutputFormat(output_format of);
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 50 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/base/media/java/android/media/
MediaRecorder.java 42 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
200 * {@link MediaRecorder#setOutputFormat(int)}.
281 * this only before setOutputFormat().
284 * @throws IllegalStateException if it is called after setOutputFormat()
300 * this only before setOutputFormat().
303 * @throws IllegalStateException if it is called after setOutputFormat()
319 setOutputFormat(profile.fileFormat);
434 public native void setOutputFormat(int output_format)
445 * prepare() or before setOutputFormat()
457 * prepare() or before setOutputFormat()
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 241 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
315 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
394 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 82 mRecorder.setOutputFormat(outFormat);
150 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
182 mRecorder.setOutputFormat(outFormat);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 212 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
276 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
366 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 128 status_t setOutputFormat(int of)
130 ALOGV("setOutputFormat(%d)", of);
362 reply->writeInt32(setOutputFormat(of));
mediarecorder.cpp 175 status_t MediaRecorder::setOutputFormat(int of)
177 ALOGV("setOutputFormat(%d)", of);
183 ALOGE("setOutputFormat called in an invalid state: %d", mCurrentState);
191 status_t ret = mMediaRecorder->setOutputFormat(of);
193 ALOGE("setOutputFormat failed: %d", ret);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 221 mRecorder.setOutputFormat(outFormat);
254 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 164 mRecorder.setOutputFormat(outputfileformat);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 243 fXMLSerializer.setOutputFormat(fDOMConfigProperties);
    [all...]

Completed in 417 milliseconds

1 2