Home
last modified time | relevance | path

Searched refs:test_encode_decode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libopus/tests/
H A Dtest_opus_projection.c284 void test_encode_decode(opus_int32 bitrate, opus_int32 channels, in test_encode_decode() function
388 test_encode_decode(64 * 18, 18, 3); in main()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_base64.py765 def test_encode_decode(self): member in TestMain