Searched refs:getInputFormat (Results 1 – 17 of 17) sorted by relevance
72 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch()74 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch()
69 int inputChannels = getInputFormat("image").getBytesPerSample(); in getShaderProgram()
260 sp<AMediaFormatWrapper> getInputFormat();
169 status_t getInputFormat(sp<AMessage> *format) const;
576 if (mEncoder->getInputFormat(&inputFormat) == OK) { in initEncoder()1033 if (mEncoder->getInputFormat(&inputFormat) == OK && in onMessageReceived()
1477 status_t MediaCodec::getInputFormat(sp<AMessage> *format) const { in getInputFormat() function in android::MediaCodec
174 public final FrameFormat getInputFormat(String portName) { in getInputFormat() method in Filter
193 filterState->mCodec->getInputFormat(&destFormat); in tryCopyDecodedBuffer()
606 mData->mCodec->getInputFormat(&format); in AMediaCodec_getInputFormat()
1024 sp<AMediaFormatWrapper> AMediaCodecWrapper::getInputFormat() { in getInputFormat() function in android::AMediaCodecWrapper
357 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure()
373 mInputFormat = mCodec->getInputFormat(); in onConfigure()
2848 public final MediaFormat getInputFormat() { in getInputFormat() method
406 err = input ? mCodec->getInputFormat(&msg) : mCodec->getOutputFormat(&msg); in getFormat()
14490 method public final android.media.MediaFormat getInputFormat();
22223 Landroid/media/MediaCodec;->getInputFormat()Landroid/media/MediaFormat;
22967 method public android.media.MediaFormat getInputFormat();