Home
last modified time | relevance | path

Searched refs:hdr_decode (Results 1 – 5 of 5) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/test/mock/
H A Dmock_vidcodec.c35 static int hdr_decode(struct hdr *hdr, struct mbuf *mb) in hdr_decode() function
163 err = hdr_decode(&hdr, mb); in mock_decode()
/dports/audio/re/re-0.5.8/src/bfcp/
H A Dmsg.c48 static int hdr_decode(struct bfcp_msg *msg, struct mbuf *mb) in hdr_decode() function
176 err = hdr_decode(msg, mb); in bfcp_msg_decode()
/dports/audio/baresip/baresip-0.5.8/modules/vp9/
H A Ddecode.c107 static inline int hdr_decode(struct hdr *hdr, struct mbuf *mb) in hdr_decode() function
207 err = hdr_decode(&hdr, mb); in vp9_decode()
/dports/audio/baresip/baresip-0.5.8/modules/vp8/
H A Ddecode.c103 static inline int hdr_decode(struct hdr *hdr, struct mbuf *mb) in hdr_decode() function
208 err = hdr_decode(&hdr, mb); in vp8_decode()
/dports/audio/baresip/baresip-0.5.8/modules/av1/
H A Ddecode.c105 static inline int hdr_decode(struct hdr *hdr, struct mbuf *mb) in hdr_decode() function
211 err = hdr_decode(&hdr, mb); in av1_decode()