Searched refs:SYNCWORD1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdif.h28 #define SYNCWORD1 0xF872 macro
H A Dspdifdec.c125 if (state == (AV_BSWAP16C(SYNCWORD1) << 16 | AV_BSWAP16C(SYNCWORD2))
177 while (state != (AV_BSWAP16C(SYNCWORD1) << 16 | AV_BSWAP16C(SYNCWORD2))) {
H A Dspdifenc.c518 spdif_put_16(ctx, s->pb, SYNCWORD1); //Pa
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdif.h27 #define SYNCWORD1 0xF872 macro
H A Dspdifdec.c120 if (state == (AV_BSWAP16C(SYNCWORD1) << 16 | AV_BSWAP16C(SYNCWORD2))
172 while (state != (AV_BSWAP16C(SYNCWORD1) << 16 | AV_BSWAP16C(SYNCWORD2))) {
H A Dspdifenc.c517 spdif_put_16(ctx, s->pb, SYNCWORD1); //Pa

Completed in 191 milliseconds