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

  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.h 31 #define FRGSM_OUT_FRM_SZ 160
33 #define MSGSM_OUT_FRM_SZ (FRGSM_OUT_FRM_SZ * 2)
C2SoftGsmDec.cpp 154 out += FRGSM_OUT_FRM_SZ;
155 outSize += FRGSM_OUT_FRM_SZ;
160 out += FRGSM_OUT_FRM_SZ;
161 outSize += FRGSM_OUT_FRM_SZ;

Completed in 71 milliseconds