Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dformat_tests.cpp78 constexpr audio_format_t orig_encoding = AUDIO_FORMAT_PCM_16_BIT; in TEST_P() local
93 orig_data, orig_encoding, SAMPLES); in TEST_P()
108 data, orig_encoding, in TEST_P()
114 memcmp(data, orig_data, SAMPLES * audio_bytes_per_sample(orig_encoding))); in TEST_P()
/system/media/audio_utils/fuzz/format_fuzzer/
Dformat_fuzzer.cpp77 constexpr audio_format_t orig_encoding = AUDIO_FORMAT_PCM_16_BIT; in LLVMFuzzerTestOneInput() local
89 data, orig_encoding, size); in LLVMFuzzerTestOneInput()
103 databuff, orig_encoding, in LLVMFuzzerTestOneInput()