Home
last modified time | relevance | path

Searched refs:full_length (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dlapped_transform_unittest.cc58 size_t full_length = (frames - 1) * 2; in ProcessAudioBlock() local
62 ASSERT_NEAR(in_block[0][0].real(), static_cast<float>(full_length), in ProcessAudioBlock()
/external/curl/lib/
Dhttp.c2938 size_t full_length; in Curl_http_readwrite_headers() local
2973 full_length = k->str - k->str_start; in Curl_http_readwrite_headers()
2975 result = header_append(data, k, full_length); in Curl_http_readwrite_headers()