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

  /external/e2fsprogs/lib/ext2fs/
bmap64.h 18 unsigned long resize_count; member in struct:ext2_bmap_statistics
  /external/libvpx/libvpx/test/
resize_test.cc 540 int resize_count = 0; local
549 resize_count++;
555 ASSERT_EQ(1, resize_count) << "Resizing should occur.";
582 int resize_count = 0; local
586 resize_count++;
587 if (resize_count == 1) {
591 } else if (resize_count == 2) {
603 ASSERT_EQ(resize_count, 2) << "Resizing should occur twice.";
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 658 int resize_count; member in struct:VP9_COMP

Completed in 139 milliseconds