HomeSort by relevance Sort by last modified time
    Searched refs:codecMode (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 165 self->codecMode = MIX_CODING_INVALID;
383 mix->codecMode = mode;
455 // We are not checking the codecMODE here for out-of-range...assuming we check that
457 if (mix->codecMode == MIX_CODING_ENCODE)
843 else if ((mix->codecMode != MIX_CODING_DECODE) && (mix->codecMode != MIX_CODING_ENCODE))
900 if ((mix->codecMode == MIX_CODING_DECODE) && (MIX_ACP_DECODEMODE(mix->audioconfigparams) == MIX_DECODE_DECODERETURN))
998 if (mix->codecMode == MIX_CODING_DECODE)
1000 else if (mix->codecMode == MIX_CODING_ENCODE)
    [all...]
mixaudio.h 182 * @codecMode: Current codec mode of the session.
199 MixCodecMode codecMode;

Completed in 127 milliseconds