HomeSort by relevance Sort by last modified time
    Searched refs:top_idx (Results 1 - 2 of 2) sorted by null

  /system/core/fs_mgr/
fs_mgr.cpp 859 int top_idx = i; local
887 bool wiped = partition_wiped(fstab->recs[top_idx].blk_device);
890 fs_mgr_is_formattable(&fstab->recs[top_idx]) && wiped) {
891 /* top_idx and attempted_idx point at the same partition, but sometimes
895 LERROR << __FUNCTION__ << "(): " << fstab->recs[top_idx].blk_device
896 << " is wiped and " << fstab->recs[top_idx].mount_point
897 << " " << fstab->recs[top_idx].fs_type
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 242 int32_t top_idx, bot_idx, got_pic, list_idx; local
251 top_idx = 0;
255 while ((top_idx < list_size)||(bot_idx < list_size))
259 while ((top_idx < list_size) & ~got_pic)
261 h264_dpb_set_active_fs(p_dpb, frame_list[top_idx]);
266 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
271 top_idx++;
295 while ((top_idx < list_size)||(bot_idx < list_size))
315 while ((top_idx < list_size) && (!(got_pic)))
317 h264_dpb_set_active_fs(p_dpb, frame_list[top_idx]);
    [all...]

Completed in 365 milliseconds