Searched refs:GetHWVideoEncoderNames (Results 1 – 1 of 1) sorted by relevance
42 std::vector<const char*> GetHWVideoEncoderNames(VideoCodecType type) { in GetHWVideoEncoderNames() function112 use_sw_encoder ? GetSWVideoEncoderNames(type) : GetHWVideoEncoderNames(type); in Create()