Searched refs:av_xiphlacing (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | defs.h | 168 unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
|
H A D | libvorbisenc.c | 255 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 D | utils.c | 868 unsigned int av_xiphlacing(unsigned char *s, unsigned int v) in av_xiphlacing() function
|
H A D | vorbisenc.c | 741 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 D | rtpdec_xiph.c | 274 ptr += av_xiphlacing(ptr, length1); in parse_packed_headers() 275 ptr += av_xiphlacing(ptr, length2); in parse_packed_headers()
|
H A D | oggparsevorbis.c | 240 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 D | vividas.c | 411 unsigned delta = av_xiphlacing(&p[offset], data_len[j]); in track_header()
|
Completed in 7 milliseconds