Searched refs:codecSads (Results 1 – 1 of 1) sorted by relevance
639 List<CodecSad> codecSads = new ArrayList<>(); in readDeviceConfig() local658 codecSads.add(new CodecSad(format, descriptor)); in readDeviceConfig()666 if (codecSads.size() == 0) { in readDeviceConfig()669 return new DeviceConfig(deviceType, codecSads); in readDeviceConfig()