OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hPcmUtils
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
aacdecoder_lib.cpp
279
hPcmDmx = self->
hPcmUtils
;
412
hPcmDmx = self->
hPcmUtils
;
678
pcmDmx_Open( &aacDec->
hPcmUtils
);
679
if (aacDec->
hPcmUtils
== NULL) {
949
dmxErr = pcmDmx_GetParam(self->
hPcmUtils
, MAX_NUMBER_OF_OUTPUT_CHANNELS, &maxOutCh);
1002
pcmDmx_Reset( self->
hPcmUtils
, PCMDMX_RESET_BS_DATA );
1006
self->
hPcmUtils
,
1088
if (self->
hPcmUtils
!= NULL) {
1089
pcmDmx_Close( &self->
hPcmUtils
);
[
all
...]
aacdecoder.h
221
HANDLE_PCM_DOWNMIX
hPcmUtils
; /*!< privat data for the PCM utils. */
aacdecoder.cpp
382
self->
hPcmUtils
,
926
pcmDmx_SetMatrixMixdownFromPce ( self->
hPcmUtils
,
[
all
...]
Completed in 177 milliseconds