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

/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp247 long read_count, total_read = 0; local
250 read_count = read(sockd, &readBuf[total_read], readBufSize);
251 if (read_count <= 0 || errno != 0)
258 total_read += read_count;
/external/chromium/chrome/browser/sessions/
H A Dsession_backend.cc93 int read_count; local
95 read_count = file_->ReadUntilComplete(reinterpret_cast<char*>(&header),
97 if (read_count != sizeof(header) || header.signature != kFileSignature ||
171 int read_count = file_->ReadUntilComplete(&(buffer_[available_count_]), local
173 if (read_count < 0) {
177 if (read_count == 0)
179 available_count_ += read_count;
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc494 size_t read_count = 0; local
697 read_count = fread(&event, sizeof(event), 1, event_file);
698 if (read_count != 1) {
743 read_count = fread(far_frame._payloadData,
749 if (read_count != size) {
752 EXPECT_EQ(0, fseek(near_file, read_count * sizeof(int16_t),
757 ASSERT_EQ(size, read_count);
784 read_count = fread(near_frame._payloadData,
789 near_read_bytes += read_count * sizeof(int16_t);
796 if (read_count !
[all...]
H A Dunit_test.cc1097 size_t read_count = fread(revframe_->_payloadData, local
1101 if (read_count != frame_size) {
1121 read_count = fread(frame_->_payloadData,
1125 if (read_count != frame_size) {
/external/webrtc/src/modules/audio_processing/utility/
H A Dring_buffer.c148 const size_t read_count = GetBufferReadRegions(self, local
166 WebRtc_MoveReadPtr(handle, (int) read_count);
168 return read_count;
/external/qemu/audio/
H A Dwinaudio.c349 int read_count; member in struct:WinAudioIn
367 if (s->read_count < NUM_IN_BUFFERS)
368 s->read_count += 1;
369 //D(".%c",s->read_count + '0'); fflush(stdout);
497 s->read_count = 0;
525 has_buffer = (s->read_count > 0);
565 if (--s->read_count == 0) {
/external/linux-tools-perf/
H A Dbuiltin-lock.c111 int read_count; member in struct:lock_seq_stat
456 seq->read_count = 1;
462 seq->read_count++;
619 seq->read_count--;
620 BUG_ON(seq->read_count < 0);
621 if (!seq->read_count) {
/external/freetype/src/pshinter/
H A Dpshglob.c141 FT_UInt read_count,
153 for ( ; read_count > 1; read_count -= 2 )
139 psh_blues_set_zones_0( PSH_Blues target, FT_Bool is_others, FT_UInt read_count, FT_Short* read, PSH_Blue_Table top_table, PSH_Blue_Table bot_table ) argument
/external/chromium/net/socket/
H A Dsocket_test_util.h179 size_t read_count() const { return read_count_; } function in class:net::StaticSocketDataProvider
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4749 int read_max = read_buf_size /MAX(src_elem_size, 1), read_count = 0; local
4755 if( read_count == 0 && dt )
4759 read_count = count;
4799 read_count--;
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc195 << (*it)->read_count()
212 << (*it)->read_count()
2824 << data->read_count()
3078 << data->read_count()
3139 << data->read_count()
3195 << data->read_count()

Completed in 400 milliseconds