/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
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 = 0 [all...] |
/external/grpc-grpc/src/cpp/server/load_reporter/ |
load_data_store.h | 126 explicit LoadRecordValue(uint64_t start_count = 0, uint64_t ok_count = 0, 129 : start_count_(start_count), 173 uint64_t start_count() const { return start_count_; } function in class:grpc::load_reporter::LoadRecordValue
|
load_reporter.cc | 308 load->set_num_calls_started(static_cast<int64_t>(value.start_count())); 403 const uint64_t start_count = static_cast<uint64_t>(p.second); local 408 LoadRecordValue value = LoadRecordValue(start_count);
|
/external/libxcam/modules/ocl/ |
cl_3a_image_processor.cpp | 390 bool start_count = false; local 397 if (!start_count) { 400 start_count = true;
|
/external/webrtc/talk/media/base/ |
capturemanager.cc | 62 int start_count() const { function in class:cricket::VideoCapturerState 262 ASSERT(capture_state && capture_state->start_count() > 0);
|
/external/harfbuzz_ng/src/ |
hb-ot-cmap-table.hh | 104 HBUINT16 *start_count = c->allocate_size<HBUINT16> (HBUINT16::static_size * segments.len); local 114 start_count[i].set (segments[i].start_code); [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, 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) { 868 start_count_ = start_count; 985 fprintf(stderr, "Segment %d; start %d\n", index, segment->start_count()); [all...] |