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_input.cc 119 // Prepare |audio_format| and |stream_params| for the stream we
133 cras_stream_params* stream_params = cras_client_stream_params_create( local
144 if (!stream_params) {
157 if (cras_client_add_stream(client_, &stream_id_, stream_params)) {
165 cras_client_stream_params_destroy(stream_params);
cras_unified.cc 172 // Prepare |audio_format| and |stream_params| for the stream we
184 cras_stream_params* stream_params = cras_client_unified_params_create( local
193 if (!stream_params) {
205 if (cras_client_add_stream(client_, &stream_id_, stream_params) < 0) {
209 cras_client_stream_params_destroy(stream_params);
218 cras_client_stream_params_destroy(stream_params);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 538 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 283 // Finds all StreamParams of all media types and attach them to stream_params.
285 StreamParamsVec* stream_params) {
301 stream_params->push_back(*it);
    [all...]

Completed in 101 milliseconds