Home
last modified time | relevance | path

Searched refs:av_xiphlacing (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddefs.h168 unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
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()
Dvorbisenc.c741 p += av_xiphlacing(p, hlens[0]); in put_main_header()
742 p += av_xiphlacing(p, hlens[1]); in put_main_header()
Dutils.c865 unsigned int av_xiphlacing(unsigned char *s, unsigned int v) in av_xiphlacing() function
/third_party/ffmpeg/libavformat/
Drtpdec_xiph.c274 ptr += av_xiphlacing(ptr, length1); in parse_packed_headers()
275 ptr += av_xiphlacing(ptr, length2); in parse_packed_headers()
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()
Dvividas.c411 unsigned delta = av_xiphlacing(&p[offset], data_len[j]); in track_header()
/third_party/ffmpeg/doc/
DAPIchanges248 - av_xiphlacing()