/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | ImageCombineFilter.java | 72 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch() 74 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch()
|
D | ToGrayFilter.java | 69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram()
|
/frameworks/av/camera/include/camera/camera2/ |
D | SessionConfiguration.h | 39 int getInputFormat() const { return mInputFormat; } in getInputFormat() function
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | MediaCodec_sanity_test.cpp | 122 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/ |
D | NdkWrapper.h | 260 sp<AMediaFormatWrapper> getInputFormat();
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
D | Encoder.java | 140 MediaFormat format = mCodec.getInputFormat(); in encode()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 593 if (mEncoder->getInputFormat(&inputFormat) == OK) { in initEncoder() 1083 if (mEncoder->getInputFormat(&inputFormat) == OK && in onMessageReceived()
|
D | MediaCodec.cpp | 2876 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const { in getInputFormat() function in android::MediaCodec
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtils.cpp | 595 (sessionConfiguration.getInputFormat() > 0); in convertToHALStreamCombination() 613 sessionConfiguration.getInputFormat()); in convertToHALStreamCombination()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | Filter.java | 174 public final FrameFormat getInputFormat(String portName) { in getInputFormat() method in Filter
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodec.h | 239 status_t getInputFormat(sp<AMessage> *format) const;
|
/frameworks/av/cmds/stagefright/ |
D | mediafilter.cpp | 193 filterState->mCodec->getInputFormat(&destFormat); in tryCopyDecodedBuffer()
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 774 mData->mCodec->getInputFormat(&format); in AMediaCodec_getInputFormat()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 363 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 3733 public final MediaFormat getInputFormat() { in getInputFormat() method
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 491 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg); in getFormat()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14490 method public final android.media.MediaFormat getInputFormat();
|
/frameworks/base/core/api/ |
D | current.txt | 21217 method @NonNull public android.media.MediaFormat getInputFormat();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 15121 Landroid/filterfw/core/Filter;->getInputFormat(Ljava/lang/String;)Landroid/filterfw/core/FrameForma…
|