Searched refs:ff_voc_magic (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvoc.c25 const unsigned char ff_voc_magic[21] = "Creative Voice File\x1A"; variable
H A Dvoc.h45 extern const unsigned char ff_voc_magic[21];
H A Dvocenc.c46 avio_write(pb, ff_voc_magic, sizeof(ff_voc_magic) - 1);
H A Dvocdec.c31 if (memcmp(p->buf, ff_voc_magic, sizeof(ff_voc_magic) - 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dvoc.c25 const unsigned char ff_voc_magic[21] = "Creative Voice File\x1A"; variable
H A Dvoc.h45 extern const unsigned char ff_voc_magic[21];
H A Dvocenc.c40 avio_write(pb, ff_voc_magic, sizeof(ff_voc_magic) - 1);
H A Dvocdec.c31 if (memcmp(p->buf, ff_voc_magic, sizeof(ff_voc_magic) - 1))

Completed in 61 milliseconds