Home
last modified time | relevance | path

Searched refs:getInputFormat (Results 1 – 17 of 17) 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/media/libmedia/include/media/
DNdkWrapper.h260 sp<AMediaFormatWrapper> getInputFormat();
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h169 status_t getInputFormat(sp<AMessage> *format) const;
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp576 if (mEncoder->getInputFormat(&inputFormat) == OK) { in initEncoder()
1033 if (mEncoder->getInputFormat(&inputFormat) == OK && in onMessageReceived()
DMediaCodec.cpp1477 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const { in getInputFormat() function in android::MediaCodec
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilter.java174 public final FrameFormat getInputFormat(String portName) { in getInputFormat() method in Filter
/frameworks/av/cmds/stagefright/
Dmediafilter.cpp193 filterState->mCodec->getInputFormat(&destFormat); in tryCopyDecodedBuffer()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp606 mData->mCodec->getInputFormat(&format); in AMediaCodec_getInputFormat()
/frameworks/av/media/libmedia/
DNdkWrapper.cpp1024 sp<AMediaFormatWrapper> AMediaCodecWrapper::getInputFormat() { in getInputFormat() function in android::AMediaCodecWrapper
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp357 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.cpp373 mInputFormat = mCodec->getInputFormat(); in onConfigure()
/frameworks/base/media/java/android/media/
DMediaCodec.java2848 public final MediaFormat getInputFormat() { in getInputFormat() method
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp406 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/config/
Dhiddenapi-public-dex.txt22223 Landroid/media/MediaCodec;->getInputFormat()Landroid/media/MediaFormat;
/frameworks/base/api/
Dcurrent.txt22967 method public android.media.MediaFormat getInputFormat();