HomeSort by relevance Sort by last modified time
    Searched defs:PCM (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/tests/sandbox/
configbq.c 31 } PCM;
33 PCM formats[] = {
95 PCM *format;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 128 PCM = 0x00000000, // must be 0 for backward compatibility
139 PCM_16_BIT = (PCM|PCM_SUB_16_BIT),
140 PCM_8_BIT = (PCM|PCM_SUB_8_BIT)
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 92 private static final String AUDIO_TRACK_PCM_FILE = "AudioPcm.pcm";
198 /** PCM (PCM). */
199 public static final int PCM = 7;
330 /** PCM audio file type. */
331 public static final int PCM = 4;
    [all...]

Completed in 158 milliseconds