Searched refs:reinterpret_array_view (Results 1 – 3 of 3) sorted by relevance
289 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()
302 inline ArrayView<U, Size> reinterpret_array_view(ArrayView<T, Size> view) { in reinterpret_array_view() function
562 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()