struct FidlBuffers

Defined at line 35 of file ../../src/media/audio/audio_core/effects_stage_v2.h

Manages buffers for the FIDL connection.

Exported so it can be tested and used in tests.

Public Members

void * input
void * output
size_t input_size
size_t output_size
vector mappers

Public Methods

FidlBuffers Create (const fuchsia_mem::wire::Range & input_range, const fuchsia_mem::wire::Range & output_range)

Will crash if the VMOs are not R+W mappable.

Defined at line 208 of file ../../src/media/audio/audio_core/effects_stage_v2.cc