Home
last modified time | relevance | path

Searched refs:mOutputFormat (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
DToUpperCase.java33 private FrameFormat mOutputFormat; field in ToUpperCase
41 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
42 addMaskedInputPort("mixedcase", mOutputFormat); in setupPorts()
43 addOutputPort("uppercase", mOutputFormat); in setupPorts()
51 Frame output = env.getFrameManager().newFrame(mOutputFormat); in process()
DStringSource.java35 private FrameFormat mOutputFormat; field in StringSource
43 mOutputFormat = ObjectFormat.fromClass(String.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
44 addOutputPort("string", mOutputFormat); in setupPorts()
49 Frame output = env.getFrameManager().newFrame(mOutputFormat); in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DInputStreamSource.java46 private MutableFrameFormat mOutputFormat = null; field in InputStreamSource
55 if (mOutputFormat == null) { in setupPorts()
56 mOutputFormat = PrimitiveFormat.createByteFormat(target); in setupPorts()
58 addOutputPort("data", mOutputFormat); in setupPorts()
82 mOutputFormat.setDimensions(fileSize); in process()
83 Frame output = context.getFrameManager().newFrame(mOutputFormat); in process()
DObjectSource.java37 private FrameFormat mOutputFormat = FrameFormat.unspecified(); field in ObjectSource
50 addOutputPort("frame", mOutputFormat); in setupPorts()
DRetargetFilter.java35 private MutableFrameFormat mOutputFormat; field in RetargetFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
DSinWaveFilter.java39 private FrameFormat mOutputFormat; field in SinWaveFilter
47 mOutputFormat = ObjectFormat.fromClass(Float.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
48 addOutputPort("value", mOutputFormat); in setupPorts()
58 Frame output = env.getFrameManager().newFrame(mOutputFormat); in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughputFilter.java41 private FrameFormat mOutputFormat; field in ThroughputFilter
53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE); in setupPorts()
55 addOutputPort("throughput", mOutputFormat); in setupPorts()
94 Frame throughputFrame = context.getFrameManager().newFrame(mOutputFormat); in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
DMediaSource.java101 private MutableFrameFormat mOutputFormat; field in MediaSource
179 mOutputFormat = ImageFormat.create(ImageFormat.COLORSPACE_RGBA, in createFormats()
207 mOutputFormat, in open()
332 Frame output = context.getFrameManager().newFrame(mOutputFormat); in process()
413 mOutputFormat.setDimensions(mWidth, mHeight); in fieldPortValueUpdated()
415 mOutputFormat.setDimensions(mHeight, mWidth); in fieldPortValueUpdated()
517 mOutputFormat.setDimensions(width, height);
519 mOutputFormat.setDimensions(height, width);
524 if (mOutputFormat.getWidth() != width ||
525 mOutputFormat.getHeight() != height) {
DSurfaceTextureSource.java106 private MutableFrameFormat mOutputFormat; field in SurfaceTextureSource
148 mOutputFormat = ImageFormat.create(mWidth, mHeight, in createFormats()
160 mMediaFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat, in prepare()
216 Frame output = context.getFrameManager().newFrame(mOutputFormat); in process()
243 mOutputFormat.setDimensions(mWidth, mHeight); in fieldPortValueUpdated()
DCameraSource.java74 private MutableFrameFormat mOutputFormat; field in CameraSource
120 mOutputFormat = ImageFormat.create(mWidth, mHeight, in createFormats()
146 mCameraFrame = (GLFrame)context.getFrameManager().newBoundFrame(mOutputFormat, in open()
196 Frame output = context.getFrameManager().newFrame(mOutputFormat); in process()
/frameworks/av/media/libstagefright/
DMediaAdapter.cpp30 mOutputFormat(meta) { in MediaAdapter()
35 mOutputFormat.clear(); in ~MediaAdapter()
72 return mOutputFormat; in getFormat()
DMediaCodecSource.cpp444 mOutputFormat(outputFormat), in MediaCodecSource()
494 mOutputFormat->setInt32(KEY_CREATE_INPUT_SURFACE_SUSPENDED, 1); in initEncoder()
498 CHECK(mOutputFormat->findString("mime", &outputMIME)); in initEncoder()
503 if (mOutputFormat->findString("testing-name", &name)) { in initEncoder()
510 mOutputFormat, in initEncoder()
529 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
535 mOutputFormat, in initEncoder()
552 mEncoder->getOutputFormat(&mOutputFormat); in initEncoder()
554 convertMessageToMetaData(mOutputFormat, meta); in initEncoder()
881 status_t err = mEncoder->getOutputFormat(&mOutputFormat); in onMessageReceived()
[all …]
DMediaCodec.cpp1698 if (mOutputFormat->contains("hdr-static-info") in requestCpuBoostIfNeeded()
1699 && mOutputFormat->findInt32("color-format", &colorFormat) in requestCpuBoostIfNeeded()
1706 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) { in requestCpuBoostIfNeeded()
1708 } else if (mOutputFormat->findInt32("width", &width) in requestCpuBoostIfNeeded()
1709 && mOutputFormat->findInt32("height", &height)) { in requestCpuBoostIfNeeded()
2094 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived()
2105 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
2107 if (mOutputFormat->findInt32("using-sw-renderer", &usingSwRenderer) in onMessageReceived()
2139 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived()
2143 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
[all …]
DACodec.cpp935 portIndex == kPortIndexInput ? mInputFormat : mOutputFormat; in allocateBuffersOnPort()
1257 info.mData = new MediaCodecBuffer(mOutputFormat, new ABuffer(bufferSize)); in allocateOutputBuffersFromNativeWindow()
1330 info.mData = new MediaCodecBuffer(mOutputFormat, new ABuffer(bufferSize)); in allocateOutputMetadataBuffers()
2322 mOutputFormat = outputFormat; in configureCodec()
2338 (void)mOutputFormat->findInt32("pcm-encoding", (int32_t*)&codecPcmEncoding); in configureCodec()
2343 mOutputFormat->setInt32("pcm-encoding", pcmEncoding); in configureCodec()
2623 if (outputFormat.get() == mOutputFormat.get()) { in configureTemporalLayers()
2624 mOutputFormat = mOutputFormat->dup(); // trigger an output format change event in configureTemporalLayers()
3732 setColorAspectsIntoFormat(aspects, mOutputFormat); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace()
3764 mInputFormat->debugString(4).c_str(), mOutputFormat->debugString(4).c_str()); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace()
[all …]
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp236 isInput ? mInputFormat : mOutputFormat, mem); in allocateBuffersOnPort()
472 mOutputFormat = new AMessage(); in onConfigureComponent()
473 mOutputFormat->setString("mime", mime.c_str()); in onConfigureComponent()
474 mOutputFormat->setInt32("stride", mStride); in onConfigureComponent()
475 mOutputFormat->setInt32("slice-height", mSliceHeight); in onConfigureComponent()
476 mOutputFormat->setInt32("color-format", mColorFormatOut); in onConfigureComponent()
477 mOutputFormat->setRect("crop", 0, 0, mStride, mSliceHeight); in onConfigureComponent()
478 mOutputFormat->setInt32("width", mWidth); in onConfigureComponent()
479 mOutputFormat->setInt32("height", mHeight); in onConfigureComponent()
481 mCallback->onComponentConfigured(mInputFormat, mOutputFormat); in onConfigureComponent()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DTrackDecoder.java48 private MediaFormat mOutputFormat; field in TrackDecoder
171 mOutputFormat = mMediaCodec.getOutputFormat(); in drainOutputBuffer()
172 Log.d(LOG_TAG, "Output format has changed to " + mOutputFormat); in drainOutputBuffer()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp276 mOutputFormat = OUTPUT_FORMAT_THREE_GPP; in setOutputFormat()
278 mOutputFormat = of; in setOutputFormat()
395 if (mOutputFormat != OUTPUT_FORMAT_MPEG_4) { in setNextOutputFile()
933 switch (mOutputFormat) { in prepareInternal()
964 ALOGE("Unsupported output file format: %d", mOutputFormat); in prepareInternal()
1006 switch (mOutputFormat) { in start()
1013 if (mOutputFormat == OUTPUT_FORMAT_WEBM) { in start()
1039 ALOGE("Unsupported output file format: %d", mOutputFormat); in start()
1179 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_AAC_ADTS); in setupAACRecording()
1191 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_OGG); in setupOggRecording()
[all …]
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp67 mOutputFormat(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED),
107 mOutputFormat = mDefaultOutputFormat;
165 (mOutputFormat != mDefaultOutputFormat || in prepareFrame()
177 mOutputFormat = mDefaultOutputFormat; in prepareFrame()
414 mOutputFormat = format; in dequeueBuffer()
638 status_t result = dequeueBuffer(SOURCE_SINK, mOutputFormat, mOutputUsage, in refreshOutputBuffer()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp64 mOutputFormat(OMX_COLOR_FormatYUV420Planar), in SoftVideoDecoderOMXComponent()
156 outDef->format.video.eColorFormat = mOutputFormat; in updatePortDefinitions()
159 int32_t bpp = (mOutputFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in updatePortDefinitions()
201 bool formatChanged = (outputFormat != mOutputFormat); in handlePortSettingsChange()
215 ALOGD("formatChanged: 0x%08x -> 0x%08x", mOutputFormat, outputFormat); in handlePortSettingsChange()
217 mOutputFormat = outputFormat; in handlePortSettingsChange()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaAdapter.h69 sp<MetaData> mOutputFormat; member
DMediaFilter.h105 sp<AMessage> mOutputFormat; member
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp997 && !config->mOutputFormat->findBuffer(KEY_HDR_STATIC_INFO, &hdrInfo)) { in configure()
998 config->mOutputFormat->setBuffer(KEY_HDR_STATIC_INFO, hdrInfo); in configure()
1007 config->mOutputFormat->setInt32(KEY_COLOR_FORMAT, format); in configure()
1016 config->mOutputFormat->setInt32("encoder-delay", delay); in configure()
1020 config->mOutputFormat->setInt32("encoder-padding", padding); in configure()
1031 config->mOutputFormat->setInt32(KEY_CHANNEL_MASK, mask); in configure()
1038 config->mOutputFormat->debugString().c_str()); in configure()
1047 mCallback->onComponentConfigured(config->mInputFormat, config->mOutputFormat); in configure()
1123 outputFormat = config->mOutputFormat; in createInputSurface()
1212 outputFormat = config->mOutputFormat; in setInputSurface()
[all …]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DToGrayFilter.java39 private MutableFrameFormat mOutputFormat; field in ToGrayFilter
DResizeFilter.java50 private MutableFrameFormat mOutputFormat; field in ResizeFilter
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java121 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4; field in MediaEncoderFilter
245 mMediaRecorder.setOutputFormat(mOutputFormat); in updateMediaRecorderParams()

12