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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h66 sp<AMessage> mInputFormat; member in struct:android::NuPlayer::Decoder
H A DNuPlayerDecoder.cpp299 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat));
983 if (!mInputFormat->findInt32(keys[i], &oldVal) ||
991 if (mInputFormat->findBuffer("csd-0", &oldBuf) &&
1003 if (mInputFormat == NULL) {
1012 if (!mInputFormat->findString("mime", &oldMime)
1025 mInputFormat->findInt32("adaptive-playback", &isAdaptive) &&
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp525 mInputFormat = new AMessage();
526 mInputFormat->setString("mime", mime.c_str());
527 mInputFormat->setInt32("stride", mStride);
528 mInputFormat->setInt32("slice-height", mSliceHeight);
529 mInputFormat->setInt32("color-format", mColorFormatIn);
530 mInputFormat->setRect("crop", 0, 0, mStride, mSliceHeight);
531 mInputFormat->setInt32("width", mWidth);
532 mInputFormat->setInt32("height", mHeight);
546 notify->setMessage("input-format", mInputFormat);
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h125 sp<AMessage> mInputFormat; member in struct:android::MediaFilter
H A DMediaCodec.h303 sp<AMessage> mInputFormat; member in struct:android::MediaCodec
H A DACodec.h256 sp<AMessage> mInputFormat; member in struct:android::ACodec
/frameworks/av/services/audioflinger/
H A DBufferProviders.h146 const audio_format_t mInputFormat; member in class:android::ReformatBufferProvider
H A DBufferProviders.cpp312 mInputFormat(inputFormat),
321 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannelCount);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1267 CHECK(msg->findMessage("input-format", &mInputFormat));
1271 mInputFormat->debugString(4).c_str(),
1291 CHECK(msg->findMessage("input-format", &mInputFormat));
1295 mInputFormat->debugString(4).c_str(),
2203 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat);
2334 mInputFormat.clear();
2418 (portIndex == kPortIndexInput) ? mInputFormat : mOutputFormat;
H A DACodec.cpp2299 mInputFormat = inputFormat;
2308 (void)mInputFormat->findInt32("pcm-encoding", (int32_t*)&codecPcmEncoding);
2311 mInputFormat->setInt32("pcm-encoding", pcmEncoding);
3468 if (mInputFormat->findInt32("width", &width) && mInputFormat->findInt32("height", &height)) {
3471 setColorAspectsIntoFormat(aspects, mInputFormat);
3493 mInputFormat->setInt32("android._dataspace", (int32_t)*dataSpace);
3494 mInputFormat->setBuffer(
3500 (void)getInputColorAspectsForVideoEncoder(mInputFormat);
3504 mInputFormat
[all...]

Completed in 886 milliseconds