HomeSort by relevance Sort by last modified time
    Searched refs:getOutputFormat (Results 51 - 75 of 78) sorted by null

1 23 4

  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 322 MediaFormat newFormat = encoder.getOutputFormat();
524 MediaFormat newFormat = encoder.getOutputFormat();
566 MediaFormat newFormat = decoder.getOutputFormat();
711 MediaFormat newFormat = decoder.getOutputFormat();
    [all...]
EncodeDecodeTest.java 540 MediaFormat newFormat = encoder.getOutputFormat();
619 decoderOutputFormat = decoder.getOutputFormat();
    [all...]
ExtractDecodeEditEncodeMuxTest.java 766 decoderOutputVideoFormat = videoDecoder.getOutputFormat();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 99 * @see Serializer#getOutputFormat()
101 public Properties getOutputFormat()
ToUnknownStream.java 167 * @see Serializer#getOutputFormat()
170 public Properties getOutputFormat()
172 return m_handler.getOutputFormat();
    [all...]
ToXMLSAXHandler.java 61 * @see Serializer#getOutputFormat()
63 public Properties getOutputFormat()
ToStream.java 617 public Properties getOutputFormat() {
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodec.h 108 status_t getOutputFormat(sp<AMessage> *format) const;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 172 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 228 FrameFormat outputFormat = filter.getOutputFormat(outputPort.getName(),
Filter.java 171 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
341 * {@link #getOutputFormat(String, FrameFormat) getOutputFormat} to specify what format your
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 138 mIsAudio(IsAudioFormat(mConverter->getOutputFormat())),
165 return mFormat != NULL ? mFormat : mConverter->getOutputFormat();
898 mMediaSender->addTrack(converter->getOutputFormat(), flags);
Converter.cpp 130 sp<AMessage> Converter::getOutputFormat() const {
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 202 status_t JMediaCodec::getOutputFormat(JNIEnv *env, jobject *format) const {
205 if ((err = mCodec->getOutputFormat(&msg)) != OK) {
747 status_t err = codec->getOutputFormat(env, &format);
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 723 OutputProperties props = getOutputFormat();
754 OutputProperties props = getOutputFormat();
914 return (Properties) getOutputFormat().getProperties().clone();
933 createSerializationHandler(outputTarget, getOutputFormat());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
DOM3TreeWalker.java 219 fDOMConfigProperties = fSerializer.getOutputFormat();
    [all...]
  /frameworks/av/cmds/stagefright/
codec.cpp 277 CHECK_EQ((status_t)OK, state->mCodec->getOutputFormat(&format));
SimplePlayer.cpp 572 status_t err = state->mCodec->getOutputFormat(&format);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 553 public FrameFormat getOutputFormat(String portName, FrameFormat inputFormat) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 411 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 310 (mCropExtras == null) ? null : mCropExtras.getOutputFormat(), mOriginalRotation);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java     [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 324 status_t MediaCodec::getOutputFormat(sp<AMessage> *format) const {
    [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 

Completed in 1573 milliseconds

1 23 4