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

12

/frameworks/av/include/media/stagefright/
H A DMediaAdapter.h69 sp<MetaData> mOutputFormat; member in struct:android::MediaAdapter
H A DMediaCodecSource.h125 sp<AMessage> mOutputFormat; member in struct:android::MediaCodecSource
H A DMediaFilter.h105 sp<AMessage> mOutputFormat; member in struct:android::MediaFilter
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaAdapter.h69 sp<MetaData> mOutputFormat; member in struct:android::MediaAdapter
H A DMediaCodecSource.h125 sp<AMessage> mOutputFormat; member in struct:android::MediaCodecSource
H A DMediaFilter.h105 sp<AMessage> mOutputFormat; member in struct:android::MediaFilter
/frameworks/av/media/libstagefright/include/
H A DMediaAdapter.h69 sp<MetaData> mOutputFormat; member in struct:android::MediaAdapter
H A DMediaCodecSource.h125 sp<AMessage> mOutputFormat; member in struct:android::MediaCodecSource
H A DMediaFilter.h105 sp<AMessage> mOutputFormat; member in struct:android::MediaFilter
/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/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);
/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.h170 uint32_t mOutputFormat; member in class:android::VirtualDisplaySurface
/frameworks/av/include/media/
H A DBufferProviders.h161 const audio_format_t mOutputFormat; member in class:android::ReformatBufferProvider
/frameworks/av/media/libmedia/include/media/
H A DBufferProviders.h161 const audio_format_t mOutputFormat; member in class:android::ReformatBufferProvider
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h97 output_format mOutputFormat; member in struct:android::StagefrightRecorder
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h77 sp<AMessage> mOutputFormat; member in struct:android::NuPlayer::Decoder

Completed in 2614 milliseconds

12