Searched refs:mInputFormat (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/filters/ |
D | MediaFilter.cpp | 525 mInputFormat = new AMessage(); in onConfigureComponent() 526 mInputFormat->setString("mime", mime.c_str()); in onConfigureComponent() 527 mInputFormat->setInt32("stride", mStride); in onConfigureComponent() 528 mInputFormat->setInt32("slice-height", mSliceHeight); in onConfigureComponent() 529 mInputFormat->setInt32("color-format", mColorFormatIn); in onConfigureComponent() 530 mInputFormat->setRect("crop", 0, 0, mStride, mSliceHeight); in onConfigureComponent() 531 mInputFormat->setInt32("width", mWidth); in onConfigureComponent() 532 mInputFormat->setInt32("height", mHeight); in onConfigureComponent() 546 notify->setMessage("input-format", mInputFormat); in onConfigureComponent()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 299 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure() 983 if (!mInputFormat->findInt32(keys[i], &oldVal) || in supportsSeamlessAudioFormatChange() 991 if (mInputFormat->findBuffer("csd-0", &oldBuf) && in supportsSeamlessAudioFormatChange() 1003 if (mInputFormat == NULL) { in supportsSeamlessFormatChange() 1012 if (!mInputFormat->findString("mime", &oldMime) in supportsSeamlessFormatChange() 1025 mInputFormat->findInt32("adaptive-playback", &isAdaptive) && in supportsSeamlessFormatChange()
|
D | NuPlayerDecoder.h | 66 sp<AMessage> mInputFormat; member
|
/frameworks/av/services/audioflinger/ |
D | BufferProviders.h | 146 const audio_format_t mInputFormat; variable
|
D | BufferProviders.cpp | 312 mInputFormat(inputFormat), in ReformatBufferProvider() 321 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannelCount); in copyFrames()
|
/frameworks/av/include/media/stagefright/ |
D | MediaFilter.h | 125 sp<AMessage> mInputFormat; member
|
D | MediaCodec.h | 303 sp<AMessage> mInputFormat; member
|
D | ACodec.h | 256 sp<AMessage> mInputFormat; member
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 1267 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 1271 mInputFormat->debugString(4).c_str(), in onMessageReceived() 1291 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 1295 mInputFormat->debugString(4).c_str(), in onMessageReceived() 2203 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat); in onMessageReceived() 2334 mInputFormat.clear(); in setState() 2418 (portIndex == kPortIndexInput) ? mInputFormat : mOutputFormat; in updateBuffers()
|
D | ACodec.cpp | 2299 mInputFormat = inputFormat; in configureCodec() 2308 (void)mInputFormat->findInt32("pcm-encoding", (int32_t*)&codecPcmEncoding); in configureCodec() 2311 mInputFormat->setInt32("pcm-encoding", pcmEncoding); in configureCodec() 3468 if (mInputFormat->findInt32("width", &width) && mInputFormat->findInt32("height", &height)) { in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3471 setColorAspectsIntoFormat(aspects, mInputFormat); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3493 mInputFormat->setInt32("android._dataspace", (int32_t)*dataSpace); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3494 mInputFormat->setBuffer( in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3500 (void)getInputColorAspectsForVideoEncoder(mInputFormat); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3504 mInputFormat->debugString(4).c_str(), mOutputFormat->debugString(4).c_str()); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 6479 mCodec->mInputFormat.clear(); in stateEntered() [all …]
|