OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRealCoeffs
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp
77
mRealCoeffs
(NULL),
535
if (
mRealCoeffs
){
537
if (
mRealCoeffs
[i]) {
538
free(
mRealCoeffs
[i]);
539
mRealCoeffs
[i] = NULL;
542
free(
mRealCoeffs
);
543
mRealCoeffs
= NULL;
663
mRealCoeffs
= (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *));
664
if ( !
mRealCoeffs
) {
684
mRealCoeffs
, // Coeffs hardcoded in heade
[
all
...]
AudioHardwareALSA.h
432
int16_t **
mRealCoeffs
;
Completed in 93 milliseconds