Searched refs:dstbuff (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c569 int32_t* dstbuff = NULL; local
599 dstbuff = (int32_t*)malloc(bytes* 2);
600 if (!dstbuff) {
607 memset(dstbuff,0,bytes * 2);
609 outbytes = make_sinkcompliant_buffers((void*)buffer, (void*)dstbuff,bytes);
612 if(dstbuff){
613 ret = pcm_write(out->pcm, (void *)dstbuff, outbytes);
620 free(dstbuff);

Completed in 6 milliseconds