Searched refs:start_count (Results 1 - 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
H A D | encode.c | 55 size_t start_count, end_count; local 312 start_count = 0; 319 start_count = 0; 324 start_count = WEBRTC_SPL_MIN (Nfor, (size_t)2); 329 start_count = 0; 335 for (subframe = start_count; subframe < end_count; subframe++){ 419 start_count = 0; 426 start_count = 0; 431 start_count = (Nfor >= 2) ? 0 : (2 - NFor); 436 start_count [all...] |
/external/fio/engines/ |
H A D | windowsaio.c | 38 static BOOL timeout_expired(DWORD start_count, DWORD end_count); 237 static BOOL timeout_expired(DWORD start_count, DWORD end_count) argument 244 if ((end_count > start_count) && current_time >= end_count) 246 else if (current_time < start_count && current_time > end_count) 267 DWORD start_count = 0; local 274 start_count = GetTickCount(); 275 end_count = start_count + (t->tv_sec * 1000) + (t->tv_nsec / 1000000); 302 if (dequeued >= min || (t != NULL && timeout_expired(start_count, end_count)))
|
/external/sfntly/cpp/src/sfntly/table/core/ |
H A D | cmap_table.h | 332 Segment(int32_t start_count, 339 int32_t start_count(); 341 void set_start_count(int32_t start_count); 430 int32_t start_count,
|
H A D | cmap_table.cc | 850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, argument 854 : start_count_(start_count), 862 int32_t CMapTable::CMapFormat4::Builder::Segment::start_count() { function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment 867 CMapTable::CMapFormat4::Builder::Segment::set_start_count(int32_t start_count) { argument 868 start_count_ = start_count; 985 fprintf(stderr, "Segment %d; start %d\n", index, segment->start_count()); 1091 fprintf(stderr, "Segment %d; start %d\n", i, segments_[i]->start_count()); 1093 index += new_data->WriteUShort(index, segments_[i]->start_count());
|
/external/webrtc/talk/media/base/ |
H A D | capturemanager.cc | 62 int start_count() const { function in class:cricket::VideoCapturerState 262 ASSERT(capture_state && capture_state->start_count() > 0);
|
Completed in 138 milliseconds