Home
last modified time | relevance | path

Searched refs:ENCODING_PCM_8BIT (Results 1 – 25 of 76) sorted by relevance

1234

/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/droid_audio/
H A Ddroidaudio.c36 #define ENCODING_PCM_8BIT 3 macro
189 …ctx->audioFormat = (*nbBitsPerSample == 8)? ENCODING_PCM_8BIT : ENCODING_PCM_16BIT; //AudioFormat.… in WAV_ConfigureOutput()
232 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_ConfigureOutput()
262 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_WriteAudio()
271 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_WriteAudio()
278 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_WriteAudio()
370 audioFormat = (*nbBitsPerSample == 8)? ENCODING_PCM_8BIT : ENCODING_PCM_16BIT; in WAV_QueryOutputSampleRate()
375 (ctx->audioFormat == ENCODING_PCM_8BIT)? 8 : 16); in WAV_QueryOutputSampleRate()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/droid_audio/
H A Ddroidaudio.c36 #define ENCODING_PCM_8BIT 3 macro
189 …ctx->audioFormat = (*nbBitsPerSample == 8)? ENCODING_PCM_8BIT : ENCODING_PCM_16BIT; //AudioFormat.… in WAV_ConfigureOutput()
232 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_ConfigureOutput()
262 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_WriteAudio()
271 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_WriteAudio()
278 if ( ctx->audioFormat == ENCODING_PCM_8BIT ) in WAV_WriteAudio()
370 audioFormat = (*nbBitsPerSample == 8)? ENCODING_PCM_8BIT : ENCODING_PCM_16BIT; in WAV_QueryOutputSampleRate()
375 (ctx->audioFormat == ENCODING_PCM_8BIT)? 8 : 16); in WAV_QueryOutputSampleRate()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DResamplingAudioProcessor.java41 if (encoding != C.ENCODING_PCM_8BIT in onConfigure()
63 case C.ENCODING_PCM_8BIT: in queueInput()
86 case C.ENCODING_PCM_8BIT: in queueInput()
H A DWavUtil.java57 case C.ENCODING_PCM_8BIT: in getTypeForPcmEncoding()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DResamplingAudioProcessor.java41 if (encoding != C.ENCODING_PCM_8BIT in onConfigure()
63 case C.ENCODING_PCM_8BIT: in queueInput()
86 case C.ENCODING_PCM_8BIT: in queueInput()
H A DWavUtil.java57 case C.ENCODING_PCM_8BIT: in getTypeForPcmEncoding()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DResamplingAudioProcessor.java41 if (encoding != C.ENCODING_PCM_8BIT in onConfigure()
63 case C.ENCODING_PCM_8BIT: in queueInput()
86 case C.ENCODING_PCM_8BIT: in queueInput()
H A DWavUtil.java57 case C.ENCODING_PCM_8BIT: in getTypeForPcmEncoding()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/
H A DC.java128 @IntDef({Format.NO_VALUE, ENCODING_INVALID, ENCODING_PCM_8BIT, ENCODING_PCM_16BIT,
137 @IntDef({Format.NO_VALUE, ENCODING_INVALID, ENCODING_PCM_8BIT, ENCODING_PCM_16BIT,
147 public static final int ENCODING_PCM_8BIT = AudioFormat.ENCODING_PCM_8BIT; field in C
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java128 @IntDef({Format.NO_VALUE, ENCODING_INVALID, ENCODING_PCM_8BIT, ENCODING_PCM_16BIT,
137 @IntDef({Format.NO_VALUE, ENCODING_INVALID, ENCODING_PCM_8BIT, ENCODING_PCM_16BIT,
147 public static final int ENCODING_PCM_8BIT = AudioFormat.ENCODING_PCM_8BIT; field in C
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/audio/
H A DResamplingAudioProcessor.java50 if (encoding != C.ENCODING_PCM_8BIT && encoding != C.ENCODING_PCM_16BIT in configure()
90 case C.ENCODING_PCM_8BIT: in queueInput()
113 case C.ENCODING_PCM_8BIT: in queueInput()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DResamplingAudioProcessor.java50 if (encoding != C.ENCODING_PCM_8BIT && encoding != C.ENCODING_PCM_16BIT in configure()
90 case C.ENCODING_PCM_8BIT: in queueInput()
113 case C.ENCODING_PCM_8BIT: in queueInput()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/android-project/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java25 int audioFormat = is16Bit ? AudioFormat.ENCODING_PCM_16BIT : AudioFormat.ENCODING_PCM_8BIT; in audioOpen()
114 int audioFormat = is16Bit ? AudioFormat.ENCODING_PCM_16BIT : AudioFormat.ENCODING_PCM_8BIT; in captureOpen()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java163 ENCODING_PCM_8BIT,
191 ENCODING_PCM_8BIT,
202 public static final int ENCODING_PCM_8BIT = AudioFormat.ENCODING_PCM_8BIT; field in C
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java163 ENCODING_PCM_8BIT,
191 ENCODING_PCM_8BIT,
202 public static final int ENCODING_PCM_8BIT = AudioFormat.ENCODING_PCM_8BIT; field in C
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DC.java163 ENCODING_PCM_8BIT,
191 ENCODING_PCM_8BIT,
202 public static final int ENCODING_PCM_8BIT = AudioFormat.ENCODING_PCM_8BIT; field in C
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/MultiSink/src/ndkmedia/src/
H A Daudiostream.cpp36 #define ENCODING_PCM_8BIT 0x3 macro
133 {AkAudioCaps::SampleFormat_u8 , ENCODING_PCM_8BIT }, in encodingFromSampleFormat()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/android/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java23 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
61 case AudioFormat.ENCODING_PCM_8BIT: in open()
/dports/devel/sdl20/SDL2-2.0.18/android-project/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java27 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
69 case AudioFormat.ENCODING_PCM_8BIT: in open()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/android/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java23 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
61 case AudioFormat.ENCODING_PCM_8BIT: in open()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/android/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java23 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
61 case AudioFormat.ENCODING_PCM_8BIT: in open()
/dports/games/flare-engine/flare-engine-1.12/flare-android-project/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java27 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
65 case AudioFormat.ENCODING_PCM_8BIT: in open()
/dports/games/easyrpg-player/Player-0.7.0/builds/android/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java27 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
65 case AudioFormat.ENCODING_PCM_8BIT: in open()
/dports/games/openbor/openbor-3caaddd5/engine/android/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java23 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
61 case AudioFormat.ENCODING_PCM_8BIT: in open()
/dports/x11/controllermap/SDL2-2.0.18/android-project/app/src/main/java/org/libsdl/app/
H A DSDLAudioManager.java27 case AudioFormat.ENCODING_PCM_8BIT: in getAudioFormatString()
69 case AudioFormat.ENCODING_PCM_8BIT: in open()

1234