HomeSort by relevance Sort by last modified time
    Searched full:cluster_index (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
qcow2-refcount.c 118 static int get_refcount(BlockDriverState *bs, int64_t cluster_index)
125 refcount_table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
138 block_index = cluster_index &
178 static int64_t alloc_refcount_block(BlockDriverState *bs, int64_t cluster_index)
187 refcount_table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
244 refcount_table_index, cluster_index << s->cluster_bits, new_block);
247 if (in_same_refcount_block(s, new_block, cluster_index << s->cluster_bits)) {
484 int64_t cluster_index = cluster_offset >> s->cluster_bits; local
489 table_index = cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
503 new_block = alloc_refcount_block(bs, cluster_index);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2050 int32 cluster_index = 0; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2162 int32 cluster_index = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2162 int32 cluster_index = 0; local
    [all...]

Completed in 118 milliseconds