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

  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.h 53 gsm mGsm;
SoftGSM.cpp 47 mGsm = gsm_create();
48 CHECK(mGsm);
50 gsm_option(mGsm, GSM_OPT_WAV49, &msopt);
56 gsm_destroy(mGsm);
218 int n = mSignalledError ? 0 : DecodeGSM(mGsm,

Completed in 181 milliseconds