Searched refs:end_count (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | encode.c | 55 size_t start_count, end_count; in WebRtcIlbcfix_EncodeImpl() local 313 end_count = Nfor; in WebRtcIlbcfix_EncodeImpl() 320 end_count = WEBRTC_SPL_MIN (Nfor, (size_t)2); in WebRtcIlbcfix_EncodeImpl() 325 end_count = Nfor; in WebRtcIlbcfix_EncodeImpl() 330 end_count = Nfor; in WebRtcIlbcfix_EncodeImpl() 335 for (subframe = start_count; subframe < end_count; subframe++){ in WebRtcIlbcfix_EncodeImpl() 367 (iLBCenc_inst->mode == 30) && (Nfor > 0) && (end_count == 2)) in WebRtcIlbcfix_EncodeImpl() 420 end_count = Nback; in WebRtcIlbcfix_EncodeImpl() 427 end_count = (Nfor >= 2) ? 0 : (2 - NFor); in WebRtcIlbcfix_EncodeImpl() 432 end_count = Nback; in WebRtcIlbcfix_EncodeImpl() [all …]
|
/external/fio/engines/ |
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) in timeout_expired() argument 244 if ((end_count > start_count) && current_time >= end_count) in timeout_expired() 246 else if (current_time < start_count && current_time > end_count) in timeout_expired() 268 DWORD end_count = 0; in fio_windowsaio_getevents() local 275 end_count = start_count + (t->tv_sec * 1000) + (t->tv_nsec / 1000000); in fio_windowsaio_getevents() 302 if (dequeued >= min || (t != NULL && timeout_expired(start_count, end_count))) in fio_windowsaio_getevents()
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 364 size_t end_count; /* bytes in the last buffer */ member 403 buffer->end_count = 0; in buffer_start_write() 484 buffer->end_count = count; in buffer_from_file() 809 (last == bp->last && read_count >= bp->end_count)) in buffer_read() 1261 size_t end_count = buffer->end_count; in buffer_write() local 1267 if (end_count >= sizeof last->buffer) in buffer_write() 1281 end_count = 0; in buffer_write() 1284 avail = (sizeof last->buffer) - end_count; in buffer_write() 1288 memcpy(last->buffer + end_count, data, avail); in buffer_write() 1289 end_count += avail; in buffer_write() [all …]
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 851 int32_t end_count, in Segment() argument 855 end_count_(end_count), in Segment() 871 int32_t CMapTable::CMapFormat4::Builder::Segment::end_count() { in end_count() function in sfntly::CMapTable::CMapFormat4::Builder::Segment 876 CMapTable::CMapFormat4::Builder::Segment::set_end_count(int32_t end_count) { in set_end_count() argument 877 end_count_ = end_count; in set_end_count() 1086 index += new_data->WriteUShort(index, segments_[i]->end_count()); in SubSerialize()
|
D | cmap_table.h | 333 int32_t end_count, 343 int32_t end_count(); 345 void set_end_count(int32_t end_count);
|
/external/e2fsprogs/ |
D | TODO | 121 probably read something like end_count.
|