HomeSort by relevance Sort by last modified time
    Searched full:av_bswap16 (Results 1 - 1 of 1) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
bswap.h 57 #ifndef av_bswap16
58 static av_always_inline av_const uint16_t av_bswap16(uint16_t x) function
86 #define av_le2ne16(x) av_bswap16(x)
92 #define av_be2ne16(x) av_bswap16(x)

Completed in 331 milliseconds