struct ResultsIndex

Defined at line 106 of file ../../src/media/audio/audio_core/testing/integration/hermetic_fidelity_test.cc

For each test_name|channel, we maintain two results arrays: Frequency Response and

Signal-to-Noise-and-Distortion (SiNAD). A map of array results is saved as a function-local

static variable. If kRetainWorstCaseResults is set, we persist results across repeated test runs.

Note: two test cases must not collide on the same test_name/channel. Thus, test cases must take

care not to reuse test_name upon copy-and-paste.

Public Members

basic_string test_name
int32_t channel

Public Methods

bool operator< (const ResultsIndex & rhs)

Defined at line 110 of file ../../src/media/audio/audio_core/testing/integration/hermetic_fidelity_test.cc