Searched defs:cea_sad (Results 1 – 2 of 2) sorted by relevance
681 struct cea_sad { struct682 int channels;683 int format; /* (format == 0) indicates invalid SAD */684 int rates;685 int sample_bits; /* for LPCM */686 int max_bitrate; /* for AC3...ATRAC */687 int profile; /* for WMAPRO */
373 struct cea_sad { struct385 int drm_edid_to_sad(const struct edid *edid, struct cea_sad **sads); argument