Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Drtp_utils.cc124 bool GetUint8(const void* data, size_t offset, int* value) { in GetUint8() function
177 return GetUint8(data, kRtpFlagsOffset, value); in GetRtpFlags()
184 if (!GetUint8(data, kRtpPayloadTypeOffset, value)) { in GetRtpPayloadType()
244 return GetUint8(data, kRtcpPayloadTypeOffset, value); in GetRtcpType()
/external/flatbuffers/go/
Dencode.go23 return byte(GetUint8(buf))
32 func GetUint8(buf []byte) (n uint8) { func
Dtable.go78 func (t *Table) GetUint8(off UOffsetT) uint8 { func
79 return GetUint8(t.Bytes[off:])
187 return t.GetUint8(t.Pos + UOffsetT(off))