Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DImageCombineFilter.java72 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch()
74 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch()
DToGrayFilter.java69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram()
/frameworks/av/camera/tests/fuzzer/
Dcamera_c2SessionConfiguration_fuzzer.cpp47 sessionConfiguration->getInputFormat(); in LLVMFuzzerTestOneInput()
/frameworks/av/camera/include/camera/camera2/
DSessionConfiguration.h40 int getInputFormat() const { return mInputFormat; } in getInputFormat() function
/frameworks/av/media/codec2/sfplugin/tests/
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()
/frameworks/base/media/java/android/media/
DLoudnessCodecController.java358 final MediaFormat inputFormat = mediaCodec.getInputFormat(); in getCodecInfo()
DMediaCodec.java4218 public final MediaFormat getInputFormat() { in getInputFormat() method
/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h260 sp<AMediaFormatWrapper> getInputFormat();
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DEncoder.java220 MediaFormat format = mCodec.getInputFormat(); in encode()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp593 if (mEncoder->getInputFormat(&inputFormat) == OK) { in initEncoder()
1083 if (mEncoder->getInputFormat(&inputFormat) == OK && in onMessageReceived()
DMediaCodec.cpp3523 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const { in getInputFormat() function in android::MediaCodec
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilter.java172 public final FrameFormat getInputFormat(String portName) { in getInputFormat() method in Filter
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp782 (sessionConfiguration.getInputFormat() > 0); in convertToHALStreamCombination()
800 sessionConfiguration.getInputFormat()); in convertToHALStreamCombination()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h267 status_t getInputFormat(sp<AMessage> *format) const;
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp778 mData->mCodec->getInputFormat(&format); in AMediaCodec_getInputFormat()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp363 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp549 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg); in getFormat()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14490 method public final android.media.MediaFormat getInputFormat();
/frameworks/base/core/api/
Dcurrent.txt22577 method @NonNull public android.media.MediaFormat getInputFormat();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt15121 Landroid/filterfw/core/Filter;->getInputFormat(Ljava/lang/String;)Landroid/filterfw/core/FrameForma…