Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp: In member function 'bool venc_dev::venc_set_session_priority(OMX_U32)':
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4433:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
- control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
- ^
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4436:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE' was not declared in this scope
- control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE;
- ^
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4439:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
- control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
- ^
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp: In member function 'bool venc_dev::venc_set_operatingrate(OMX_U32)':
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/venc/src/video_encoder_device_v4l2.cpp:4464:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE' was not declared in this scope
- control.id = V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE;
- ^
- Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
- Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'virtual OMX_ERRORTYPE omx_vdec::component_init(OMX_STRING)':
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:2047:18: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
- control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
- ^
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:2048:21: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
- control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
- ^
- hardware/qcom/media-caf/msm8916/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)':
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4426:22: error: 'V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY' was not declared in this scope
- control.id = V4L2_CID_MPEG_VIDC_VIDEO_PRIORITY;
- ^
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4428:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE' was not declared in this scope
- control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_ENABLE;
- ^
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4430:29: error: 'V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE' was not declared in this scope
- control.value = V4L2_MPEG_VIDC_VIDEO_PRIORITY_REALTIME_DISABLE;
- ^
- hardware/qcom/media-caf/msm8916/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:4443:22: error: 'V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE' was not declared in this scope
- control.id = V4L2_CID_MPEG_VIDC_VIDEO_OPERATING_RATE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement