Home
last modified time | relevance | path

Searched refs:av_le2ne32 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Dbswap.h87 #define av_le2ne32(x) av_bswap32(x) macro
96 #define av_le2ne32(x) (x) macro
Dcrc.c403 crc ^= av_le2ne32(*(const uint32_t *) buffer); buffer += 4; in av_crc()
/third_party/ffmpeg/libavcodec/
Dv210dec.c35 val = av_le2ne32(*src++); \
119 val = av_le2ne32(*src++); in v210_decode_slice()
125 val = av_le2ne32(*src++); in v210_decode_slice()
Dr210dec.c72 pixel = av_le2ne32(*src++); in decode_frame()
Dasvenc.c327 ((uint32_t *) avctx->extradata)[0] = av_le2ne32(a->inv_qscale); in encode_init()
328 ((uint32_t *) avctx->extradata)[1] = av_le2ne32(AV_RL32("ASUS")); in encode_init()
Diff.c362 s->ham_palbuf[i*2+1] = 0xFF000000 | av_le2ne32(gray2rgb((i * 255) >> s->ham)); in extract_header()
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c1307 uint32_t color_space = av_le2ne32(par->codec_tag); in mkv_write_track()