Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 1 of 1) sorted by relevance

/device/generic/car/emulator/audio/driver/
Dext_pcm.c120 const unsigned int byteCount = MIN(count - byteWritten, in mixer_pipeline_write() local
122 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()