OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mImagCoeffs
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp
78
mImagCoeffs
(NULL),
545
if (
mImagCoeffs
){
547
if (
mImagCoeffs
[i]) {
548
free(
mImagCoeffs
[i]);
549
mImagCoeffs
[i] = NULL;
552
free(
mImagCoeffs
);
553
mImagCoeffs
= NULL;
669
mImagCoeffs
= (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *));
670
if ( !
mImagCoeffs
) {
685
mImagCoeffs
, // Coeffs hardcoded in heade
[
all
...]
AudioHardwareALSA.h
433
int16_t **
mImagCoeffs
;
Completed in 5382 milliseconds