Home
last modified time | relevance | path

Searched refs:av_xiphlacing (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddefs.h168 unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
H A Dlibvorbisenc.c255 offset += av_xiphlacing(&p[offset], header.bytes); in libvorbis_encode_init()
256 offset += av_xiphlacing(&p[offset], header_comm.bytes); in libvorbis_encode_init()
H A Dutils.c868 unsigned int av_xiphlacing(unsigned char *s, unsigned int v) in av_xiphlacing() function
H A Dvorbisenc.c741 p += av_xiphlacing(p, hlens[0]); in put_main_header()
742 p += av_xiphlacing(p, hlens[1]); in put_main_header()
/third_party/ffmpeg/libavformat/
H A Drtpdec_xiph.c274 ptr += av_xiphlacing(ptr, length1); in parse_packed_headers()
275 ptr += av_xiphlacing(ptr, length2); in parse_packed_headers()
H A Doggparsevorbis.c240 offset += av_xiphlacing(&ptr[offset], priv->len[0]); in fixup_vorbis_headers()
241 offset += av_xiphlacing(&ptr[offset], priv->len[1]); in fixup_vorbis_headers()
H A Dvividas.c411 unsigned delta = av_xiphlacing(&p[offset], data_len[j]); in track_header()

Completed in 7 milliseconds