HomeSort by relevance Sort by last modified time
    Searched defs:mOutputFormat (Results 1 - 16 of 16) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaAdapter.h 69 sp<MetaData> mOutputFormat;
MediaCodecSource.h 123 sp<AMessage> mOutputFormat;
MediaFilter.h 105 sp<AMessage> mOutputFormat;
ACodec.h 244 sp<AMessage> mOutputFormat;
247 // format updates. This will equal to mOutputFormat until the first actual frame is received.
508 // |outputFormat| is mOutputFormat, it is copied to trigger an output format changed event.
562 // Using sp<> instead of const sp<>& because expectedFormat is likely the current mOutputFormat
MediaCodec.h 330 sp<AMessage> mOutputFormat;
  /cts/tests/tests/media/libmediandkjni/
native_media_utils.h 175 mOutputFormat = fmt;
190 std::shared_ptr<AMediaFormat> mOutputFormat;
  /frameworks/av/media/libstagefright/include/
FrameDecoder.h 97 sp<AMessage> mOutputFormat;
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 34 private String mOutputFormat = "xml";
61 Output.generateFirstHeader(fileName, mOutputFormat);
63 Output.generateHeader(fileName, mOutputFormat);
69 Output.generate(dexData, mOutputFormat, mJustClasses);
72 Output.generateFooter(mOutputFormat);
213 mOutputFormat = arg.substring(arg.indexOf('=') + 1);
214 if (!mOutputFormat.equals("brief") &&
215 !mOutputFormat.equals("xml"))
217 System.err.println("Unknown format '" + mOutputFormat +"'");
220 //System.out.println("+++ using format " + mOutputFormat);
    [all...]
  /frameworks/av/media/codec2/components/base/include/
SimpleC2Interface.h 142 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat;
  /frameworks/av/media/codec2/sfplugin/
CCodecConfig.h 118 sp<AMessage> mOutputFormat;
  /frameworks/av/media/libmedia/include/media/
BufferProviders.h 162 const audio_format_t mOutputFormat;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 77 sp<AMessage> mOutputFormat;
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SoftVideoDecoderOMXComponent.h 146 OMX_COLOR_FORMATTYPE mOutputFormat;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 105 output_format mOutputFormat;
  /cts/tests/tests/media/src/android/media/cts/
CodecState.java 51 private MediaFormat mOutputFormat;
93 mOutputFormat = null;
177 mOutputFormat = mCodec.getOutputFormat();
275 String mime = mOutputFormat.getString(MediaFormat.KEY_MIME);
283 mOutputFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE);
286 mOutputFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
304 int width = mOutputFormat.getInteger(MediaFormat.KEY_WIDTH);
305 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT);
  /external/v4l2_codec2/include/
C2VDAComponent.h 70 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat;
347 VideoFormat mOutputFormat;

Completed in 716 milliseconds