Searched refs:enumerateSupportedDecodeLevels (Results 1 – 2 of 2) sorted by relevance
470 std::vector<C2Config::level_t> enumerateSupportedDecodeLevels(VideoCodec videoCodecType);
2158 const auto& levels = device->enumerateSupportedDecodeLevels(videoCodecType); in getSupportedDecodeLevels()2307 std::vector<C2Config::level_t> V4L2Device::enumerateSupportedDecodeLevels( in enumerateSupportedDecodeLevels() function in android::V4L2Device