Home
last modified time | relevance | path

Searched defs:param_bytes (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dtls_client_handshaker.cc269 std::vector<uint8_t> param_bytes; in SetTransportParameters() local
278 const uint8_t* param_bytes; in ProcessTransportParameters() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dtls_client_handshaker.cc269 std::vector<uint8_t> param_bytes; in SetTransportParameters() local
278 const uint8_t* param_bytes; in ProcessTransportParameters() local
/external/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c101 const int param_bytes = 16 * sizeof(float); in xa_yuv_fs_constants() local
Dxa_renderer.c376 int shader_type, const float *params, int param_bytes) in renderer_set_constants()