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

  /external/chromium_org/media/audio/cras/
cras_unified.cc 183 // Prepare |audio_format| and |stream_params| for the stream we
211 cras_stream_params* stream_params = cras_client_unified_params_create( local
220 if (!stream_params) {
232 if (cras_client_add_stream(client_, &stream_id_, stream_params) < 0) {
236 cras_client_stream_params_destroy(stream_params);
245 cras_client_stream_params_destroy(stream_params);
cras_input.cc 113 // Prepare |audio_format| and |stream_params| for the stream we
127 cras_stream_params* stream_params = cras_client_stream_params_create( local
138 if (!stream_params) {
151 if (cras_client_add_stream(client_, &stream_id_, stream_params)) {
159 cras_client_stream_params_destroy(stream_params);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 634 StreamParams* stream_params() { return stream_params_.get(); } function in class:cricket::WebRtcVideoChannelSendInfo
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 292 // Finds all StreamParams of all media types and attach them to stream_params.
294 StreamParamsVec* stream_params) {
310 stream_params->push_back(*it);
    [all...]

Completed in 143 milliseconds