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

  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 559 ProgramOptions updated_options = options; local
561 updated_options.UpdateFromHeader(input_stream);
562 CHECK(updated_options.Validate());
569 if (!WriteExpectationsFile(snippet_list, platform, updated_options,
  /external/webrtc/talk/session/media/
channel.cc 593 rtc::PacketOptions updated_options; local
594 updated_options = options;
610 updated_options.packet_time_params.rtp_sendtime_extension_id =
614 &updated_options.packet_time_params.srtp_packet_index);
621 &updated_options.packet_time_params.srtp_auth_tag_len);
623 updated_options.packet_time_params.srtp_auth_key.resize(key_len);
624 updated_options.packet_time_params.srtp_auth_key.assign(
665 channel->SendPacket(packet->data<char>(), packet->size(), updated_options,
    [all...]

Completed in 51 milliseconds