Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching refs:MonoPipe

41 #include <media/nbaio/MonoPipe.h>
65 // NOTE: This value will be rounded up to the nearest power of 2 by MonoPipe().
67 // Value used to divide the MonoPipe() buffer into segments that are written to the source and
68 // read from the sink. The maximum latency of the device is the size of the MonoPipe's buffer
69 // the minimum latency is the MonoPipe buffer size divided by this value.
156 sp<MonoPipe> rsxSink;
421 // Create a MonoPipe with optional blocking set to true.
422 MonoPipe* sink = new MonoPipe(buffer_size_frames, format, true /*writeCanBlock*/);
458 // to these objects via StrongPointer (sp<MonoPipe> and sp<MonoPipeReader>) which they can use
490 MonoPipe* sink;
731 sp<MonoPipe> sink =
739 ALOGD("out_set_parameters(): shutting down MonoPipe sink");
793 sp<MonoPipe> sink = rsxadev->routes[out->route_handle].rsxSink;
1399 // Recreate the pipe with the correct sample rate so that MonoPipe.write() rate limits
1593 sp<MonoPipe> sink = rsxadev->routes[route_idx].rsxSink;