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

  /external/tinycompress/include/tinycompress/
tinymp3.h 94 MPEG1 = 0,
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 30 MPEG1,
AudioUtil.cpp 32 case MPEG1:
33 ALOGV("Format:MPEG1 (Layers 1 & 2)");
36 ALOGV("Format:MP3 (MPEG1 Layer 3)");
  /external/tinycompress/
cplay.c 111 mp3_version = ver_idx == 0 ? MPEG25 : ((ver_idx & 0x1) ? MPEG1 : MPEG2);

Completed in 152 milliseconds