Searched defs:mOutputFormat (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaAdapter.h69 sp<MetaData> mOutputFormat; member in struct:android::MediaAdapter
H A DMediaCodec.h201 sp<AMessage> mOutputFormat; member in struct:android::MediaCodec
H A DOMXCodec.h191 sp<MetaData> mOutputFormat; member in struct:android::OMXCodec
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringSource.java37 private FrameFormat mOutputFormat; field in class:StringSource
45 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
46 addOutputPort("string", mOutputFormat);
51 Frame output = env.getFrameManager().newFrame(mOutputFormat);
H A DToUpperCase.java31 private FrameFormat mOutputFormat; field in class:ToUpperCase
39 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
40 addMaskedInputPort("mixedcase", mOutputFormat);
41 addOutputPort("uppercase", mOutputFormat);
49 Frame output = env.getFrameManager().newFrame(mOutputFormat);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java47 private MutableFrameFormat mOutputFormat = null; field in class:InputStreamSource
56 if (mOutputFormat == null) {
57 mOutputFormat = PrimitiveFormat.createByteFormat(target);
59 addOutputPort("data", mOutputFormat);
83 mOutputFormat.setDimensions(fileSize);
84 Frame output = context.getFrameManager().newFrame(mOutputFormat);
H A DObjectSource.java40 private FrameFormat mOutputFormat = FrameFormat.unspecified(); field in class:ObjectSource
53 addOutputPort("frame", mOutputFormat);
H A DRetargetFilter.java37 private MutableFrameFormat mOutputFormat; field in class:RetargetFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToGrayFilter.java48 private MutableFrameFormat mOutputFormat; field in class:ToGrayFilter
H A DResizeFilter.java53 private MutableFrameFormat mOutputFormat; field in class:ResizeFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
H A DSinWaveFilter.java39 private FrameFormat mOutputFormat; field in class:SinWaveFilter
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/
H A DThroughputFilter.java41 private FrameFormat mOutputFormat; field in class:ThroughputFilter
53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
55 addOutputPort("throughput", mOutputFormat);
94 Frame throughputFrame = context.getFrameManager().newFrame(mOutputFormat);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.h64 sp<MetaData> mOutputFormat; member in class:android::VideoEditorSRC
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h89 sp<AMessage> mOutputFormat; member in struct:android::Converter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java117 private MutableFrameFormat mOutputFormat; field in class:SurfaceTextureSource
159 mOutputFormat = ImageFormat.create(mWidth, mHeight,
171 mMediaFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat,
227 Frame output = context.getFrameManager().newFrame(mOutputFormat);
254 mOutputFormat.setDimensions(mWidth, mHeight);
H A DCameraSource.java81 private MutableFrameFormat mOutputFormat; field in class:CameraSource
127 mOutputFormat = ImageFormat.create(mWidth, mHeight,
153 mCameraFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat,
203 Frame output = context.getFrameManager().newFrame(mOutputFormat);
H A DMediaSource.java109 private MutableFrameFormat mOutputFormat; field in class:MediaSource
187 mOutputFormat = ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
215 mOutputFormat,
340 Frame output = context.getFrameManager().newFrame(mOutputFormat);
421 mOutputFormat.setDimensions(mWidth, mHeight);
423 mOutputFormat.setDimensions(mHeight, mWidth);
525 mOutputFormat.setDimensions(width, height);
527 mOutputFormat.setDimensions(height, width);
532 if (mOutputFormat.getWidth() != width ||
533 mOutputFormat
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h84 output_format mOutputFormat; member in struct:android::StagefrightRecorder
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java130 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4; field in class:MediaEncoderFilter
254 mMediaRecorder.setOutputFormat(mOutputFormat);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java215 private FrameFormat mOutputFormat; field in class:BackDropperFilter

Completed in 7984 milliseconds