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

  /external/srec/srec/ca/
par_basi.c 40 CA_AcoustInputParams *hAcoustInp = NULL;
43 hAcoustInp = (CA_AcoustInputParams *) CALLOC_CLR(1,
44 sizeof(CA_AcoustInputParams), "ca.hAcoustInp");
46 hAcoustInp->is_loaded = False;
47 hAcoustInp->ca_rtti = CA_ACOUSTIC_PARAMETERS_SIGNATURE;
50 END_CATCH_CA_EXCEPT(hAcoustInp);
52 return (hAcoustInp);
57 void CA_FreeAcousticParameters(CA_AcoustInputParams *hAcoustInp)
60 ASSERT(hAcoustInp);
61 FREE((char *)hAcoustInp);
    [all...]
rec_load.c 44 CA_AcoustInputParams *hAcoustInp)
50 ASSERT(hAcoustInp);
54 if (hAcoustInp->is_loaded == False)
acc_basi.c 68 int CA_LoadAcousticSub(CA_Acoustic *hAcoust, char *subname, CA_AcoustInputParams *hAcoustInp)
74 if (hAcoustInp == 0)
  /external/srec/srec/include/
simapi.h 536 CA_AcoustInputParams *hAcoustInp);
543 * hAcoustInp Handle to valid acoustic input object
    [all...]

Completed in 39 milliseconds