Searched refs:extra_bswap (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c69 int extra_bswap; ///< extra bswap for payload (for LE DTS => standard BE DTS) member in struct:IEC61937Context
261 ctx->extra_bswap = 1;
270 ctx->extra_bswap = 1;
503 ctx->extra_bswap = 0;
524 if (ctx->extra_bswap ^ (ctx->spdif_flags & SPDIF_FLAG_BIGENDIAN)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c68 int extra_bswap; ///< extra bswap for payload (for LE DTS => standard BE DTS) member in struct:IEC61937Context
260 ctx->extra_bswap = 1;
269 ctx->extra_bswap = 1;
502 ctx->extra_bswap = 0;
523 if (ctx->extra_bswap ^ (ctx->spdif_flags & SPDIF_FLAG_BIGENDIAN)) {

Completed in 59 milliseconds