Advertisement
djmatt604

Untitled

Nov 25th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.62 KB | None | 0 0
  1. frameworks/av/media/libstagefright/ExtendedCodec.cpp:73:5: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  2. {kKeyRawCodecSpecificData , "raw-codec-specific-data", CSD},
  3. ^
  4. frameworks/av/media/libstagefright/ExtendedCodec.cpp:74:5: error: 'kKeyDivXVersion' was not declared in this scope
  5. {kKeyDivXVersion , "divx-version" , INT32}, // int32_t
  6. ^
  7. frameworks/av/media/libstagefright/ExtendedCodec.cpp:75:5: error: 'kKeyDivXDrm' was not declared in this scope
  8. {kKeyDivXDrm , "divx-drm" , DATA}, // void *
  9. ^
  10. frameworks/av/media/libstagefright/ExtendedCodec.cpp:76:5: error: 'kKeyWMAEncodeOpt' was not declared in this scope
  11. {kKeyWMAEncodeOpt , "wma-encode-opt" , INT32}, // int32_t
  12. ^
  13. frameworks/av/media/libstagefright/ExtendedCodec.cpp:77:5: error: 'kKeyWMABlockAlign' was not declared in this scope
  14. {kKeyWMABlockAlign , "wma-block-align" , INT32}, // int32_t
  15. ^
  16. frameworks/av/media/libstagefright/ExtendedCodec.cpp:78:5: error: 'kKeyWMAVersion' was not declared in this scope
  17. {kKeyWMAVersion , "wma-version" , INT32}, // int32_t
  18. ^
  19. frameworks/av/media/libstagefright/ExtendedCodec.cpp:79:5: error: 'kKeyWMAAdvEncOpt1' was not declared in this scope
  20. {kKeyWMAAdvEncOpt1 , "wma-adv-enc-opt1" , INT32}, // int16_t
  21. ^
  22. frameworks/av/media/libstagefright/ExtendedCodec.cpp:80:5: error: 'kKeyWMAAdvEncOpt2' was not declared in this scope
  23. {kKeyWMAAdvEncOpt2 , "wma-adv-enc-opt2" , INT32}, // int32_t
  24. ^
  25. frameworks/av/media/libstagefright/ExtendedCodec.cpp:81:5: error: 'kKeyWMAFormatTag' was not declared in this scope
  26. {kKeyWMAFormatTag , "wma-format-tag" , INT32}, // int32_t
  27. ^
  28. frameworks/av/media/libstagefright/ExtendedCodec.cpp:82:5: error: 'kKeyWMABitspersample' was not declared in this scope
  29. {kKeyWMABitspersample , "wma-bits-per-sample" , INT32}, // int32_t
  30. ^
  31. frameworks/av/media/libstagefright/ExtendedCodec.cpp:83:5: error: 'kKeyWMAVirPktSize' was not declared in this scope
  32. {kKeyWMAVirPktSize , "wma-vir-pkt-size" , INT32}, // int32_t
  33. ^
  34. frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static const char* android::ExtendedCodec::overrideComponentName(uint32_t, const android::sp<android::MetaData>&, const char*, bool)':
  35. frameworks/av/media/libstagefright/ExtendedCodec.cpp:204:29: error: 'kKeyWMAVersion' was not declared in this scope
  36. if ((meta->findInt32(kKeyWMAVersion, &version))) {
  37. ^
  38. frameworks/av/media/libstagefright/ExtendedCodec.cpp:205:24: error: 'kTypeWMA' was not declared in this scope
  39. if (version==kTypeWMA) {
  40. ^
  41. frameworks/av/media/libstagefright/ExtendedCodec.cpp:207:31: error: 'kTypeWMAPro' was not declared in this scope
  42. } else if (version==kTypeWMAPro) {
  43. ^
  44. frameworks/av/media/libstagefright/ExtendedCodec.cpp:209:31: error: 'kTypeWMALossLess' was not declared in this scope
  45. } else if (version==kTypeWMALossLess) {
  46. ^
  47. frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static void android::ExtendedCodec::overrideComponentName(uint32_t, const android::sp<android::AMessage>&, android::AString*, android::AString*, int32_t)':
  48. frameworks/av/media/libstagefright/ExtendedCodec.cpp:234:38: error: 'kKeyWMAVersion' was not declared in this scope
  49. if ((msg->findInt32(getMsgKey(kKeyWMAVersion), &version))) {
  50. ^
  51. frameworks/av/media/libstagefright/ExtendedCodec.cpp:235:24: error: 'kTypeWMA' was not declared in this scope
  52. if (version==kTypeWMA) {
  53. ^
  54. frameworks/av/media/libstagefright/ExtendedCodec.cpp:237:31: error: 'kTypeWMAPro' was not declared in this scope
  55. } else if (version==kTypeWMAPro) {
  56. ^
  57. frameworks/av/media/libstagefright/ExtendedCodec.cpp:239:31: error: 'kTypeWMALossLess' was not declared in this scope
  58. } else if (version==kTypeWMALossLess) {
  59. ^
  60. frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static void android::ExtendedCodec::overrideMimeType(const android::sp<android::AMessage>&, android::AString*)':
  61. frameworks/av/media/libstagefright/ExtendedCodec.cpp:260:39: error: 'kKeyWMAVersion' was not declared in this scope
  62. if ((msg->findInt32(getMsgKey(kKeyWMAVersion), &WMAVersion))) {
  63. ^
  64. frameworks/av/media/libstagefright/ExtendedCodec.cpp:261:29: error: 'kTypeWMA' was not declared in this scope
  65. if (WMAVersion==kTypeWMA) {
  66. ^
  67. frameworks/av/media/libstagefright/ExtendedCodec.cpp:263:36: error: 'kTypeWMAPro' was not declared in this scope
  68. } else if (WMAVersion==kTypeWMAPro) {
  69. ^
  70. frameworks/av/media/libstagefright/ExtendedCodec.cpp:265:36: error: 'kTypeWMALossLess' was not declared in this scope
  71. } else if (WMAVersion==kTypeWMALossLess) {
  72. ^
  73. In file included from system/core/include/cutils/log.h:1:0,
  74. from system/core/include/utils/Log.h:31,
  75. from frameworks/av/media/libstagefright/ExtendedCodec.cpp:32:
  76. frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static android::status_t android::ExtendedCodec::setDIVXFormat(const android::sp<android::AMessage>&, const char*, android::sp<android::IOMX>, android::IOMX::node_id, int)':
  77. frameworks/av/media/libstagefright/ExtendedCodec.cpp:296:40: error: 'kKeyDivXVersion' was not declared in this scope
  78. CHECK(msg->findInt32(getMsgKey(kKeyDivXVersion),&DivxVersion));
  79. ^
  80. frameworks/av/media/libstagefright/ExtendedCodec.cpp:299:28: error: 'kTypeDivXVer_4' was not declared in this scope
  81. if (DivxVersion == kTypeDivXVer_4) {
  82. ^
  83. frameworks/av/media/libstagefright/ExtendedCodec.cpp:301:35: error: 'kTypeDivXVer_5' was not declared in this scope
  84. } else if (DivxVersion == kTypeDivXVer_5) {
  85. ^
  86. frameworks/av/media/libstagefright/ExtendedCodec.cpp:303:35: error: 'kTypeDivXVer_6' was not declared in this scope
  87. } else if (DivxVersion == kTypeDivXVer_6) {
  88. ^
  89. frameworks/av/media/libstagefright/ExtendedCodec.cpp:305:35: error: 'kTypeDivXVer_3_11' was not declared in this scope
  90. } else if (DivxVersion == kTypeDivXVer_3_11 ) {
  91. ^
  92. frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static void android::ExtendedCodec::getRawCodecSpecificData(const android::sp<android::MetaData>&, const void*&, size_t&)':
  93. frameworks/av/media/libstagefright/ExtendedCodec.cpp:324:24: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  94. if (meta->findData(kKeyRawCodecSpecificData, &type, &data, &size)) {
  95. ^
  96. frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static android::sp<android::ABuffer> android::ExtendedCodec::getRawCodecSpecificData(const android::sp<android::AMessage>&)':
  97. frameworks/av/media/libstagefright/ExtendedCodec.cpp:332:35: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  98. if (msg->findBuffer(getMsgKey(kKeyRawCodecSpecificData), &buffer)) {
  99. ^
  100. frameworks/av/media/libstagefright/ExtendedCodec.cpp: At global scope:
  101. frameworks/av/media/libstagefright/ExtendedCodec.cpp:574:10: warning: unused parameter 'componentName' [-Wunused-parameter]
  102. status_t ExtendedCodec::setupHEVCEncoderParameters(
  103. ^
  104. In file included from system/core/include/cutils/log.h:1:0,
  105. from system/core/include/utils/Log.h:31,
  106. from frameworks/av/media/libstagefright/ExtendedCodec.cpp:32:
  107. frameworks/av/media/libstagefright/ExtendedCodec.cpp: In static member function 'static android::status_t android::ExtendedCodec::setWMAFormat(const android::sp<android::AMessage>&, android::sp<android::IOMX>, android::IOMX::node_id, bool)':
  108. frameworks/av/media/libstagefright/ExtendedCodec.cpp:933:40: error: 'kKeyWMAVersion' was not declared in this scope
  109. CHECK(msg->findInt32(getMsgKey(kKeyWMAVersion), &version));
  110. ^
  111. frameworks/av/media/libstagefright/ExtendedCodec.cpp:944:22: error: 'kTypeWMAPro' was not declared in this scope
  112. if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  113. ^
  114. frameworks/av/media/libstagefright/ExtendedCodec.cpp:944:46: error: 'kTypeWMALossLess' was not declared in this scope
  115. if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  116. ^
  117. In file included from system/core/include/cutils/log.h:1:0,
  118. from system/core/include/utils/Log.h:31,
  119. from frameworks/av/media/libstagefright/ExtendedCodec.cpp:32:
  120. frameworks/av/media/libstagefright/ExtendedCodec.cpp:945:44: error: 'kKeyWMABitspersample' was not declared in this scope
  121. CHECK(msg->findInt32(getMsgKey(kKeyWMABitspersample), &bitspersample));
  122. ^
  123. frameworks/av/media/libstagefright/ExtendedCodec.cpp:946:44: error: 'kKeyWMAFormatTag' was not declared in this scope
  124. CHECK(msg->findInt32(getMsgKey(kKeyWMAFormatTag), &formattag));
  125. ^
  126. frameworks/av/media/libstagefright/ExtendedCodec.cpp:947:44: error: 'kKeyWMAAdvEncOpt1' was not declared in this scope
  127. CHECK(msg->findInt32(getMsgKey(kKeyWMAAdvEncOpt1), &advencopt1));
  128. ^
  129. frameworks/av/media/libstagefright/ExtendedCodec.cpp:948:44: error: 'kKeyWMAAdvEncOpt2' was not declared in this scope
  130. CHECK(msg->findInt32(getMsgKey(kKeyWMAAdvEncOpt2), &advencopt2));
  131. ^
  132. frameworks/av/media/libstagefright/ExtendedCodec.cpp:949:44: error: 'kKeyWMAVirPktSize' was not declared in this scope
  133. CHECK(msg->findInt32(getMsgKey(kKeyWMAVirPktSize), &VirtualPktSize));
  134. ^
  135. frameworks/av/media/libstagefright/ExtendedCodec.cpp:951:22: error: 'kTypeWMA' was not declared in this scope
  136. if (version==kTypeWMA) {
  137. ^
  138. frameworks/av/media/libstagefright/ExtendedCodec.cpp:954:29: error: 'kTypeWMAPro' was not declared in this scope
  139. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  140. ^
  141. frameworks/av/media/libstagefright/ExtendedCodec.cpp:954:53: error: 'kTypeWMALossLess' was not declared in this scope
  142. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  143. ^
  144. In file included from system/core/include/cutils/log.h:1:0,
  145. from system/core/include/utils/Log.h:31,
  146. from frameworks/av/media/libstagefright/ExtendedCodec.cpp:32:
  147. frameworks/av/media/libstagefright/ExtendedCodec.cpp:961:40: error: 'kKeyWMAEncodeOpt' was not declared in this scope
  148. CHECK(msg->findInt32(getMsgKey(kKeyWMAEncodeOpt), &encodeOptions));
  149. ^
  150. frameworks/av/media/libstagefright/ExtendedCodec.cpp:962:40: error: 'kKeyWMABlockAlign' was not declared in this scope
  151. CHECK(msg->findInt32(getMsgKey(kKeyWMABlockAlign), &blockAlign));
  152. ^
  153. frameworks/av/media/libstagefright/ExtendedCodec.cpp:971:22: error: 'kTypeWMAPro' was not declared in this scope
  154. if (version==kTypeWMAPro || version==kTypeWMALossLess)
  155. ^
  156. frameworks/av/media/libstagefright/ExtendedCodec.cpp:971:46: error: 'kTypeWMALossLess' was not declared in this scope
  157. if (version==kTypeWMAPro || version==kTypeWMALossLess)
  158. ^
  159. frameworks/av/media/libstagefright/ExtendedCodec.cpp:979:22: error: 'kTypeWMA' was not declared in this scope
  160. if (version==kTypeWMA) {
  161. ^
  162. frameworks/av/media/libstagefright/ExtendedCodec.cpp:982:29: error: 'kTypeWMAPro' was not declared in this scope
  163. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  164. ^
  165. frameworks/av/media/libstagefright/ExtendedCodec.cpp:982:53: error: 'kTypeWMALossLess' was not declared in this scope
  166. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  167. ^
  168. frameworks/av/media/libstagefright/ExtendedCodec.cpp:988:22: error: 'kTypeWMA' was not declared in this scope
  169. if (version==kTypeWMA) {
  170. ^
  171. frameworks/av/media/libstagefright/ExtendedCodec.cpp:994:29: error: 'kTypeWMAPro' was not declared in this scope
  172. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  173. ^
  174. frameworks/av/media/libstagefright/ExtendedCodec.cpp:994:53: error: 'kTypeWMALossLess' was not declared in this scope
  175. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  176. ^
  177. frameworks/av/media/libstagefright/ExtendedCodec.cpp:1001:22: error: 'kTypeWMAPro' was not declared in this scope
  178. if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  179. ^
  180. frameworks/av/media/libstagefright/ExtendedCodec.cpp:1001:46: error: 'kTypeWMALossLess' was not declared in this scope
  181. if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  182. ^
  183. frameworks/av/media/libstagefright/ExtendedCodec.cpp:1008:22: error: 'kTypeWMA' was not declared in this scope
  184. if (version==kTypeWMA) {
  185. ^
  186. frameworks/av/media/libstagefright/ExtendedCodec.cpp:1011:29: error: 'kTypeWMAPro' was not declared in this scope
  187. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  188. ^
  189. frameworks/av/media/libstagefright/ExtendedCodec.cpp:1011:53: error: 'kTypeWMALossLess' was not declared in this scope
  190. } else if (version==kTypeWMAPro || version==kTypeWMALossLess) {
  191. ^
  192. make: *** [/home/djmatt604/dev/brokenpop/out/target/product/m8/obj/SHARED_LIBRARIES/libstagefright_intermediates/ExtendedCodec.o] Error 1
  193. make: *** Waiting for unfinished jobs....
  194. frameworks/av/media/libstagefright/OMXCodec.cpp: In member function 'android::status_t android::OMXCodec::configureCodec(const android::sp<android::MetaData>&)':
  195. frameworks/av/media/libstagefright/OMXCodec.cpp:684:35: error: 'kKeyRawCodecSpecificData' was not declared in this scope
  196. } else if (meta->findData(kKeyRawCodecSpecificData, &type, &data, &size)) {
  197. ^
  198. frameworks/av/media/libstagefright/OMXCodec.cpp: In member function 'android::status_t android::OMXCodec::allocateOutputBuffersFromNativeWindow()':
  199. frameworks/av/media/libstagefright/OMXCodec.cpp:2009:11: warning: 'int native_window_set_buffers_geometry(ANativeWindow*, int, int, int)' is deprecated (declared at system/core/include/system/window.h:735) [-Wdeprecated-declarations]
  200. err = native_window_set_buffers_geometry(
  201. ^
  202. frameworks/av/media/libstagefright/OMXCodec.cpp:2013:42: warning: 'int native_window_set_buffers_geometry(ANativeWindow*, int, int, int)' is deprecated (declared at system/core/include/system/window.h:735) [-Wdeprecated-declarations]
  203. def.format.video.eColorFormat);
  204. ^
  205. frameworks/av/media/libstagefright/OMXCodec.cpp: In member function 'android::status_t android::OMXCodec::pushBlankBuffersToNativeWindow()':
  206. frameworks/av/media/libstagefright/OMXCodec.cpp:2266:11: warning: 'int native_window_set_buffers_geometry(ANativeWindow*, int, int, int)' is deprecated (declared at system/core/include/system/window.h:735) [-Wdeprecated-declarations]
  207. err = native_window_set_buffers_geometry(mNativeWindow.get(), 1, 1,
  208. ^
  209. frameworks/av/media/libstagefright/OMXCodec.cpp:2267:39: warning: 'int native_window_set_buffers_geometry(ANativeWindow*, int, int, int)' is deprecated (declared at system/core/include/system/window.h:735) [-Wdeprecated-declarations]
  210. HAL_PIXEL_FORMAT_RGBX_8888);
  211. ^
  212. make: *** [/home/djmatt604/dev/brokenpop/out/target/product/m8/obj/SHARED_LIBRARIES/libstagefright_intermediates/OMXCodec.o] Error 1
  213.  
  214. #### make failed to build some targets (10:44 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement