Searched refs:mInputFormat (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h62 sp<AMessage> mInputFormat; member in struct:android::NuPlayer::Decoder
H A DNuPlayerDecoder.cpp187 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat));
826 if (!mInputFormat->findInt32(keys[i], &oldVal) ||
834 if (mInputFormat->findBuffer("csd-0", &oldBuf) &&
846 if (mInputFormat == NULL) {
855 if (!mInputFormat->findString("mime", &oldMime)
868 mInputFormat->findInt32("adaptive-playback", &isAdaptive) &&
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h231 sp<AMessage> mInputFormat; member in struct:android::MediaCodec
H A DACodec.h184 sp<AMessage> mInputFormat; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp894 CHECK(msg->findMessage("input-format", &mInputFormat));
1636 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat);
1764 mInputFormat.clear();
1842 (portIndex == kPortIndexInput) ? mInputFormat : mOutputFormat;
H A DACodec.cpp1679 mInputFormat = inputFormat;
4955 mCodec->mInputFormat.clear();
5064 notify->setMessage("input-format", mCodec->mInputFormat);
/frameworks/av/services/audioflinger/
H A DAudioMixer.h359 const audio_format_t mInputFormat; member in class:android::AudioMixer::ReformatBufferProvider
H A DAudioMixer.cpp365 mInputFormat(inputFormat),
373 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannels);

Completed in 520 milliseconds