Reduce memory usage of test with large frame size
authorJerome Jiang <jianj@google.com>
Fri, 20 Oct 2023 18:25:14 +0000 (14:25 -0400)
committerJerome Jiang <jianj@google.com>
Fri, 20 Oct 2023 19:40:43 +0000 (15:40 -0400)
commit352f9f64df62c8673f54651a90cd6d3935c34c6f
treefa12e42d82893d6b8fcac55b06e61f3a2ce0e271
parent424723dc025ce451dab9568239a46b18d0919b4d
Reduce memory usage of test with large frame size

 - Use smaller frame size that still triggers the overflow
 - Do not run encoder as the encoder init also triggers the overflow

Bug: chromium:1492864
Change-Id: I392549abf69f1cfb3754cc847a214513ec9bedc5
test/encode_api_test.cc