Searched refs:MPEG_SAMPLING_FREQ_48000 (Results 1 – 4 of 4) sorted by relevance
65 #define MPEG_SAMPLING_FREQ_48000 1 macro
481 mpeg_cap.frequency = ( MPEG_SAMPLING_FREQ_48000 | in mpeg_getcap_ind()
467 mpeg->frequency & MPEG_SAMPLING_FREQ_48000 ? "48Khz " : "", in print_mpeg12()
115 #define MPEG_SAMPLING_FREQ_48000 (1 << 0) macro287 if (mpeg->frequency & MPEG_SAMPLING_FREQ_48000) in print_mpeg12()