Searched refs:byteCount (Results 1 – 1 of 1) sorted by relevance
120 const unsigned int byteCount = MIN(count - byteWritten, in mixer_pipeline_write() local122 const unsigned int int16Count = byteCount / sizeof(int16_t); in mixer_pipeline_write()124 memcpy(&pipeline->buffer[pipeline->position], (const char*)data + byteWritten, byteCount); in mixer_pipeline_write()127 byteWritten += byteCount; in mixer_pipeline_write()