Searched refs:av_xiphlacing (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | defs.h | 168 unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
|
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()
|
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()
|
D | utils.c | 865 unsigned int av_xiphlacing(unsigned char *s, unsigned int v) in av_xiphlacing() function
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_xiph.c | 274 ptr += av_xiphlacing(ptr, length1); in parse_packed_headers() 275 ptr += av_xiphlacing(ptr, length2); in parse_packed_headers()
|
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()
|
D | vividas.c | 411 unsigned delta = av_xiphlacing(&p[offset], data_len[j]); in track_header()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 248 - av_xiphlacing()
|