Searched defs:inputFormat (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/media/libstagefright/codecs/on2/dec/ |
H A D | VPXDecoder.cpp | 45 sp<MetaData> inputFormat = source->getFormat(); local 47 CHECK(inputFormat->findCString(kKeyMIMEType, &mime)); 50 CHECK(inputFormat->findInt32(kKeyWidth, &mWidth)); 51 CHECK(inputFormat->findInt32(kKeyHeight, &mHeight)); 63 if (inputFormat->findInt64(kKeyDuration, &durationUs)) {
|
/frameworks/base/media/libstagefright/ |
H A D | OMXCodec.cpp | 3461 void OMXCodec::initOutputFormat(const sp<MetaData> &inputFormat) { argument 3466 if (inputFormat->findInt32(kKeyTimeScale, &timeScale)) { 3510 inputFormat->findInt32(kKeyChannelCount, &numChannels); 3511 inputFormat->findInt32(kKeySampleRate, &sampleRate); 3563 inputFormat->findInt32(kKeyChannelCount, &numChannels); 3564 inputFormat->findInt32(kKeySampleRate, &sampleRate); 3565 inputFormat->findInt32(kKeyBitRate, &bitRate);
|
Completed in 42 milliseconds