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

/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp51 int PCM8; //... format constants member in struct:fields_t
184 && (audioFormat != javaAudioRecordFields.PCM8)) {
624 JAVA_CONST_PCM8_NAME, &(javaAudioRecordFields.PCM8)) ) {
H A Dandroid_media_AudioTrack.cpp51 int PCM8; //... format constants member in struct:fields_t
252 if ((audioFormat != javaAudioTrackFields.PCM16) && (audioFormat != javaAudioTrackFields.PCM8)) {
260 if ((audioFormat == javaAudioTrackFields.PCM8)
526 } else if (audioFormat == javaAudioTrackFields.PCM8) {
966 JAVA_CONST_PCM8_NAME, &(javaAudioTrackFields.PCM8)) ) {

Completed in 50 milliseconds