diparthshah

cm13

Oct 23rd, 2015
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setMPEG4Format(AVCodecContext*)':
  2. external/stagefright-plugins/utils/codec_utils.cpp:157:24: error: 'kKeyDivXVersion' was not declared in this scope
  3. meta->setInt32(kKeyDivXVersion, divxVersion);
  4. ^
  5. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setVC1Format(AVCodecContext*)':
  6. external/stagefright-plugins/utils/codec_utils.cpp:194:36: error: 'MEDIA_MIMETYPE_VIDEO_VC1' was not declared in this scope
  7. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_VC1);
  8. ^
  9. external/stagefright-plugins/utils/codec_utils.cpp:195:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  10. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  11. ^
  12. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setWMV1Format(AVCodecContext*)':
  13. external/stagefright-plugins/utils/codec_utils.cpp:206:20: error: 'kKeyWMVVersion' was not declared in this scope
  14. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_7);
  15. ^
  16. external/stagefright-plugins/utils/codec_utils.cpp:206:36: error: 'kTypeWMVVer_7' was not declared in this scope
  17. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_7);
  18. ^
  19. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setWMV2Format(AVCodecContext*)':
  20. external/stagefright-plugins/utils/codec_utils.cpp:217:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  21. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  22. ^
  23. external/stagefright-plugins/utils/codec_utils.cpp:218:20: error: 'kKeyWMVVersion' was not declared in this scope
  24. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_8);
  25. ^
  26. external/stagefright-plugins/utils/codec_utils.cpp:218:36: error: 'kTypeWMVVer_8' was not declared in this scope
  27. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_8);
  28. ^
  29. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setWMV3Format(AVCodecContext*)':
  30. external/stagefright-plugins/utils/codec_utils.cpp:229:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  31. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  32. ^
  33. external/stagefright-plugins/utils/codec_utils.cpp:230:20: error: 'kKeyWMVVersion' was not declared in this scope
  34. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_9);
  35. ^
  36. external/stagefright-plugins/utils/codec_utils.cpp:230:36: error: 'kTypeWMVVer_9' was not declared in this scope
  37. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_9);
  38. ^
  39. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setRV20Format(AVCodecContext*)':
  40. external/stagefright-plugins/utils/codec_utils.cpp:240:36: error: 'MEDIA_MIMETYPE_VIDEO_RV' was not declared in this scope
  41. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RV);
  42. ^
  43. external/stagefright-plugins/utils/codec_utils.cpp:241:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  44. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  45. ^
  46. external/stagefright-plugins/utils/codec_utils.cpp:242:20: error: 'kKeyRVVersion' was not declared in this scope
  47. meta->setInt32(kKeyRVVersion, kTypeRVVer_G2); //http://en.wikipedia.org/wiki/RealVide
  48. ^
  49. external/stagefright-plugins/utils/codec_utils.cpp:242:35: error: 'kTypeRVVer_G2' was not declared in this scope
  50. meta->setInt32(kKeyRVVersion, kTypeRVVer_G2); //http://en.wikipedia.org/wiki/RealVide
  51. ^
  52. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setRV30Format(AVCodecContext*)':
  53. external/stagefright-plugins/utils/codec_utils.cpp:252:36: error: 'MEDIA_MIMETYPE_VIDEO_RV' was not declared in this scope
  54. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RV);
  55. ^
  56. external/stagefright-plugins/utils/codec_utils.cpp:253:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  57. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  58. ^
  59. external/stagefright-plugins/utils/codec_utils.cpp:254:20: error: 'kKeyRVVersion' was not declared in this scope
  60. meta->setInt32(kKeyRVVersion, kTypeRVVer_8); //http://en.wikipedia.org/wiki/RealVide
  61. ^
  62. external/stagefright-plugins/utils/codec_utils.cpp:254:35: error: 'kTypeRVVer_8' was not declared in this scope
  63. meta->setInt32(kKeyRVVersion, kTypeRVVer_8); //http://en.wikipedia.org/wiki/RealVide
  64. ^
  65. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setRV40Format(AVCodecContext*)':
  66. external/stagefright-plugins/utils/codec_utils.cpp:264:36: error: 'MEDIA_MIMETYPE_VIDEO_RV' was not declared in this scope
  67. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RV);
  68. ^
  69. external/stagefright-plugins/utils/codec_utils.cpp:265:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  70. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  71. ^
  72. external/stagefright-plugins/utils/codec_utils.cpp:266:20: error: 'kKeyRVVersion' was not declared in this scope
  73. meta->setInt32(kKeyRVVersion, kTypeRVVer_9); //http://en.wikipedia.org/wiki/RealVide
  74. ^
  75. external/stagefright-plugins/utils/codec_utils.cpp:266:35: error: 'kTypeRVVer_9' was not declared in this scope
  76. meta->setInt32(kKeyRVVersion, kTypeRVVer_9); //http://en.wikipedia.org/wiki/RealVide
  77. ^
  78. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setFLV1Format(AVCodecContext*)':
  79. external/stagefright-plugins/utils/codec_utils.cpp:276:36: error: 'MEDIA_MIMETYPE_VIDEO_FLV1' was not declared in this scope
  80. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_FLV1);
  81. ^
  82. external/stagefright-plugins/utils/codec_utils.cpp:277:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  83. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  84. ^
  85. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setWMAV1Format(AVCodecContext*)':
  86. external/stagefright-plugins/utils/codec_utils.cpp:406:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  87. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  88. ^
  89. external/stagefright-plugins/utils/codec_utils.cpp:407:20: error: 'kKeyWMAVersion' was not declared in this scope
  90. meta->setInt32(kKeyWMAVersion, kTypeWMA); //FIXME version?
  91. ^
  92. external/stagefright-plugins/utils/codec_utils.cpp:407:36: error: 'kTypeWMA' was not declared in this scope
  93. meta->setInt32(kKeyWMAVersion, kTypeWMA); //FIXME version?
  94. ^
  95. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setWMAV2Format(AVCodecContext*)':
  96. external/stagefright-plugins/utils/codec_utils.cpp:418:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  97. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  98. ^
  99. external/stagefright-plugins/utils/codec_utils.cpp:419:20: error: 'kKeyWMAVersion' was not declared in this scope
  100. meta->setInt32(kKeyWMAVersion, kTypeWMA);
  101. ^
  102. external/stagefright-plugins/utils/codec_utils.cpp:419:36: error: 'kTypeWMA' was not declared in this scope
  103. meta->setInt32(kKeyWMAVersion, kTypeWMA);
  104. ^
  105. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setWMAProFormat(AVCodecContext*)':
  106. external/stagefright-plugins/utils/codec_utils.cpp:430:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  107. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  108. ^
  109. external/stagefright-plugins/utils/codec_utils.cpp:431:20: error: 'kKeyWMAVersion' was not declared in this scope
  110. meta->setInt32(kKeyWMAVersion, kTypeWMAPro);
  111. ^
  112. external/stagefright-plugins/utils/codec_utils.cpp:431:36: error: 'kTypeWMAPro' was not declared in this scope
  113. meta->setInt32(kKeyWMAVersion, kTypeWMAPro);
  114. ^
  115. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setWMALossLessFormat(AVCodecContext*)':
  116. external/stagefright-plugins/utils/codec_utils.cpp:442:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  117. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  118. ^
  119. external/stagefright-plugins/utils/codec_utils.cpp:443:20: error: 'kKeyWMAVersion' was not declared in this scope
  120. meta->setInt32(kKeyWMAVersion, kTypeWMALossLess);
  121. ^
  122. external/stagefright-plugins/utils/codec_utils.cpp:443:36: error: 'kTypeWMALossLess' was not declared in this scope
  123. meta->setInt32(kKeyWMAVersion, kTypeWMALossLess);
  124. ^
  125. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setRAFormat(AVCodecContext*)':
  126. external/stagefright-plugins/utils/codec_utils.cpp:453:36: error: 'MEDIA_MIMETYPE_AUDIO_RA' was not declared in this scope
  127. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_RA);
  128. ^
  129. external/stagefright-plugins/utils/codec_utils.cpp:454:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  130. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  131. ^
  132. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setAPEFormat(AVCodecContext*)':
  133. external/stagefright-plugins/utils/codec_utils.cpp:465:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  134. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  135. ^
  136. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setDTSFormat(AVCodecContext*)':
  137. external/stagefright-plugins/utils/codec_utils.cpp:476:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  138. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  139. ^
  140. external/stagefright-plugins/utils/codec_utils.cpp: In function 'android::sp<android::MetaData> android::setFLACFormat(AVCodecContext*)':
  141. external/stagefright-plugins/utils/codec_utils.cpp:487:19: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  142. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  143. ^
  144. external/stagefright-plugins/utils/codec_utils.cpp: In function 'int android::getDivXVersion(AVCodecContext*)':
  145. external/stagefright-plugins/utils/codec_utils.cpp:534:16: error: 'kTypeDivXVer_3_11' was not declared in this scope
  146. return kTypeDivXVer_3_11;
  147. ^
  148. external/stagefright-plugins/utils/codec_utils.cpp:538:16: error: 'kTypeDivXVer_4' was not declared in this scope
  149. return kTypeDivXVer_4;
  150. ^
  151. external/stagefright-plugins/utils/codec_utils.cpp:542:16: error: 'kTypeDivXVer_5' was not declared in this scope
  152. return kTypeDivXVer_5;
  153. ^
Advertisement
Add Comment
Please, Sign In to add comment