Searched refs:this_msecs (Results 1 – 1 of 1) sorted by relevance
69 uint32_t this_msecs, on_msecs, total_msecs; in VbGetDevMusicNotes() local141 this_msecs = hdr->notes[i].msec ; in VbGetDevMusicNotes()142 if (this_msecs) { in VbGetDevMusicNotes()143 total_msecs += this_msecs; in VbGetDevMusicNotes()147 on_msecs += this_msecs; in VbGetDevMusicNotes()183 this_msecs = (REQUIRED_TOTAL_DELAY - total_msecs) & 0xffff; in VbGetDevMusicNotes()184 notebuf[hdr->count].msec = this_msecs; in VbGetDevMusicNotes()188 this_msecs)); in VbGetDevMusicNotes()