Advertisement
infected_

Untitled

Oct 29th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. target asm: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuIntrinsics_neon_Resize.S
  2. target asm: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuIntrinsics_neon_YuvToRGB.S
  3. target thumb C++: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuCore.cpp
  4. target thumb C++: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuExecutable.cpp
  5. target thumb C++: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuScript.cpp
  6. target thumb C++: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
  7. target thumb C++: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuRuntimeMathFuncs.cpp
  8. target thumb C++: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuScriptGroup.cpp
  9. target thumb C++: libRSCpuRef <= frameworks/rs/cpu_ref/rsCpuScriptGroup2.cpp
  10. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp: In member function 'bool venc_dev::venc_set_session_priority(OMX_U32)':
  11. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4682:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
  12. control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
  13. ^
  14. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4685:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE' was not declared in this scope
  15. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE;
  16. ^
  17. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4688:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
  18. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
  19. ^
  20. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp: In member function 'bool venc_dev::venc_set_operatingrate(OMX_U32)':
  21. hardware/qcom/media/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4715:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE' was not declared in this scope
  22. control.id = V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE;
  23. ^
  24. make: *** [/home/infected_/Output/omni/target/product/leo/obj/SHARED_LIBRARIES/libOmxVenc_intermediates/venc/src/video_encoder_device_v4l2.o] Error 1
  25. make: *** Waiting for unfinished jobs....
  26. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'virtual OMX_ERRORTYPE omx_vdec::component_init(OMX_STRING)':
  27. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:2068:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
  28. control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
  29. ^
  30. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:2069:21: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
  31. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
  32. ^
  33. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'virtual OMX_ERRORTYPE omx_vdec::set_config(OMX_HANDLETYPE, OMX_INDEXTYPE, OMX_PTR)':
  34. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4457:22: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
  35. control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
  36. ^
  37. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4459:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE' was not declared in this scope
  38. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE;
  39. ^
  40. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4461:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
  41. control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
  42. ^
  43. hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4476:22: error: 'V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE' was not declared in this scope
  44. control.id = V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE;
  45. ^
  46. make: *** [/home/infected_/Output/omni/target/product/leo/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/vdec/src/omx_vdec_msm8974.o] Error 1
  47.  
  48. real 3m58.375s
  49. user 16m9.335s
  50. sys 1m23.907s
  51. infected_@infected-labs /mnt/Building/omni $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement