Searched refs:bufferLength (Results 1 – 2 of 2) sorted by relevance
36 size_t bufferLength; member67 trackHolder->bufferLength = in BtifAvrcpAudioTrackCreate()69 trackHolder->buffer = new float[trackHolder->bufferLength](); in BtifAvrcpAudioTrackCreate()199 int bufferLength) { in BtifAvrcpAudioTrackWriteData() argument206 fwrite((audioBuffer), 1, (size_t)bufferLength, outputPcmSampleFile); in BtifAvrcpAudioTrackWriteData()215 bufferLength - transcodedCount, trackHolder); in BtifAvrcpAudioTrackWriteData()222 bufferLength, retval); in BtifAvrcpAudioTrackWriteData()223 } while (transcodedCount < bufferLength); in BtifAvrcpAudioTrackWriteData()
69 int bufferLength);