Home
last modified time | relevance | path

Searched refs:setOutputFormat (Results 1 – 12 of 12) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java129 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in startVideoRecording()
134 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in startVideoRecording()
140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
182 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
202 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startAudioRecording()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerFactory.java139 ser.setOutputFormat(format); in getSerializer()
161 sh.setOutputFormat(format); in getSerializer()
DSerializer.java169 public void setOutputFormat(Properties format); in setOutputFormat() method
DToTextSAXHandler.java164 public void setOutputFormat(Properties format) in setOutputFormat() method in ToTextSAXHandler
DToUnknownStream.java231 public void setOutputFormat(Properties format) in setOutputFormat() method in ToUnknownStream
233 m_handler.setOutputFormat(format); in setOutputFormat()
DToXMLSAXHandler.java119 public void setOutputFormat(Properties format) in setOutputFormat() method in ToXMLSAXHandler
DToHTMLStream.java566 public void setOutputFormat(Properties format) in setOutputFormat() method in ToHTMLStream
595 super.setOutputFormat(format); in setOutputFormat()
DToStream.java561 public void setOutputFormat(Properties format) in setOutputFormat() method in ToStream
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaRecorder.java114 protected void setOutputFormat(int output_format) { in setOutputFormat() method in ShadowMediaRecorder
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java243 fXMLSerializer.setOutputFormat(fDOMConfigProperties); in LSSerializerImpl()
962 fXMLSerializer.setOutputFormat(fDOMConfigProperties); in write()
1147 fXMLSerializer.setOutputFormat(fDOMConfigProperties); in writeToString()
1252 fXMLSerializer.setOutputFormat(fDOMConfigProperties); in writeToURI()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaRecorderTest.java120 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in testOutputFormat()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1349 public void setOutputFormat(OutputProperties oformat) in setOutputFormat() method in TransformerImpl