Home
last modified time | relevance | path

Searched refs:FRGSM_OUT_FRM_SZ (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.h31 #define FRGSM_OUT_FRM_SZ 160 macro
33 #define MSGSM_OUT_FRM_SZ (FRGSM_OUT_FRM_SZ * 2)
DC2SoftGsmDec.cpp154 out += FRGSM_OUT_FRM_SZ; in decodeGSM()
155 outSize += FRGSM_OUT_FRM_SZ; in decodeGSM()
160 out += FRGSM_OUT_FRM_SZ; in decodeGSM()
161 outSize += FRGSM_OUT_FRM_SZ; in decodeGSM()