Searched refs:GetC2VideoDecoderNames (Results 1 – 1 of 1) sorted by relevance
36 std::vector<const char*> GetC2VideoDecoderNames(VideoCodecType type) { in GetC2VideoDecoderNames() function102 use_sw_decoder ? GetSwVideoDecoderNames(type) : GetC2VideoDecoderNames(type); in Create()