Searched defs:out_params (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_converter_perftest.cc29 const AudioParameters& out_params,
35 scoped_ptr<AudioBus> output_bus = AudioBus::Create(out_params);
37 AudioConverter converter(in_params, out_params, !fifo);
28 RunConvertBenchmark(const AudioParameters& in_params, const AudioParameters& out_params, bool fifo, const std::string& trace_name) argument
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config_test.cc162 QuicCryptoNegotiatedParameters out_params; local
167 &cached, &out_params, &error));
H A Dquic_crypto_client_config.cc341 QuicCryptoNegotiatedParameters* out_params,
378 out_params->cached_certs = certs;
398 QuicCryptoNegotiatedParameters* out_params,
404 out_params, out);
440 &out_params->aead, NULL) ||
443 QuicUtils::LOCAL_PRIORITY, &out_params->key_exchange,
448 out->SetTaglist(kAEAD, out_params->aead, 0);
449 out->SetTaglist(kKEXS, out_params->key_exchange, 0);
464 CryptoUtils::GenerateNonce(now, rand, orbit, &out_params->client_nonce);
465 out->SetStringPiece(kNONC, out_params
337 FillInchoateClientHello( const QuicServerId& server_id, const QuicVersion preferred_version, const CachedState* cached, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out) const argument
390 FillClientHello( const QuicServerId& server_id, QuicConnectionId connection_id, const QuicVersion preferred_version, const CachedState* cached, QuicWallTime now, QuicRandom* rand, const ChannelIDKey* channel_id_key, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out, string* error_details) const argument
635 ProcessRejection( const CryptoHandshakeMessage& rej, QuicWallTime now, CachedState* cached, bool is_https, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument
688 ProcessServerHello( const CryptoHandshakeMessage& server_hello, QuicConnectionId connection_id, const QuicVersionVector& negotiated_versions, CachedState* cached, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument
764 ProcessServerConfigUpdate( const CryptoHandshakeMessage& server_config_update, QuicWallTime now, CachedState* cached, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dconsole_logger_unittest.cc112 void ConsoleLogParams(base::DictionaryValue* out_params, argument
120 out_params->SetString("message.source", source);
122 out_params->SetString("message.url", url);
124 out_params->SetString("message.level", level);
126 out_params->SetInteger("message.line", line);
128 out_params->SetInteger("message.column", column);
130 out_params->SetString("message.text", text);
/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler.cc713 base::DictionaryValue* out_params) {
739 out_params->MergeDictionary(&params);
709 MatchesCommand(const std::string& method, const std::string& path, const CommandMapping& command, std::string* session_id, base::DictionaryValue* out_params) argument
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dnacl_io_demo.c215 * @param[out] out_params A PP_Var array.
220 struct PP_Var* out_params) {
232 *out_params = GetDictVar(message, "args");
233 if (out_params->type != PP_VARTYPE_ARRAY) {
218 ParseMessage(struct PP_Var message, const char** out_function, struct PP_Var* out_params) argument

Completed in 93 milliseconds