Searched refs:is_conv_needed (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h567 bool is_conv_needed(int, int);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h585 bool is_conv_needed(int, int);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4950 bool omx_video::is_conv_needed(int hal_fmt, int hal_flags) function in class:omx_video
5011 mUsesColorConversion = is_conv_needed(handle->format, handle->flags);
5224 if (is_conv_needed(handle->format, handle->flags))
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp5079 bool omx_video::is_conv_needed(int hal_fmt, int hal_flags) function in class:omx_video
5165 mUsesColorConversion = is_conv_needed(handle->format, handle->flags);
5386 if (is_conv_needed(handle->format, handle->flags))

Completed in 23 milliseconds