Searched refs:orig_encoding (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/media/audio_utils/tests/ |
H A D | format_tests.cpp | 78 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() 145 constexpr audio_format_t orig_encoding = AUDIO_FORMAT_PCM_16_BIT; in TEST_P() local 153 orig_data, orig_encoding, SAMPLES); in TEST_P()
|
/aosp12/system/media/audio_utils/fuzz/format_fuzzer/ |
H A D | format_fuzzer.cpp | 77 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()
|