OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pdownmixer
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/downmix/
EffectDownmix.h
95
int Downmix_Reset(downmix_object_t *
pDownmixer
, bool init);
96
int Downmix_setParameter(downmix_object_t *
pDownmixer
, int32_t param, uint32_t size, void *pValue);
97
int Downmix_getParameter(downmix_object_t *
pDownmixer
, int32_t param, uint32_t *pSize, void *pValue);
EffectDownmix.c
261
downmix_object_t *
pDownmixer
;
275
pDownmixer
= (downmix_object_t*) &pDwmModule->context;
277
if (
pDownmixer
->state == DOWNMIX_STATE_UNINITIALIZED) {
280
} else if (
pDownmixer
->state == DOWNMIX_STATE_INITIALIZED) {
293
switch(
pDownmixer
->type) {
300
pSrc +=
pDownmixer
->input_channel_count;
308
pSrc +=
pDownmixer
->input_channel_count;
360
downmix_object_t *
pDownmixer
;
367
pDownmixer
= (downmix_object_t*) &pDwmModule->context;
389
Downmix_Reset(
pDownmixer
, false)
[
all
...]
Completed in 168 milliseconds