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

  /external/chromium_org/third_party/ots/src/
ots.cc 287 uint32_t meta_offset; local
290 if (!file.ReadU32(&meta_offset) ||
295 if (meta_offset) {
296 if (meta_offset >= length || length - meta_offset < meta_length) {
363 if (meta_offset) {
364 if (block_end != meta_offset) {
367 block_end = ots::Round4(static_cast<uint64_t>(meta_offset) +
  /external/qemu/block/
qcow2-refcount.c 335 uint64_t meta_offset = (blocks_used * refcount_block_clusters) * local
337 uint64_t table_offset = meta_offset + blocks_clusters * s->cluster_size;
341 assert(meta_offset >= (s->free_cluster_index * s->cluster_size));
350 new_table[blocks_used + i] = meta_offset + (i * s->cluster_size);
362 ret = bdrv_pwrite_sync(bs->file, meta_offset, new_blocks,
    [all...]
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 260 int64_t meta_offset; local
264 && meta->findInt64("offset", &meta_offset)
269 pos = (off64_t)meta_offset;

Completed in 466 milliseconds