Searched refs:required_format (Results 1 – 3 of 3) sorted by relevance
636 bool check_supported_flexible_formats(OMX_COLOR_FORMATTYPE required_format);
669 bool check_supported_flexible_formats(OMX_COLOR_FORMATTYPE required_format);
891 bool omx_vdec::check_supported_flexible_formats(OMX_COLOR_FORMATTYPE required_format) in check_supported_flexible_formats() argument893 if(required_format == (OMX_COLOR_FORMATTYPE)QOMX_COLOR_FORMATYUV420PackedSemiPlanar32m || in check_supported_flexible_formats()894 required_format == (OMX_COLOR_FORMATTYPE)QOMX_COLOR_FORMATYUV420SemiPlanarP010Venus) { in check_supported_flexible_formats()