src/ffmpeg/libavutil/bswap

Procs

proc av_bswap16(x: uint16): uint16 {.inline, importc, cdecl, ...raises: [],
                                     tags: [], forbids: [].}
proc av_bswap32(x: uint32): uint32 {.inline, importc, cdecl, ...raises: [],
                                     tags: [], forbids: [].}
proc av_bswap64(x: uint64): uint64 {.inline, importc, cdecl, ...raises: [],
                                     tags: [], forbids: [].}

Templates

template av_be2ne16(x: untyped): untyped
template AV_BE2NE16C(x: untyped): untyped
template av_be2ne32(x: untyped): untyped
template AV_BE2NE32C(x: untyped): untyped
template av_be2ne64(x: untyped): untyped
template AV_BE2NE64C(x: untyped): untyped
template AV_BE2NEC(s, x: untyped): untyped
template AV_BSWAP16C(x: untyped): untyped
template AV_BSWAP32C(x: untyped): untyped
template AV_BSWAP64C(x: untyped): untyped
template AV_BSWAPC(s, x: untyped): untyped
template av_le2ne16(x: untyped): untyped
template AV_LE2NE16C(x: untyped): untyped
template av_le2ne32(x: untyped): untyped
template AV_LE2NE32C(x: untyped): untyped
template av_le2ne64(x: untyped): untyped
template AV_LE2NE64C(x: untyped): untyped
template AV_LE2NEC(s, x: untyped): untyped