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
273
hPcmDmx = self->
hPcmUtils
;
405
hPcmDmx = self->
hPcmUtils
;
606
pcmDmx_Open( &aacDec->
hPcmUtils
);
607
if (aacDec->
hPcmUtils
== NULL) {
882
pcmDmx_Reset( self->
hPcmUtils
, PCMDMX_RESET_BS_DATA );
886
self->
hPcmUtils
,
921
if (self->
hPcmUtils
!= NULL) {
922
pcmDmx_Close( &self->
hPcmUtils
);
aacdecoder.h
216
HANDLE_PCM_DOWNMIX
hPcmUtils
; /*!< privat data for the PCM utils. */
aacdecoder.cpp
902
pcmDmx_SetMatrixMixdownFromPce ( self->
hPcmUtils
,
[
all
...]
Completed in 52 milliseconds