Searched refs:MPEG_LAYER_MP2 (Results 1 – 5 of 5) sorted by relevance
57 #define MPEG_LAYER_MP2 (1 << 1) macro
490 mpeg->layer & MPEG_LAYER_MP2 ? "2 " : "", in print_mpeg12()
628 mpeg_cap.layer = ( MPEG_LAYER_MP3 | MPEG_LAYER_MP2 | MPEG_LAYER_MP1 ); in mpeg_getcap_ind()
107 #define MPEG_LAYER_MP2 (1 << 1) macro295 if (mpeg->layer & MPEG_LAYER_MP2) in print_mpeg12()