/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
H A D | ImageCombineFilter.java | 72 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch() 74 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch()
|
H A D | ToGrayFilter.java | 69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram()
|
/aosp12/frameworks/av/camera/include/camera/camera2/ |
H A D | SessionConfiguration.h | 39 int getInputFormat() const { return mInputFormat; } in getInputFormat() function
|
/aosp12/frameworks/av/media/codec2/sfplugin/tests/ |
H A 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()
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | NdkWrapper.h | 260 sp<AMediaFormatWrapper> getInputFormat();
|
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
H A D | Encoder.java | 140 MediaFormat format = mCodec.getInputFormat(); in encode()
|
/aosp12/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | SessionConfigurationUtils.cpp | 574 (sessionConfiguration.getInputFormat() > 0); in convertToHALStreamCombination() 590 Camera3Device::mapToPixelFormat(sessionConfiguration.getInputFormat()), in convertToHALStreamCombination()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaCodecSource.cpp | 593 if (mEncoder->getInputFormat(&inputFormat) == OK) { in initEncoder() 1076 if (mEncoder->getInputFormat(&inputFormat) == OK && in onMessageReceived()
|
H A D | MediaCodec.cpp | 2605 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 D | Filter.java | 174 public final FrameFormat getInputFormat(String portName) { in getInputFormat() method in Filter
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | MediaCodec.h | 231 status_t getInputFormat(sp<AMessage> *format) const;
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | mediafilter.cpp | 193 filterState->mCodec->getInputFormat(&destFormat); in tryCopyDecodedBuffer()
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkMediaCodec.cpp | 652 mData->mCodec->getInputFormat(&format); in AMediaCodec_getInputFormat()
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayerDecoder.cpp | 364 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaCodec.java | 3696 public final MediaFormat getInputFormat() { in getInputFormat() method
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaCodec.cpp | 489 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg); in getFormat()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 21553 method @NonNull public android.media.MediaFormat getInputFormat();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 14490 method public final android.media.MediaFormat getInputFormat();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 17999 Landroid/filterfw/core/Filter;->getInputFormat(Ljava/lang/String;)Landroid/filterfw/core/FrameForma…
|