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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc 415 unsigned int last_cluster = buffer->info[0].cluster; local
418 if (buffer->info[i].cluster != last_cluster) {
421 last_cluster = buffer->info[i].cluster;
hb-buffer.cc 479 unsigned int i, start, count, last_cluster; local
488 last_cluster = info[0].cluster;
490 if (last_cluster != info[i].cluster) {
493 last_cluster = info[i].cluster;
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 419 unsigned int last_cluster = buffer->info[0].cluster; local
422 if (buffer->info[i].cluster != last_cluster) {
425 last_cluster = buffer->info[i].cluster;
hb-buffer.cc 480 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;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2684 const Cluster* const last_cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2844 const Cluster* const last_cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2844 const Cluster* const last_cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]

Completed in 301 milliseconds