Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializer.java176 public Properties getOutputFormat(); in getOutputFormat() method
DToTextSAXHandler.java101 public Properties getOutputFormat() in getOutputFormat() method in ToTextSAXHandler
DToUnknownStream.java170 public Properties getOutputFormat() in getOutputFormat() method in ToUnknownStream
172 return m_handler.getOutputFormat(); in getOutputFormat()
DToXMLSAXHandler.java63 public Properties getOutputFormat() in getOutputFormat() method in ToXMLSAXHandler
DToStream.java617 public Properties getOutputFormat() { in getOutputFormat() method in ToStream
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaRecorderTest.java119 … assertThat(shadowMediaRecorder.getOutputFormat()).isNotEqualTo(MediaRecorder.OutputFormat.MPEG_4); in testOutputFormat()
121 assertThat(shadowMediaRecorder.getOutputFormat()).isEqualTo(MediaRecorder.OutputFormat.MPEG_4); in testOutputFormat()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DSerializerSwitcher.java73 Properties prevProperties = transformer.getOutputFormat().getProperties(); in switchSerializerIfHTML()
DTransformerImpl.java725 OutputProperties props = getOutputFormat(); in getOutputProperty()
756 OutputProperties props = getOutputFormat(); in getOutputPropertyNoDefault()
916 return (Properties) getOutputFormat().getProperties().clone(); in getOutputProperties()
935 createSerializationHandler(outputTarget, getOutputFormat()); in createSerializationHandler()
1360 public OutputProperties getOutputFormat() in getOutputFormat() method in TransformerImpl
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaRecorder.java216 public int getOutputFormat() { in getOutputFormat() method in ShadowMediaRecorder
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java939 serializer.getOutputFormat().setProperty("version", xmlVersion); in write()
1125 serializer.getOutputFormat().setProperty("version", xmlVersion); in writeToString()
1229 serializer.getOutputFormat().setProperty("version", xmlVersion); in writeToURI()
DDOM3TreeWalker.java219 fDOMConfigProperties = fSerializer.getOutputFormat(); in DOM3TreeWalker()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java539 MediaFormat format = mediaCodec.getOutputFormat(); in dequeueOutputBuffer()