Searched refs:mInputFormat (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/filters/ |
D | MediaFilter.cpp | 236 isInput ? mInputFormat : mOutputFormat, mem); in allocateBuffersOnPort() 463 mInputFormat = new AMessage(); in onConfigureComponent() 464 mInputFormat->setString("mime", mime.c_str()); in onConfigureComponent() 465 mInputFormat->setInt32("stride", mStride); in onConfigureComponent() 466 mInputFormat->setInt32("slice-height", mSliceHeight); in onConfigureComponent() 467 mInputFormat->setInt32("color-format", mColorFormatIn); in onConfigureComponent() 468 mInputFormat->setRect("crop", 0, 0, mStride, mSliceHeight); in onConfigureComponent() 469 mInputFormat->setInt32("width", mWidth); in onConfigureComponent() 470 mInputFormat->setInt32("height", mHeight); in onConfigureComponent() 481 mCallback->onComponentConfigured(mInputFormat, mOutputFormat); in onConfigureComponent() [all …]
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 356 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat)); in onConfigure() 1170 if (!mInputFormat->findInt32(keys[i], &oldVal) || in supportsSeamlessAudioFormatChange() 1178 if (mInputFormat->findBuffer("csd-0", &oldBuf) && in supportsSeamlessAudioFormatChange() 1190 if (mInputFormat == NULL) { in supportsSeamlessFormatChange() 1199 if (!mInputFormat->findString("mime", &oldMime) in supportsSeamlessFormatChange() 1212 mInputFormat->findInt32("adaptive-playback", &isAdaptive) && in supportsSeamlessFormatChange()
|
D | NuPlayerDecoder.h | 76 sp<AMessage> mInputFormat; member
|
/frameworks/av/media/libstagefright/include/ |
D | MediaFilter.h | 104 sp<AMessage> mInputFormat; member
|
D | MediaCodec.h | 321 sp<AMessage> mInputFormat; member
|
D | ACodec.h | 255 sp<AMessage> mInputFormat; member
|
/frameworks/av/media/libmedia/include/media/ |
D | BufferProviders.h | 160 const audio_format_t mInputFormat; variable
|
/frameworks/av/include/media/ |
D | BufferProviders.h | 160 const audio_format_t mInputFormat; variable
|
/frameworks/av/media/libaudioprocessing/ |
D | BufferProviders.cpp | 367 mInputFormat(inputFormat), in ReformatBufferProvider() 376 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannelCount); in copyFrames()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 1581 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 1585 mInputFormat->debugString(4).c_str(), in onMessageReceived() 1605 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 1609 mInputFormat->debugString(4).c_str(), in onMessageReceived() 1627 CHECK(msg->findMessage("input-format", &mInputFormat)); in onMessageReceived() 2487 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat); in onMessageReceived() 2631 mInputFormat.clear(); in setState()
|
D | ACodec.cpp | 917 portIndex == kPortIndexInput ? mInputFormat : mOutputFormat; in allocateBuffersOnPort() 2290 mInputFormat = inputFormat; in configureCodec() 2299 (void)mInputFormat->findInt32("pcm-encoding", (int32_t*)&codecPcmEncoding); in configureCodec() 2302 mInputFormat->setInt32("pcm-encoding", pcmEncoding); in configureCodec() 3613 if (mInputFormat->findInt32("width", &width) && mInputFormat->findInt32("height", &height)) { in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3616 setColorAspectsIntoFormat(aspects, mInputFormat); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3638 mInputFormat->setInt32("android._dataspace", (int32_t)*dataSpace); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3639 mInputFormat->setBuffer( in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3645 (void)getInputColorAspectsForVideoEncoder(mInputFormat); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() 3649 mInputFormat->debugString(4).c_str(), mOutputFormat->debugString(4).c_str()); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace() [all …]
|