Advertisement
deadman96385

H264 error

Apr 8th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:529:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING'
  2. ext_ctrl[40].id = V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING;
  3. ^
  4. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:531:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_TYPE'
  5. ext_ctrl[41].id = V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_TYPE;
  6. ^
  7. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:532:30: error: use of undeclared identifier 'V4L2_MPEG_VIDEO_H264_HIERARCHICAL_CODING_B'
  8. ext_ctrl[41].value = V4L2_MPEG_VIDEO_H264_HIERARCHICAL_CODING_B;
  9. ^
  10. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:533:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER'
  11. ext_ctrl[42].id = V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER;
  12. ^
  13. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:535:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP'
  14. ext_ctrl[43].id = V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP;
  15. ^
  16. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:537:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP'
  17. ext_ctrl[44].id = V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP;
  18. ^
  19. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:539:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP'
  20. ext_ctrl[45].id = V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP;
  21. ^
  22. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:542:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_SEI_FRAME_PACKING'
  23. ext_ctrl[46].id = V4L2_CID_MPEG_VIDEO_H264_SEI_FRAME_PACKING;
  24. ^
  25. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:544:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_SEI_FP_CURRENT_FRAME_0'
  26. ext_ctrl[47].id = V4L2_CID_MPEG_VIDEO_H264_SEI_FP_CURRENT_FRAME_0;
  27. ^
  28. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:546:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE'
  29. ext_ctrl[48].id = V4L2_CID_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE;
  30. ^
  31. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:550:30: error: use of undeclared identifier 'V4L2_MPEG_VIDEO_H264_SEI_FP_TYPE_SIDE_BY_SIDE'
  32. ext_ctrl[48].value = V4L2_MPEG_VIDEO_H264_SEI_FP_TYPE_SIDE_BY_SIDE;
  33. ^
  34. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:554:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_FMO'
  35. ext_ctrl[49].id = V4L2_CID_MPEG_VIDEO_H264_FMO;
  36. ^
  37. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:556:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_FMO_MAP_TYPE'
  38. ext_ctrl[50].id = V4L2_CID_MPEG_VIDEO_H264_FMO_MAP_TYPE;
  39. ^
  40. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:557:30: error: use of undeclared identifier 'V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_INTERLEAVED_SLICES'
  41. ext_ctrl[50].value = V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_INTERLEAVED_SLICES;
  42. ^
  43. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:558:27: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_FMO_SLICE_GROUP'
  44. ext_ctrl[51].id = V4L2_CID_MPEG_VIDEO_H264_FMO_SLICE_GROUP;
  45. ^
  46. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:560:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH'
  47. ext_ctrl[52].id = V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH;
  48. ^
  49. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:562:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH'
  50. ext_ctrl[53].id = V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH;
  51. ^
  52. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:564:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH'
  53. ext_ctrl[54].id = V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH;
  54. ^
  55. hardware/samsung_slsi-cm/exynos/libvideocodec/enc/ExynosVideoEncoder.c:566:28: error: use of undeclared identifier 'V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH'
  56. ext_ctrl[55].id = V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH;
  57. ^
  58. fatal error: too many errors emitted, stopping now [-ferror-limit=]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement