HomeSort by relevance Sort by last modified time
    Searched refs:PCM8 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 49 int PCM8; //... format constants
144 && (audioFormat != javaAudioRecordFields.PCM8)) {
600 JAVA_CONST_PCM8_NAME, &(javaAudioRecordFields.PCM8)) ) {
android_media_AudioTrack.cpp 51 int PCM8; //... format constants
223 if ((audioFormat != javaAudioTrackFields.PCM16) && (audioFormat != javaAudioTrackFields.PCM8)) {
231 if ((audioFormat == javaAudioTrackFields.PCM8)
498 } else if (audioFormat == javaAudioTrackFields.PCM8) {
    [all...]

Completed in 1589 milliseconds