Run bitrate overflow test only on 64bit systems
authorJerome Jiang <jianj@google.com>
Thu, 19 Oct 2023 14:06:50 +0000 (10:06 -0400)
committerJerome Jiang <jianj@google.com>
Thu, 19 Oct 2023 15:36:47 +0000 (11:36 -0400)
commit424723dc025ce451dab9568239a46b18d0919b4d
treed8ad03533e29e8071092497db7c76d0ed92d61fe
parente4db6c3aacb3fbcbb939f132915234988f8617c1
Run bitrate overflow test only on 64bit systems

Frame size caps the target bitrate internally, so the frame size needs
to be large enough to reproduce the target bitrate overflow in the
fuzzing test.

However the frame size needed exceeds the max buffer allowed on 32bit
system defined by VPX_MAX_ALLOCABLE_MEMORY

Bug: chromium:1492864

Change-Id: Ia3a9a78cd35516373897039a7769b492e29e8450
test/encode_api_test.cc