Home
last modified time | relevance | path

Searched refs:reinterpret_array_view (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/media/base/
Drtp_utils.cc289 rtc::reinterpret_array_view<const uint8_t>(packet)); in IsRtpPacket()
297 rtc::reinterpret_array_view<const uint8_t>(packet))) { in IsRtcpPacket()
534 if (!IsRtpPacket(rtc::reinterpret_array_view<const char>(packet)) || in ApplyPacketOptions()
/external/webrtc/api/
Darray_view.h302 inline ArrayView<U, Size> reinterpret_array_view(ArrayView<T, Size> view) { in reinterpret_array_view() function
Darray_view_unittest.cc562 ArrayView<int8_t, 3> int8_av = reinterpret_array_view<int8_t>(uint8_av); in TEST()
572 ArrayView<uint8_t> uint8_av = reinterpret_array_view<uint8_t>(int8_av); in TEST()