Home
last modified time | relevance | path

Searched refs:kMaxWidth (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp38 kMaxWidth = 720, enumerator
52 fprintf(stderr, "Max width %d\n", kMaxWidth); in main()
75 if (width > kMaxWidth || height > kMaxHeight || width <= 0 || height <= 0) { in main()
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A Dmpeg4_h263_enc_fuzzer.cpp25 constexpr size_t kMaxWidth = 10240; variable
92 mFrameWidth = ((data[IDX_WD_BYTE_1] << 8) | data[IDX_WD_BYTE_2]) % kMaxWidth; in initEncoder()
/aosp12/frameworks/native/services/surfaceflinger/
H A DRefreshRateOverlay.cpp247 constexpr int32_t kMaxWidth = 1000; in setViewport() local
248 const auto width = std::min(kMaxWidth, std::min(viewport.width, viewport.height)); in setViewport()