OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perChan
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderresetbuffer.cpp
27
Description:
perChan
[] is an array of structures in tDec_Int_File. Made
54
pMem->
perChan
[0].time_quant[0-1023]: contents are set to zero
55
pMem->
perChan
[1].time_quant[0-1023]: contents are set to zero
184
pv_memset(pVars->
perChan
[LEFT].time_quant,
186
LONG_WINDOW*sizeof(pVars->
perChan
[LEFT].time_quant[0]));
188
pv_memset(pVars->
perChan
[RIGHT].time_quant,
190
LONG_WINDOW*sizeof(pVars->
perChan
[RIGHT].time_quant[0]));
210
pv_memset(&pVars->
perChan
[LEFT].ltp_buffer[0],
212
288*sizeof(pVars->
perChan
[LEFT].ltp_buffer[0]));
213
pv_memset(&pVars->
perChan
[LEFT].ltp_buffer[1024 + 288]
[
all
...]
pvmp4audiodecoderinitlibrary.cpp
261
pVars->
perChan
[0].fxpCoef = pVars->fxpCoef[0];
262
pVars->
perChan
[1].fxpCoef = pVars->fxpCoef[1];
272
pVars->
perChan
[0].pShareWfxpCoef = (per_chan_share_w_fxpCoef *)
273
& (pVars->
perChan
[0].fxpCoef[1024]);
275
pVars->
perChan
[1].pShareWfxpCoef = (per_chan_share_w_fxpCoef *)
276
& (pVars->
perChan
[1].fxpCoef[1024]);
s_tdec_int_file.h
182
* For eaac+, a scratch matrix is created with the rigth element (
perChan
[1] is not used)
184
* 2349 coming from the
perChan
[1] plus 4096 coming from fxpCoef
186
tDec_Int_Chan
perChan
[Chans];
pvmp4audiodecoderframe.cpp
148
Description:
perChan
[] is an array of structures in tDec_Int_File. Made
543
pChVars[LEFT] = &pVars->
perChan
[LEFT];
544
pChVars[RIGHT] = &pVars->
perChan
[RIGHT];
[
all
...]
sbr_dec.cpp
416
* qmfBufferReal uses the rigth aac channel (
perChan
[1] is not used)
424
tDec_Int_Chan *tmpx = &pVars->
perChan
[1];
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h
91
tmp3dec_chan
perChan
[CHAN];
pvmp3_framedecoder.cpp
214
pChVars[ LEFT] = &pVars->
perChan
[ LEFT];
215
pChVars[RIGHT] = &pVars->
perChan
[RIGHT];
770
pChVars[ LEFT] = &pVars->
perChan
[ LEFT];
771
pChVars[RIGHT] = &pVars->
perChan
[RIGHT];
Completed in 50 milliseconds