Searched defs:is_conv_needed (Results 1 - 2 of 2) sorted by relevance

/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 30 milliseconds