HomeSort by relevance Sort by last modified time
    Searched defs:stream_params (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/audio/cras/
cras_unified.cc 147 // Prepare |audio_format| and |stream_params| for the stream we
175 cras_stream_params* stream_params = cras_client_unified_params_create( local
184 if (!stream_params) {
196 if (cras_client_add_stream(client_, &stream_id_, stream_params) < 0) {
200 cras_client_stream_params_destroy(stream_params);
209 cras_client_stream_params_destroy(stream_params);
cras_input.cc 131 // Prepare |audio_format| and |stream_params| for the stream we
163 cras_stream_params* stream_params = cras_client_stream_params_create( local
174 if (!stream_params) {
187 if (cras_client_add_stream(client_, &stream_id_, stream_params)) {
195 cras_client_stream_params_destroy(stream_params);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 656 StreamParams* stream_params() { return stream_params_.get(); } function in class:cricket::WebRtcVideoChannelSendInfo
    [all...]

Completed in 395 milliseconds