Home
last modified time | relevance | path

Searched defs:kMaxHeight (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/leveldb/db/
H A Dskiplist.h102 enum { kMaxHeight = 12 }; enumerator
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp39 kMaxHeight = 480, enumerator
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
H A Dmpeg4_h263_enc_fuzzer.cpp26 constexpr size_t kMaxHeight = 10240; variable
/aosp_15_r20/external/skia/fuzz/
H A DFuzzCreateDDL.cpp38 static constexpr int kMaxHeight = 64; variable
/aosp_15_r20/external/libhevc/fuzzer/
H A Dhevc_enc_fuzzer.cpp41 constexpr size_t kMaxHeight = 10240; variable
/aosp_15_r20/external/skia/tools/skiaserve/
H A DRequest.cpp26 static int kMaxHeight = 8192; variable
/aosp_15_r20/external/libyuv/unit_test/
H A Dunit_test.h58 static const int kMaxHeight = 32768; variable
/aosp_15_r20/external/libultrahdr/lib/src/
H A Djpegdecoderhelper.cpp64 const int kMaxHeight = UHDR_MAX_DIMENSION; variable
/aosp_15_r20/external/libaom/test/
H A Dblend_a64_mask_1d_test.cc39 static const int kMaxHeight = MAX_SB_SIZE; member in __anonc5617b5a0111::BlendA64Mask1DTest
H A Dblend_a64_mask_test.cc39 static const int kMaxHeight = MAX_SB_SIZE; member in __anon875b55660111::BlendA64MaskTest
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h100 static constexpr int kMaxHeight = static_cast<int>(kMaxDepth - 1); variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_rep_btree.h100 static constexpr int kMaxHeight = static_cast<int>(kMaxDepth - 1); variable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h108 static constexpr int kMaxHeight = static_cast<int>(kMaxDepth - 1); variable
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h108 static constexpr int kMaxHeight = static_cast<int>(kMaxDepth - 1); variable
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h108 static constexpr int kMaxHeight = static_cast<int>(kMaxDepth - 1); variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h100 static constexpr int kMaxHeight = static_cast<int>(kMaxDepth - 1); variable
/aosp_15_r20/external/libavc/fuzzer/
H A Davc_enc_fuzzer.cpp55 constexpr size_t kMaxHeight = 10240; variable
H A Dsvc_enc_fuzzer.cpp67 constexpr size_t kMaxHeight = 2560; variable
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc159 constexpr int kMaxHeight = 8640; in NewFrameDecodedEvent() local