Home
last modified time | relevance | path

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

/reactos/base/applications/sndrec32/
H A Daudio_membuffer.cpp55 if (new_size <= bytes_received) in resize_mem_()
67 memcpy(new_mem, audio_data, bytes_received); in resize_mem_()
87 if (bytes_received == buf_size) in truncate_()
93 BYTE * newbuf = new BYTE[bytes_received]; in truncate_()
95 memcpy(newbuf, audio_data, bytes_received); in truncate_()
100 buf_size = bytes_received; in truncate_()
113 bytes_received = 0; in clear()
185 free_mem = tot_mem - bytes_received; in audio_receive()
193 memcpy(audio_data + bytes_received, data, size); in audio_receive()
206 if (bytes_played_ >= bytes_received) in read()
[all …]
H A Daudio_receiver.hpp23 unsigned int bytes_received; member in audio_receiver
27 audio_receiver(void) : bytes_received(0) in audio_receiver()
42 bytes_received = r; in set_b_received()
H A Daudio_membuffer.hpp109 return bytes_received; in bytes_recorded()
121 return bytes_received / aud_info.byte_rate(); in seconds_recorded()
133 return (float)((float)bytes_received / (float)aud_info.byte_rate()); in fseconds_recorded()
143 return (aud_info.samples_in_bytes(bytes_received)); in samples_received()
H A Daudio_wavein.cpp382 _this->audio_rcvd.bytes_received += phdr->dwBytesRecorded; in recording_procedure()
/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c2069 ULONG bytes_received; member
3344 httpc->bytes_received += common_hdr.frag_len; in rpcrt4_ncacn_http_receive_fragment()
3346 TRACE("httpc->bytes_received = 0x%x\n", httpc->bytes_received); in rpcrt4_ncacn_http_receive_fragment()
3348 if (httpc->bytes_received > httpc->flow_control_mark) in rpcrt4_ncacn_http_receive_fragment()
3351 httpc->bytes_received, in rpcrt4_ncacn_http_receive_fragment()
3358 TRACE("sending flow control packet at 0x%x\n", httpc->bytes_received); in rpcrt4_ncacn_http_receive_fragment()
3362 httpc->flow_control_mark = httpc->bytes_received + httpc->flow_control_increment / 2; in rpcrt4_ncacn_http_receive_fragment()