Home
last modified time | relevance | path

Searched defs:kMaxWidth (Results 1 – 18 of 18) sorted by relevance

/external/libyuv/files/unit_test/
Dcompare_test.cc210 const int kMaxWidth = 4096 * 3; in TEST_F() local
269 const int kMaxWidth = 4096 * 3; in TEST_F() local
301 const int kMaxWidth = 4096 * 3; in TEST_F() local
343 const int kMaxWidth = (benchmark_width_ * benchmark_height_ + 31) & ~31; in TEST_F() local
425 const int kMaxWidth = 4096 * 3; in TEST_F() local
457 const int kMaxWidth = 4096 * 3; in TEST_F() local
Dunit_test.h57 static const int kMaxWidth = 32768; variable
/external/skqp/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.cpp114 const int kMaxWidth = 1000; in TestCreate() local
DGrMagnifierEffect.cpp177 const int kMaxWidth = 200; in TestCreate() local
/external/skia/src/gpu/effects/generated/
DGrMagnifierEffect.cpp174 const int kMaxWidth = 200; in TestCreate() local
/external/libhevc/fuzzer/
Dhevc_enc_fuzzer.cpp38 constexpr size_t kMaxWidth = 10240; variable
/external/skia/fuzz/
DFuzzCreateDDL.cpp35 static constexpr int kMaxWidth = 64; variable
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h154 static constexpr unsigned kMaxWidth = 4096; variable
/external/skqp/tools/skiaserve/
DRequest.cpp18 static int kMaxWidth = 8192; variable
/external/skia/tools/skiaserve/
DRequest.cpp21 static int kMaxWidth = 8192; variable
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp136 const size_t kMaxWidth = 128u; in write_hex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DNativeFormatting.cpp135 const size_t kMaxWidth = 128u; in write_hex() local
/external/llvm-project/llvm/lib/Support/
DNativeFormatting.cpp134 const size_t kMaxWidth = 128u; in write_hex() local
/external/libaom/libaom/test/
Dblend_a64_mask_1d_test.cc38 static const int kMaxWidth = MAX_SB_SIZE * 5; // * 5 to cover longer strides member in __anonf2fde9ae0111::BlendA64Mask1DTest
Dblend_a64_mask_test.cc38 static const int kMaxWidth = MAX_SB_SIZE * 5; // * 5 to cover longer strides member in __anonc3c2443a0111::BlendA64MaskTest
/external/google-breakpad/src/processor/
Dstackwalk_common.cc71 static const int kMaxWidth = 80; // optimize for an 80-column terminal variable
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp52 constexpr size_t kMaxWidth = 10240; variable
/external/llvm-project/mlir/lib/IR/
DBuiltinTypes.cpp50 constexpr unsigned IntegerType::kMaxWidth; member in IntegerType