Home
last modified time | relevance | path

Searched refs:PLAYBACK_RIGHT (Results 1 – 19 of 19) sorted by relevance

/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c5098 #define PLAYBACK_RIGHT 4 macro
5101 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5102 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5185 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5186 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5195 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5215 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c5047 #define PLAYBACK_RIGHT 4 macro
5050 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5051 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5134 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5135 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5144 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5164 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c5100 #define PLAYBACK_RIGHT 4 macro
5103 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5104 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5187 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5188 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5197 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5217 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h5115 #define PLAYBACK_RIGHT 4 macro
5118 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5119 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5202 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5203 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5212 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5232 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c5000 #define PLAYBACK_RIGHT 4 macro
5003 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5004 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5087 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5088 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5097 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5117 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c5045 #define PLAYBACK_RIGHT 4 macro
5048 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5049 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5132 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5133 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5142 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5162 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c5035 #define PLAYBACK_RIGHT 4 macro
5038 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5039 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5122 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5123 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5132 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5152 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c5106 #define PLAYBACK_RIGHT 4 macro
5109 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5110 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5193 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5194 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5203 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5223 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c5106 #define PLAYBACK_RIGHT 4 macro
5109 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5110 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5193 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5194 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5203 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5223 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c4951 #define PLAYBACK_RIGHT 4 macro
4955 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
4956 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5044 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5045 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5054 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5076 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c5106 #define PLAYBACK_RIGHT 4 macro
5109 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5110 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5193 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5194 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5203 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5223 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.cpp4663 #define PLAYBACK_RIGHT 4 macro
4666 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
4667 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
4750 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
4751 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
4760 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
4780 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb_vorbis.h5252 #define PLAYBACK_RIGHT 4 macro
5255 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5256 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5342 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5343 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5352 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5371 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c5083 #define PLAYBACK_RIGHT 4 macro
5086 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5087 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5170 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5171 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5180 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5200 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c5000 #define PLAYBACK_RIGHT 4 macro
5003 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5004 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5087 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5088 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5097 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5117 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c5106 #define PLAYBACK_RIGHT 4 macro
5109 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5110 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5193 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5194 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5203 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5223 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c5011 #define PLAYBACK_RIGHT 4 macro
5014 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5015 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5098 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5099 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5108 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5128 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h4991 #define PLAYBACK_RIGHT 4 macro
4994 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
4995 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5078 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5079 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5088 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5108 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c5112 #define PLAYBACK_RIGHT 4 macro
5115 #define C (PLAYBACK_LEFT | PLAYBACK_RIGHT | PLAYBACK_MONO)
5116 #define R (PLAYBACK_RIGHT | PLAYBACK_MONO)
5199 int m = channel_position[num_c][j] & (PLAYBACK_LEFT | PLAYBACK_RIGHT); in compute_stereo_samples()
5200 if (m == (PLAYBACK_LEFT | PLAYBACK_RIGHT)) { in compute_stereo_samples()
5209 } else if (m == PLAYBACK_RIGHT) { in compute_stereo_samples()
5229 static int channel_selector[3][2] = { {0}, {PLAYBACK_MONO}, {PLAYBACK_LEFT, PLAYBACK_RIGHT} }; in convert_samples_short()