Searched refs:LXF_IDENT_LENGTH (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | lxfdec.c | 33 #define LXF_IDENT_LENGTH 8 macro 58 if (!memcmp(p->buf, LXF_IDENT, LXF_IDENT_LENGTH)) in lxf_probe() 89 uint8_t buf[LXF_IDENT_LENGTH]; in lxf_sync() 92 if ((ret = avio_read(s->pb, buf, LXF_IDENT_LENGTH)) != LXF_IDENT_LENGTH) in lxf_sync() 95 while (memcmp(buf, LXF_IDENT, LXF_IDENT_LENGTH)) { in lxf_sync() 99 memmove(buf, &buf[1], LXF_IDENT_LENGTH-1); in lxf_sync() 100 buf[LXF_IDENT_LENGTH-1] = avio_r8(s->pb); in lxf_sync() 103 memcpy(header, LXF_IDENT, LXF_IDENT_LENGTH); in lxf_sync() 121 const uint8_t *p = header + LXF_IDENT_LENGTH; in get_packet_header() [all...] |
Completed in 1 milliseconds