Home
last modified time | relevance | path

Searched refs:iInputBuf (Results 1 – 8 of 8) sorted by relevance

/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
H A Ddecoder_gsm_amr.cpp81 if (iInputBuf) in ~CDecoder_AMR_NB()
83 OSCL_ARRAY_DELETE(iInputBuf); in ~CDecoder_AMR_NB()
84 iInputBuf = NULL; in ~CDecoder_AMR_NB()
117 iInputBuf = OSCL_ARRAY_NEW(int16, MAX_NUM_PACKED_INPUT_BYTES); in StartL()
118 if (iInputBuf == NULL) in StartL()
125 iInputBuf = NULL; in StartL()
127 pExt->pInputBuffer = (uint8 *)iInputBuf; in StartL()
248 if (iInputBuf) in TerminateDecoderL()
250 OSCL_ARRAY_DELETE(iInputBuf); in TerminateDecoderL()
251 iInputBuf = NULL; in TerminateDecoderL()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Ddecoder_amr_wb.cpp69 iInputBuf = NULL; in ConstructL()
100 if (iInputBuf) in ~CDecoder_AMR_WB()
102 OSCL_ARRAY_DELETE(iInputBuf); in ~CDecoder_AMR_WB()
103 iInputBuf = NULL; in ~CDecoder_AMR_WB()
139 iInputBuf = OSCL_ARRAY_NEW(uint8, KAMRWB_NB_BYTES_MAX); in StartL()
140 if (iInputBuf == NULL) in StartL()
147 iInputBuf = NULL; in StartL()
149 pExt->pInputBuffer = iInputBuf; in StartL()
364 if (iInputBuf) in TerminateDecoderL()
366 OSCL_ARRAY_DELETE(iInputBuf); in TerminateDecoderL()
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dbuf.c27 void init_InputBuf(iInputBuf *d) { in iDefineTypeConstruction()
34 void deinit_InputBuf(iInputBuf *d) { in deinit_InputBuf()
40 size_t size_InputBuf(const iInputBuf *d) { in size_InputBuf()
H A Dbuf.h49 size_t size_InputBuf (const iInputBuf *);
H A Dplayer.c72 iInputBuf * input;
386 void init_Decoder(iDecoder *d, iInputBuf *input, const iContentSpec *spec) { in init_Decoder()
441 iDefineTypeConstructionArgs(Decoder, (iInputBuf *input, const iContentSpec *spec),
452 iInputBuf * data;
696 iInputBuf *input = d->data; in updateSourceData_Player()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/include/
H A Ddecoder_gsm_amr.h63 int16* iInputBuf;
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/include/
H A Ddecoder_amr_wb.h66 uint8* iInputBuf; variable
/dports/audio/opencore-amr/opencore-amr-0.1.5/amrwb/
H A Dwrapper.cpp34 uint8* iInputBuf; member