Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. frameworks/av/media/libstagefright/ExtendedUtils.cpp: In static member function 'static android::sp<android::MetaData> android::ExtendedUtils::updatePCMFormatAndBitwidth(android::sp<android::MediaSource>&, bool)':
  2. frameworks/av/media/libstagefright/ExtendedUtils.cpp:949:28: error: 'kKeyPcmFormat' was not declared in this scope
  3. tempMetadata->setInt32(kKeyPcmFormat, AUDIO_FORMAT_PCM_16_BIT);
  4. ^
  5. frameworks/av/media/libstagefright/ExtendedUtils.cpp: In static member function 'static int32_t android::ExtendedUtils::getPCMFormat(const android::sp<android::MetaData>&)':
  6. frameworks/av/media/libstagefright/ExtendedUtils.cpp:1083:25: error: 'kKeyPcmFormat' was not declared in this scope
  7. meta->findInt32(kKeyPcmFormat, &pcmFormat);
  8. ^
  9. frameworks/av/media/libstagefright/ExtendedUtils.cpp: In static member function 'static void android::ExtendedUtils::setKeyPCMFormat(const android::sp<android::MetaData>&, int32_t)':
  10. frameworks/av/media/libstagefright/ExtendedUtils.cpp:1090:24: error: 'kKeyPcmFormat' was not declared in this scope
  11. meta->setInt32(kKeyPcmFormat, pcmFormat);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement