Home
last modified time | relevance | path

Searched defs:bswap_buf (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbswapdsp.h25 void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w); member
Dbswapdsp.c25 static void bswap_buf(uint32_t *dst, const uint32_t *src, int w) in bswap_buf() function
/third_party/ffmpeg/libavformat/
Dframecrcenc.c79 uint8_t bswap_buf[FFMAX(sizeof(AVCPBProperties), in framecrc_write_packet() local