HomeSort by relevance Sort by last modified time
    Searched full:device_config (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 382 struct submix_config * const device_config = &rsxadev->config; local
419 memcpy(&device_config->common, config, sizeof(device_config->common));
420 device_config->buffer_size_frames = sink->maxFrames();
421 device_config->buffer_period_size_frames = device_config->buffer_size_frames /
423 if (in) device_config->pipe_frame_size = audio_stream_in_frame_size(&in->stream);
424 if (out) device_config->pipe_frame_size = audio_stream_out_frame_size(&out->stream);
427 device_config->pipe_frame_size = (device_config->pipe_frame_size * pipe_channel_count)
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
mldl.h 43 } DEVICE_CONFIG;

Completed in 240 milliseconds