Home
last modified time | relevance | path

Searched refs:mOutputFormat (Results 1 – 25 of 44) 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/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp306 ASSERT_FALSE(mConfig.mOutputFormat->findInt32(KEY_VENDOR_INT32, &vendorInt32)) in TEST_F()
307 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
312 ASSERT_FALSE(mConfig.mOutputFormat->findInt64(KEY_VENDOR_INT64, &vendorInt64)) in TEST_F()
313 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
318 ASSERT_FALSE(mConfig.mOutputFormat->findString(KEY_VENDOR_STRING, &vendorString)) in TEST_F()
319 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
347 ASSERT_FALSE(mConfig.mOutputFormat->findInt32(KEY_VENDOR_INT32, &vendorInt32)) in TEST_F()
348 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
353 ASSERT_TRUE(mConfig.mOutputFormat->findInt64(KEY_VENDOR_INT64, &vendorInt64)) in TEST_F()
354 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
[all …]
/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.cpp445 mOutputFormat(outputFormat), in MediaCodecSource()
495 mOutputFormat->setInt32(KEY_CREATE_INPUT_SURFACE_SUSPENDED, 1); in initEncoder()
499 CHECK(mOutputFormat->findString("mime", &outputMIME)); in initEncoder()
504 if (mOutputFormat->findString("testing-name", &name)) { in initEncoder()
511 mOutputFormat, in initEncoder()
530 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
536 mOutputFormat, in initEncoder()
553 mEncoder->getOutputFormat(&mOutputFormat); in initEncoder()
555 convertMessageToMetaData(mOutputFormat, meta); in initEncoder()
882 status_t err = mEncoder->getOutputFormat(&mOutputFormat); in onMessageReceived()
[all …]
DMediaCodec.cpp1919 if (mOutputFormat->contains("hdr-static-info") in requestCpuBoostIfNeeded()
1920 && mOutputFormat->findInt32("color-format", &colorFormat) in requestCpuBoostIfNeeded()
1927 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) { in requestCpuBoostIfNeeded()
1929 } else if (mOutputFormat->findInt32("width", &width) in requestCpuBoostIfNeeded()
1930 && mOutputFormat->findInt32("height", &height)) { in requestCpuBoostIfNeeded()
2312 CHECK(msg->findMessage("output-format", &mOutputFormat)); in onMessageReceived()
2321 (mFlags & kFlagIsEncoder) ? mOutputFormat : mInputFormat; in onMessageReceived()
2325 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
2327 if (mOutputFormat->findInt32("using-sw-renderer", &usingSwRenderer) in onMessageReceived()
2360 if (mOutputFormat->findInt32(KEY_BITRATE_MODE, &bitrate_mode)) { in onMessageReceived()
[all …]
/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.cpp296 mOutputFormat = OUTPUT_FORMAT_THREE_GPP; in setOutputFormat()
298 mOutputFormat = of; in setOutputFormat()
415 if (mOutputFormat != OUTPUT_FORMAT_MPEG_4) { in setNextOutputFile()
953 switch (mOutputFormat) { in prepareInternal()
984 ALOGE("Unsupported output file format: %d", mOutputFormat); in prepareInternal()
1026 switch (mOutputFormat) { in start()
1033 if (mOutputFormat == OUTPUT_FORMAT_WEBM) { in start()
1059 ALOGE("Unsupported output file format: %d", mOutputFormat); in start()
1225 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_AAC_ADTS); in setupAACRecording()
1237 CHECK_EQ(mOutputFormat, OUTPUT_FORMAT_OGG); in setupOggRecording()
[all …]
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp333 sp<AMessage> outputFormat = mOutputFormat->dup(); in allocateBuffersOnPort()
574 mOutputFormat = new AMessage(); in onConfigureComponent()
575 mOutputFormat->setString("mime", mime.c_str()); in onConfigureComponent()
576 mOutputFormat->setInt32("stride", mStride); in onConfigureComponent()
577 mOutputFormat->setInt32("slice-height", mSliceHeight); in onConfigureComponent()
578 mOutputFormat->setInt32("color-format", mColorFormatOut); in onConfigureComponent()
579 mOutputFormat->setRect("crop", 0, 0, mStride, mSliceHeight); in onConfigureComponent()
580 mOutputFormat->setInt32("width", mWidth); in onConfigureComponent()
581 mOutputFormat->setInt32("height", mHeight); in onConfigureComponent()
582 mOutputFormat->setInt32("using-sw-renderer", 1); in onConfigureComponent()
[all …]
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp72 mOutputFormat(HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED),
112 mOutputFormat = mDefaultOutputFormat;
170 (mOutputFormat != mDefaultOutputFormat || mOutputUsage != GRALLOC_USAGE_HW_COMPOSER)) { in prepareFrame()
181 mOutputFormat = mDefaultOutputFormat; in prepareFrame()
416 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/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/av/media/codec2/sfplugin/
DCCodec.cpp1028 && !config->mOutputFormat->findBuffer(KEY_HDR_STATIC_INFO, &hdrInfo)) { in configure()
1029 config->mOutputFormat->setBuffer(KEY_HDR_STATIC_INFO, hdrInfo); in configure()
1038 config->mOutputFormat->setInt32(KEY_COLOR_FORMAT, format); in configure()
1047 config->mOutputFormat->setInt32("encoder-delay", delay); in configure()
1051 config->mOutputFormat->setInt32("encoder-padding", padding); in configure()
1062 config->mOutputFormat->setInt32(KEY_CHANNEL_MASK, mask); in configure()
1069 config->mOutputFormat->debugString().c_str()); in configure()
1079 mCallback->onComponentConfigured(config->mInputFormat, config->mOutputFormat); in configure()
1154 outputFormat = config->mOutputFormat; in createInputSurface()
1245 outputFormat = config->mOutputFormat; in setInputSurface()
[all …]
/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