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 51 int PCM8; //... format constants
184 && (audioFormat != javaAudioRecordFields.PCM8)) {
625 JAVA_CONST_PCM8_NAME, &(javaAudioRecordFields.PCM8)) ) {
android_media_AudioTrack.cpp 51 int PCM8; //... format constants
252 if ((audioFormat != javaAudioTrackFields.PCM16) && (audioFormat != javaAudioTrackFields.PCM8)) {
260 if ((audioFormat == javaAudioTrackFields.PCM8)
526 } else if (audioFormat == javaAudioTrackFields.PCM8) {
    [all...]

Completed in 1160 milliseconds