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

12

/frameworks/av/include/media/stagefright/
H A DMediaAdapter.h69 sp<MetaData> mOutputFormat; member in struct:android::MediaAdapter
H A DMediaCodecSource.h101 sp<AMessage> mOutputFormat; member in struct:android::MediaCodecSource
H A DMediaFilter.h126 sp<AMessage> mOutputFormat; member in struct:android::MediaFilter
H A DOMXCodec.h191 sp<MetaData> mOutputFormat; member in struct:android::OMXCodec
H A DACodec.h226 sp<AMessage> mOutputFormat; member in struct:android::ACodec
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringSource.java35 private FrameFormat mOutputFormat; field in class:StringSource
43 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
44 addOutputPort("string", mOutputFormat);
49 Frame output = env.getFrameManager().newFrame(mOutputFormat);
H A DToUpperCase.java33 private FrameFormat mOutputFormat; field in class:ToUpperCase
41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE);
42 addMaskedInputPort("mixedcase", mOutputFormat);
43 addOutputPort("uppercase", mOutputFormat);
51 Frame output = env.getFrameManager().newFrame(mOutputFormat);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java46 private MutableFrameFormat mOutputFormat = null; field in class:InputStreamSource
55 if (mOutputFormat == null) {
56 mOutputFormat = PrimitiveFormat.createByteFormat(target);
58 addOutputPort("data", mOutputFormat);
82 mOutputFormat.setDimensions(fileSize);
83 Frame output = context.getFrameManager().newFrame(mOutputFormat);
H A DObjectSource.java37 private FrameFormat mOutputFormat = FrameFormat.unspecified(); field in class:ObjectSource
50 addOutputPort("frame", mOutputFormat);
H A DRetargetFilter.java35 private MutableFrameFormat mOutputFormat; field in class:RetargetFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToGrayFilter.java39 private MutableFrameFormat mOutputFormat; field in class:ToGrayFilter
H A DResizeFilter.java50 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/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h67 sp<AMessage> mOutputFormat; member in struct:android::NuPlayer::Decoder
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java106 private MutableFrameFormat mOutputFormat; field in class:SurfaceTextureSource
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);
H A DCameraSource.java74 private MutableFrameFormat mOutputFormat; field in class:CameraSource
120 mOutputFormat = ImageFormat.create(mWidth, mHeight,
146 mCameraFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat,
196 Frame output = context.getFrameManager().newFrame(mOutputFormat);
H A DMediaSource.java101 private MutableFrameFormat mOutputFormat; field in class:MediaSource
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
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DTrackDecoder.java48 private MediaFormat mOutputFormat; field in class:TrackDecoder
171 mOutputFormat = mMediaCodec.getOutputFormat();
172 Log.d(LOG_TAG, "Output format has changed to " + mOutputFormat);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h158 uint32_t mOutputFormat; member in class:android::VirtualDisplaySurface
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h87 output_format mOutputFormat; member in struct:android::StagefrightRecorder
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h97 sp<AMessage> mOutputFormat; member in struct:android::Converter
/frameworks/av/services/audioflinger/
H A DBufferProviders.h147 const audio_format_t mOutputFormat; member in class:android::ReformatBufferProvider
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java121 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4; field in class:MediaEncoderFilter
245 mMediaRecorder.setOutputFormat(mOutputFormat);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java460 String mOutputFormat = "jpg"; // for now field in class:WallpaperCropActivity.BitmapCropTask
774 convertExtensionToCompressFormat(getFileExtension(mOutputFormat));

Completed in 432 milliseconds

12