Searched refs:PCM8 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp47 int PCM8; //... format constants member in struct:fields_t
142 && (audioFormat != javaAudioRecordFields.PCM8)) {
571 JAVA_CONST_PCM8_NAME, &(javaAudioRecordFields.PCM8)) ) {
H A Dandroid_media_AudioTrack.cpp49 int PCM8; //... format constants member in struct:fields_t
216 if ((audioFormat != javaAudioTrackFields.PCM16) && (audioFormat != javaAudioTrackFields.PCM8)) {
224 if ((audioFormat == javaAudioTrackFields.PCM8)
491 } else if (audioFormat == javaAudioTrackFields.PCM8) {
975 JAVA_CONST_PCM8_NAME, &(javaAudioTrackFields.PCM8)) ) {

Completed in 57 milliseconds