Home
last modified time | relevance | path

Searched refs:getInputFormat (Results 1 – 19 of 19) 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/include/camera/camera2/
DSessionConfiguration.h39 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/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.java140 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.cpp2876 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const { in getInputFormat() function in android::MediaCodec
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp595 (sessionConfiguration.getInputFormat() > 0); in convertToHALStreamCombination()
613 sessionConfiguration.getInputFormat()); in convertToHALStreamCombination()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilter.java174 public final FrameFormat getInputFormat(String portName) { in getInputFormat() method in Filter
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h239 status_t getInputFormat(sp<AMessage> *format) const;
/frameworks/av/cmds/stagefright/
Dmediafilter.cpp193 filterState->mCodec->getInputFormat(&destFormat); in tryCopyDecodedBuffer()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp774 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/java/android/media/
DMediaCodec.java3733 public final MediaFormat getInputFormat() { in getInputFormat() method
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp491 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg); in getFormat()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14490 method public final android.media.MediaFormat getInputFormat();
/frameworks/base/core/api/
Dcurrent.txt21217 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…