Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/
Delftobin.sh51 nbytes=`expr 4 - $mod0`
52 if [ "$nbytes" -ne "4" ] ; then
53 tail -c $nbytes __zero.bin >> $VARBIN
54 size_sec[$i]=`expr ${size_sec[${i}]} + $nbytes`
/device/linaro/hikey/hifi/xaf/host-apf/playback/
Dxa_playback.h39 unsigned int nbytes);
Dxa_playback.c265 unsigned int nbytes) in xa_playback_buf() argument
272 if (nbytes > 0) { in xa_playback_buf()
273 err = pcm_write(handle, data, nbytes); in xa_playback_buf()