Home
last modified time | relevance | path

Searched refs:MPG123_M_MONO (Results 1 – 23 of 23) sorted by relevance

/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Ddab_decoder.cpp206 int nch = info.mode == MPG123_M_MONO ? 1 : 2; in CheckCRC()
260 …scf_crc_len = (info.version == MPG123_1_0 && info.bitrate < (info.mode == MPG123_M_MONO ? 56 : 112… in ProcessFormat()
301 case MPG123_M_MONO: in ProcessFormat()
313 observer->StartAudio(info.rate, info.mode != MPG123_M_MONO ? 2 : 1, float32); in ProcessFormat()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/2008clr/mpg123clr/
H A Denum.h198 m_mono = MPG123_M_MONO, /// Single Channel.
/dports/audio/mpg123/mpg123-1.29.3/src/
H A Dcommon.c54 i.mode == MPG123_M_MONO ? 1 : 2, in print_remote_header()
75 i.mode == MPG123_M_MONO ? 1 : 2,i.flags & MPG123_COPYRIGHT ? "Yes" : "No", in print_header()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/
H A Dcommon.c83 i.mode == MPG123_M_MONO ? 1 : 2, in print_remote_header()
104 i.mode == MPG123_M_MONO ? 1 : 2,i.flags & MPG123_COPYRIGHT ? "Yes" : "No", in print_header()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dmpg123.c179 case MPG123_M_MONO: in UpdateAudioFormat()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/win32/mpg123/libmpg123/
H A Dmpg123.h502 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dalexa.c136 r = mpg123_format(m->mh, 16000, MPG123_M_MONO, in ss_avs_mp3_open()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dmpg123.h880 MPG123_M_MONO /**< Single Channel. */ enumerator
H A Dlibmpg123.c1033 case 3: mi->mode = MPG123_M_MONO; break; in mpg123_info()
H A Dmpg123.h.in880 MPG123_M_MONO /**< Single Channel. */
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/android/
H A Dmpg123.h880 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/VisualC/external/include/
H A Dmpg123.h880 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/Xcode/Frameworks/mpg123.framework/Versions/A/Headers/
H A Dmpg123.h880 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/games/vkquake/vkQuake-1.12.2/Windows/codecs/include/
H A Dmpg123.h773 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/
H A Dmpg123.h764 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/
H A Dmpg123_.pas240 MPG123_M_MONO = 3;
/dports/audio/wavbreaker/wavbreaker-0.13/src/
H A Dsample.c518 sampleInfo.channels = (fi.mode == MPG123_M_MONO) ? 1 : 2;
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dlibmpg123.c1033 case 3: mi->mode = MPG123_M_MONO; break; in mpg123_info()
H A Dmpg123.h.in880 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dlibmpg123.c1165 case 3: mi->mode = MPG123_M_MONO; break; \
H A Dmpg123.h.in1187 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/mpg123decoder/include/
H A Dmpg123.h.in880 MPG123_M_MONO /**< Single Channel. */ enumerator
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/
H A Dmpg123-1.25.6.patch1366 + MPG123_M_MONO /**< Single Channel. */