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

  /frameworks/av/services/audioflinger/
FastMixerState.h 63 size_t mFrameCount; // number of frames per fast mix buffer
71 MIX = 0x8, // mix tracks
73 MIX_WRITE = 0x18, // mix tracks and write to output sink
FastMixer.cpp 66 long periodNs = 0; // expected period; the time required to render one mix buffer
83 bool isWarm = false; // true means ready to mix, false means wait for warmup before mixing
179 case FastMixerState::MIX:
351 if ((command & FastMixerState::MIX) && (mixer != NULL) && isWarm) {
371 // in the overall fast mix cycle being delayed. Should use a non-blocking FIFO.
631 case FastMixerState::MIX:
632 strcpy(string, "MIX");
694 fdprintf(fd, " wall clock time in ms per mix cycle:\n"
697 fdprintf(fd, " raw CPU load in us per mix cycle:\n"
    [all...]

Completed in 2250 milliseconds