Searched defs:kFrameSizes (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | frame_size_tests.cc | 105 static constexpr std::array<FrameSize, 3> kFrameSizes = { { in TEST_P() local 168 static constexpr std::array<FrameSize, 4> kFrameSizes = { { in TEST_P() local 244 static constexpr std::array<FrameSize, 3> kFrameSizes = { { in TEST_P() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/dec/test/ |
H A D | amrnbdec_test.cpp | 48 const uint32_t kFrameSizes[] = {12, 13, 15, 17, 19, 20, 26, 31}; variable
|
H A D | AmrnbDecoderTest.cpp | 38 const int32_t kFrameSizes[] = {12, 13, 15, 17, 19, 20, 26, 31, -1, -1, -1, -1, -1, -1, -1, -1}; variable
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/dec/fuzzer/ |
H A D | amrwb_dec_fuzzer.cpp | 31 constexpr int32_t kFrameSizes[16] = {17, 23, 32, 36, 40, 46, 50, 58, variable
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/dec/test/ |
H A D | amrwbdec_test.cpp | 50 const uint32_t kFrameSizes[] = { 17, 23, 32, 36, 40, 46, 50, 58, 60 }; variable
|
H A D | AmrwbDecoderTest.cpp | 41 const int32_t kFrameSizes[16] = {17, 23, 32, 36, 40, 46, 50, 58, 60, -1, -1, -1, -1, -1, -1, -1}; variable
|