Searched refs:GetUint8 (Results 1 – 3 of 3) sorted by relevance
124 bool GetUint8(const void* data, size_t offset, int* value) { in GetUint8() function177 return GetUint8(data, kRtpFlagsOffset, value); in GetRtpFlags()184 if (!GetUint8(data, kRtpPayloadTypeOffset, value)) { in GetRtpPayloadType()244 return GetUint8(data, kRtcpPayloadTypeOffset, value); in GetRtcpType()
23 return byte(GetUint8(buf))32 func GetUint8(buf []byte) (n uint8) { func
78 func (t *Table) GetUint8(off UOffsetT) uint8 { func79 return GetUint8(t.Bytes[off:])187 return t.GetUint8(t.Pos + UOffsetT(off))