Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:format

24 int AudioUtil::printFormatFromEDID(unsigned char format) {
25 switch (format) {
27 ALOGV("Format:LPCM");
30 ALOGV("Format:AC-3");
33 ALOGV("Format:MPEG1 (Layers 1 & 2)");
36 ALOGV("Format:MP3 (MPEG1 Layer 3)");
39 ALOGV("Format:MPEG2 (multichannel)");
42 ALOGV("Format:AAC");
45 ALOGV("Format:DTS");
48 ALOGV("Format:ATRAC");
51 ALOGV("Format:One-bit audio aka SACD");
54 ALOGV("Format:Dolby Digital +");
57 ALOGV("Format:DTS-HD");
60 ALOGV("Format:MAT (MLP)");
63 ALOGV("Format:DST");
66 ALOGV("Format:WMA Pro");
69 ALOGV("Invalid format ID....");
72 return format;
104 unsigned char format) {
106 if (format == 1) {
118 ALOGV("not lpcm format, return 0");
188 ALOGV("Format Byte %d\n", formats[i]);