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

  /system/core/fs_mgr/
fs_mgr.cpp 882 int top_idx = i; local
    [all...]
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
vsoc_composer.cpp 536 for (size_t top_idx = layer_index + 1; top_idx < num_layers; ++top_idx) {
539 if (layers[top_idx].flags & HWC_SKIP_LAYER ||
540 (layers[top_idx].compositionType == HWC_FRAMEBUFFER &&
541 LayersOverlap(layers[layer_index], layers[top_idx]))) {
  /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 248 milliseconds