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

  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
sound9.c 49 soundsystem->cmd |= MIX;
soundcommon.h 39 MIX = 2,
  /frameworks/av/services/audioflinger/
FastMixerState.h 64 size_t mFrameCount; // number of frames per fast mix buffer
72 MIX = 0x8, // mix tracks
74 MIX_WRITE = 0x18, // mix tracks and write to output sink
FastMixer.cpp 74 long periodNs = 0; // expected period; the time required to render one mix buffer
91 bool isWarm = false; // true means ready to mix, false means wait for warmup before mixing
196 case FastMixerState::MIX:
370 if ((command & FastMixerState::MIX) && (mixer != NULL) && isWarm) {
390 // in the overall fast mix cycle being delayed. Should use a non-blocking FIFO.
665 case FastMixerState::MIX:
666 strcpy(string, "MIX");
    [all...]

Completed in 176 milliseconds