HomeSort by relevance Sort by last modified time
    Searched defs:cur_row (Results 1 - 5 of 5) sorted by null

  /external/perfetto/src/trace_processor/
heap_profile_tracker.cc 58 int64_t cur_row; local
61 cur_row = it->second;
63 cur_row = context_->storage->mutable_heap_profile_mappings()->Insert(row);
64 mapping_idx_.emplace(row, cur_row);
66 mappings_.emplace(std::make_pair(pidx, id), cur_row); local
88 int64_t cur_row; local
91 cur_row = it->second;
93 cur_row = context_->storage->mutable_heap_profile_frames()->Insert(row);
94 frame_idx_.emplace(row, cur_row);
96 frames_.emplace(std::make_pair(pidx, id), cur_row); local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 387 int cur_row; local
395 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2;
401 cur_row += 1;
408 pthread_mutex_lock(&lf_sync->recon_done_mutex[cur_row]);
409 if (lf_sync->num_tiles_done[cur_row] < tile_cols) {
410 pthread_cond_wait(&lf_sync->recon_done_cond[cur_row],
411 &lf_sync->recon_done_mutex[cur_row]);
413 pthread_mutex_unlock(&lf_sync->recon_done_mutex[cur_row]);
427 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2;
433 cur_row += 1
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 739 int cur_row = des_row; local
740 while (++cur_row < des_bottom) {
742 (uint8_t*)pDIBitmap->GetScanline(cur_row) + des_ScanOffet;
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 1544 int cur_row = dec->last_row_; local
    [all...]
  /external/toybox/generated/
globals.h 929 int cur_row; member in struct:vi_data

Completed in 1055 milliseconds