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

  /external/e2fsprogs/lib/ext2fs/
qcow2.h 95 __u32 cluster_size; member in struct:ext2_qcow2_image
  /external/qemu/block/
qcow2.h 84 int cluster_size; member in struct:BDRVQcowState
123 int cluster_size; member in struct:QCowCreateState
150 return (size + (s->cluster_size - 1)) >> s->cluster_bits;
qcow2.c 89 if (offset > s->cluster_size)
173 s->cluster_size = 1 << s->cluster_bits;
208 s->cluster_cache = g_malloc(s->cluster_size);
210 s->cluster_data = g_malloc(QCOW_MAX_CRYPT_CLUSTERS * s->cluster_size
223 ext_end = s->cluster_size;
610 s->cluster_size);
709 if (header_size > s->cluster_size) {
847 int flags, size_t cluster_size, int prealloc)
886 s->cluster_bits = get_bits_from_size(cluster_size);
896 s->cluster_size = 1 << s->cluster_bits
1049 size_t cluster_size = 65536; local
    [all...]
  /external/opencv/ml/src/
mlem.cpp 548 int cluster_size = right - left; local
551 if( cluster_size <= 0 )
558 CV_CALL( cvCalcCovarMatrix( vec, cluster_size, covs[i],
560 weights->data.db[i] = (double)cluster_size/(double)nsamples;
    [all...]
  /external/qemu/include/block/
block.h 14 int cluster_size; member in struct:BlockDriverInfo
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2725 const uint64 cluster_size = last_cluster->payload_size(); local
    [all...]
mkvparser.cpp 951 long long cluster_size = -1; // size of cluster payload local
1073 cluster_size = size;
1137 if (cluster_size >= 0)
1138 pos += cluster_size;
1160 if (cluster_size < 0)
1163 pos += cluster_size;
1190 if (cluster_size >= 0) {
1191 pos += cluster_size;
1211 if (cluster_size < 0) { //unknown size
1320 cluster_size = pos - payload_pos
3284 long long cluster_size = -1; local
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 1280 int cluster_size = 0; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2885 const uint64 cluster_size = last_cluster->payload_size(); local
    [all...]
mkvparser.cpp 1105 long long cluster_size = -1; //size of cluster payload local
1240 cluster_size = size;
1307 if (cluster_size >= 0)
1308 pos += cluster_size;
1332 if (cluster_size < 0)
1335 pos += cluster_size;
1366 if (cluster_size >= 0)
1368 pos += cluster_size;
1388 if (cluster_size < 0) //unknown size
3652 long long cluster_size = -1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2885 const uint64 cluster_size = last_cluster->payload_size(); local
    [all...]
mkvparser.cpp 1105 long long cluster_size = -1; //size of cluster payload local
1240 cluster_size = size;
1307 if (cluster_size >= 0)
1308 pos += cluster_size;
1332 if (cluster_size < 0)
1335 pos += cluster_size;
1366 if (cluster_size >= 0)
1368 pos += cluster_size;
1388 if (cluster_size < 0) //unknown size
3652 long long cluster_size = -1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 1075 long long cluster_size = -1; //size of cluster payload local
1210 cluster_size = size;
1277 if (cluster_size >= 0)
1278 pos += cluster_size;
1302 if (cluster_size < 0)
1305 pos += cluster_size;
1336 if (cluster_size >= 0)
1338 pos += cluster_size;
3634 long long cluster_size = -1; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 953 long long cluster_size = -1; // size of cluster payload local
1075 cluster_size = size;
1139 if (cluster_size >= 0)
1140 pos += cluster_size;
1162 if (cluster_size < 0)
1165 pos += cluster_size;
1192 if (cluster_size >= 0) {
1193 pos += cluster_size;
1213 if (cluster_size < 0) { //unknown size
1322 cluster_size = pos - payload_pos
3286 long long cluster_size = -1; local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2012 int64_t cluster_size; member in struct:ImageInfo
    [all...]

Completed in 917 milliseconds