Searched refs:MPEG_LAYER_MP3 (Results 1 – 5 of 5) sorted by relevance
58 #define MPEG_LAYER_MP3 1 macro
491 mpeg->layer & MPEG_LAYER_MP3 ? "3 " : "", in print_mpeg12()
628 mpeg_cap.layer = ( MPEG_LAYER_MP3 | MPEG_LAYER_MP2 | MPEG_LAYER_MP1 ); in mpeg_getcap_ind()
108 #define MPEG_LAYER_MP3 (1 << 0) macro297 if (mpeg->layer & MPEG_LAYER_MP3) in print_mpeg12()