Searched defs:cea_sad (Results 1 – 2 of 2) sorted by relevance
655 struct cea_sad { struct656 int channels;657 int format; /* (format == 0) indicates invalid SAD */658 int rates;659 int sample_bits; /* for LPCM */660 int max_bitrate; /* for AC3...ATRAC */661 int profile; /* for WMAPRO */
369 struct cea_sad { struct381 int drm_edid_to_sad(const struct edid *edid, struct cea_sad **sads); argument