Searched defs:last_cluster (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.cc480 unsigned int i, start, count, last_cluster; local
489 last_cluster = info[0].cluster;
491 if (last_cluster != info[i].cluster) {
494 last_cluster = info[i].cluster;
H A Dhb-ot-shape-fallback.cc421 unsigned int last_cluster = buffer->info[0].cluster; local
424 if (buffer->info[i].cluster != last_cluster) {
427 last_cluster = buffer->info[i].cluster;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2684 const Cluster* const last_cluster = cluster_list_[cluster_list_size_ - 1]; local
2685 const uint64 last_cluster_timecode = last_cluster->timecode();
2725 const uint64 cluster_size = last_cluster->payload_size();
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc480 unsigned int i, start, count, last_cluster; local
489 last_cluster = info[0].cluster;
491 if (last_cluster != info[i].cluster) {
494 last_cluster = info[i].cluster;
H A Dhb-ot-shape-fallback.cc419 unsigned int last_cluster = buffer->info[0].cluster; local
422 if (buffer->info[i].cluster != last_cluster) {
425 last_cluster = buffer->info[i].cluster;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2844 const Cluster* const last_cluster = cluster_list_[cluster_list_size_ - 1]; local
2845 const uint64 last_cluster_timecode = last_cluster->timecode();
2885 const uint64 cluster_size = last_cluster->payload_size();

Completed in 507 milliseconds