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

1 2

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
ToUpperCase.java 33 private FrameFormat mOutputFormat;
41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
42 addMaskedInputPort("mixedcase", mOutputFormat);
43 addOutputPort("uppercase", mOutputFormat);
51 Frame output = env.getFrameManager().newFrame(mOutputFormat);
StringSource.java 35 private FrameFormat mOutputFormat;
43 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
44 addOutputPort("string", mOutputFormat);
49 Frame output = env.getFrameManager().newFrame(mOutputFormat);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
InputStreamSource.java 46 private MutableFrameFormat mOutputFormat = null;
55 if (mOutputFormat == null) {
56 mOutputFormat = PrimitiveFormat.createByteFormat(target);
58 addOutputPort("data", mOutputFormat);
82 mOutputFormat.setDimensions(fileSize);
83 Frame output = context.getFrameManager().newFrame(mOutputFormat);
ObjectSource.java 37 private FrameFormat mOutputFormat = FrameFormat.unspecified();
50 addOutputPort("frame", mOutputFormat);
RetargetFilter.java 35 private MutableFrameFormat mOutputFormat;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
SinWaveFilter.java 39 private FrameFormat mOutputFormat;
47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE);
48 addOutputPort("value", mOutputFormat);
58 Frame output = env.getFrameManager().newFrame(mOutputFormat);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 41 private FrameFormat mOutputFormat;
53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
55 addOutputPort("throughput", mOutputFormat);
94 Frame throughputFrame = context.getFrameManager().newFrame(mOutputFormat);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 33 private String mOutputFormat = "xml";
64 Output.generateFirstHeader(fileName, mOutputFormat);
66 Output.generateHeader(fileName, mOutputFormat);
69 Output.generate(dexData, mOutputFormat, mJustClasses);
70 Output.generateFooter(mOutputFormat);
193 mOutputFormat = arg.substring(arg.indexOf('=') + 1);
194 if (!mOutputFormat.equals("brief") &&
195 !mOutputFormat.equals("xml"))
197 System.err.println("Unknown format '" + mOutputFormat +"'");
200 //System.out.println("+++ using format " + mOutputFormat);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropExtras.java 46 private String mOutputFormat = null;
62 mOutputFormat = outputFormat;
70 c.mReturnData, c.mExtraOutput, c.mOutputFormat, c.mShowWhenLocked,
107 return mOutputFormat;
  /frameworks/av/media/libstagefright/
MediaAdapter.cpp 30 mOutputFormat(meta) {
35 mOutputFormat.clear();
65 return mOutputFormat;
MediaCodecSource.cpp 340 mOutputFormat(outputFormat),
357 CHECK(mOutputFormat->findString("mime", &mime));
394 mOutputFormat->setInt32("store-metadata-in-buffers", 1);
398 mOutputFormat->setInt32("create-input-buffers-suspended", 1);
402 CHECK(mOutputFormat->findString("mime", &outputMIME));
411 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str());
417 mOutputFormat,
426 mEncoder->getOutputFormat(&mOutputFormat);
427 convertMessageToMetaData(mOutputFormat, mMeta);
OMXCodec.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
CodecState.java 51 private MediaFormat mOutputFormat;
93 mOutputFormat = null;
177 mOutputFormat = mCodec.getOutputFormat();
270 String mime = mOutputFormat.getString(MediaFormat.KEY_MIME);
276 mOutputFormat.getInteger(MediaFormat.KEY_SAMPLE_RATE);
279 mOutputFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
297 int width = mOutputFormat.getInteger(MediaFormat.KEY_WIDTH);
298 int height = mOutputFormat.getInteger(MediaFormat.KEY_HEIGHT);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java 106 private MutableFrameFormat mOutputFormat;
148 mOutputFormat = ImageFormat.create(mWidth, mHeight,
160 mMediaFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat,
216 Frame output = context.getFrameManager().newFrame(mOutputFormat);
243 mOutputFormat.setDimensions(mWidth, mHeight);
MediaSource.java 101 private MutableFrameFormat mOutputFormat;
179 mOutputFormat = ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
207 mOutputFormat,
332 Frame output = context.getFrameManager().newFrame(mOutputFormat);
413 mOutputFormat.setDimensions(mWidth, mHeight);
415 mOutputFormat.setDimensions(mHeight, mWidth);
517 mOutputFormat.setDimensions(width, height);
519 mOutputFormat.setDimensions(height, width);
524 if (mOutputFormat.getWidth() != width ||
525 mOutputFormat.getHeight() != height)
    [all...]
CameraSource.java 74 private MutableFrameFormat mOutputFormat;
120 mOutputFormat = ImageFormat.create(mWidth, mHeight,
146 mCameraFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat,
196 Frame output = context.getFrameManager().newFrame(mOutputFormat);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 50 mOutputFormat(outputFormat),
66 CHECK(mOutputFormat->findString("mime", &mime));
119 return mOutputFormat;
144 CHECK(mOutputFormat->findString("mime", &outputMIME));
169 mOutputFormat->setInt32("bitrate", audioBitrate);
171 mOutputFormat->setInt32("bitrate", videoBitrate);
172 mOutputFormat->setInt32("bitrate-mode", OMX_Video_ControlRateConstant);
173 mOutputFormat->setInt32("frame-rate", 30);
174 mOutputFormat->setInt32("i-frame-interval", 15); // Iframes every 15 secs
177 mOutputFormat->setInt32("intra-refresh-mode", OMX_VIDEO_IntraRefreshCyclic)
    [all...]
Converter.h 97 sp<AMessage> mOutputFormat;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
TrackDecoder.java 48 private MediaFormat mOutputFormat;
171 mOutputFormat = mMediaCodec.getOutputFormat();
172 Log.d(LOG_TAG, "Output format has changed to " + mOutputFormat);
  /frameworks/av/include/media/stagefright/
MediaAdapter.h 69 sp<MetaData> mOutputFormat;
MediaCodecSource.h 101 sp<AMessage> mOutputFormat;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToGrayFilter.java 39 private MutableFrameFormat mOutputFormat;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 68 private int mOutputFormat = MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4;
105 mOutputFormat = outputFormat;
345 switch (mOutputFormat) {
358 switch (mOutputFormat) {
441 mMuxer = new MediaMuxer(mOutputFile, mOutputFormat);
457 if (mOutputFormat == MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4) {
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 154 mOutputFormat = OUTPUT_FORMAT_THREE_GPP;
156 mOutputFormat = of;
790 switch (mOutputFormat) {
817 ALOGE("Unsupported output file format: %d", mOutputFormat);
853 switch (mOutputFormat) {
860 if (mOutputFormat == OUTPUT_FORMAT_WEBM) {
882 ALOGE("Unsupported output file format: %d", mOutputFormat);
999 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_AAC_ADTS);
1011 CHECK(mOutputFormat == OUTPUT_FORMAT_AMR_NB ||
1012 mOutputFormat == OUTPUT_FORMAT_AMR_WB)
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 364 CHECK(mOutputFormat->findString("mime", &mime));
534 mOutputFormat = new AMessage();
535 mOutputFormat->setString("mime", mime.c_str());
536 mOutputFormat->setInt32("stride", mStride);
537 mOutputFormat->setInt32("slice-height", mSliceHeight);
538 mOutputFormat->setInt32("color-format", mColorFormatOut);
539 mOutputFormat->setRect("crop", 0, 0, mStride, mSliceHeight);
540 mOutputFormat->setInt32("width", mWidth);
541 mOutputFormat->setInt32("height", mHeight);
547 notify->setMessage("output-format", mOutputFormat);
    [all...]

Completed in 482 milliseconds

1 2