Searched refs:dev_is_video_session_supported (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_encoder.h | 90 bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
|
D | omx_video_base.h | 238 virtual bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height) = 0;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_encoder.h | 92 bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
|
D | omx_swvenc_hevc.h | 92 virtual bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
|
D | omx_swvenc_mpeg4.h | 134 bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height);
|
D | omx_video_base.h | 241 virtual bool dev_is_video_session_supported(OMX_U32 width, OMX_U32 height) = 0;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 417 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth, in set_parameter() 1381 bool omx_swvenc::dev_is_video_session_supported(OMX_U32 width, OMX_U32 height) in dev_is_video_session_supported() function in omx_swvenc
|
D | omx_video_encoder.cpp | 653 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth, in set_parameter() 2317 bool omx_venc::dev_is_video_session_supported(OMX_U32 width, OMX_U32 height) in dev_is_video_session_supported() function in omx_venc
|
D | omx_swvenc_mpeg4.cpp | 515 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth, in set_parameter() 2149 bool omx_venc::dev_is_video_session_supported(OMX_U32 width, OMX_U32 height) in dev_is_video_session_supported() function in omx_venc
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 592 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth, in set_parameter() 2121 bool omx_venc::dev_is_video_session_supported(OMX_U32 width, OMX_U32 height) in dev_is_video_session_supported() function in omx_venc
|