Are there any docs automatically generated with codec servers?
Yes. See this link for an example. A server datasheet is generated automatically as part of the build. Key information produced includes: – • which codecs are built into the combo • which XDM interfaces they implement (IVIDDEC2 or IAUDDEC1 or…) • the codec MODULE name (required for invoking the codecs at runtime on the Arm-side) • Thread priority – each codec is instantiated in a separate DSP/BIOS TSK thread. Audio should typically run at a higher priority than video for example.