Searched refs:mono_out (Results 1 – 1 of 1) sorted by relevance
3344 std::vector<uint8_t> mono_out; in mono_blend() local3345 mono_out.resize(frames * bytes_per_sample); in mono_blend()3348 int16_t* out = (int16_t*)mono_out.data(); in mono_blend()3358 int32_t* out = (int32_t*)mono_out.data(); in mono_blend()3370 return mono_out; in mono_blend()