Home
last modified time | relevance | path

Searched refs:getInputFormat (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageCombineFilter.java72 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch()
74 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch()
H A DToGrayFilter.java69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram()
/aosp12/frameworks/av/camera/include/camera/camera2/
H A DSessionConfiguration.h39 int getInputFormat() const { return mInputFormat; } in getInputFormat() function
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DMediaCodec_sanity_test.cpp122 EXPECT_EQ(codec->getInputFormat(&ifmt), OK); in TEST_P()
151 EXPECT_EQ(codec->getInputFormat(&ifmt), OK); in TEST_P()
180 EXPECT_EQ(codec->getInputFormat(&ifmt), OK); in TEST_P()
/aosp12/frameworks/av/media/libmedia/include/media/
H A DNdkWrapper.h260 sp<AMediaFormatWrapper> getInputFormat();
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DEncoder.java140 MediaFormat format = mCodec.getInputFormat(); in encode()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtils.cpp574 (sessionConfiguration.getInputFormat() > 0); in convertToHALStreamCombination()
590 Camera3Device::mapToPixelFormat(sessionConfiguration.getInputFormat()), in convertToHALStreamCombination()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp593 if (mEncoder->getInputFormat(&inputFormat) == OK) { in initEncoder()
1076 if (mEncoder->getInputFormat(&inputFormat) == OK && in onMessageReceived()
H A DMediaCodec.cpp2605 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const { in getInputFormat() function in android::MediaCodec
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java174 public final FrameFormat getInputFormat(String portName) { in getInputFormat() method in Filter
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h231 status_t getInputFormat(sp<AMessage> *format) const;
/aosp12/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp193 filterState->mCodec->getInputFormat(&destFormat); in tryCopyDecodedBuffer()
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp652 mData->mCodec->getInputFormat(&format); in AMediaCodec_getInputFormat()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp364 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodec.java3696 public final MediaFormat getInputFormat() { in getInputFormat() method
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp489 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg); in getFormat()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt21553 method @NonNull public android.media.MediaFormat getInputFormat();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt14490 method public final android.media.MediaFormat getInputFormat();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17999 Landroid/filterfw/core/Filter;->getInputFormat(Ljava/lang/String;)Landroid/filterfw/core/FrameForma…