Searched refs:AV_WL64 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavutil/avr32/ |
D | intreadwrite.h | 120 #define AV_WL64 AV_WL64 macro 121 static av_always_inline void AV_WL64(void *p, uint64_t v) in AV_WL64() function
|
/third_party/ffmpeg/libavutil/ |
D | intreadwrite.h | 205 # if defined(AV_WN64) && !defined(AV_WL64) 206 # define AV_WL64(p, v) AV_WN64(p, v) macro 207 # elif !defined(AV_WN64) && defined(AV_WL64) 208 # define AV_WN64(p, v) AV_WL64(p, v) 335 #ifndef AV_WL64 336 # define AV_WL64(p, val) do { \ macro 439 #ifndef AV_WL64 440 # define AV_WL64(p, v) AV_WL(64, p, v) macro
|
D | murmur3.c | 159 AV_WL64(dst, h1); in av_murmur3_final() 160 AV_WL64(dst + 8, h2); in av_murmur3_final()
|
/third_party/ffmpeg/libavutil/ppc/ |
D | intreadwrite.h | 35 #define AV_WL64 av_write_bswap64 macro
|
/third_party/ffmpeg/libavformat/ |
D | asfcrypt.c | 191 AV_WL64(qwords, packetkey); in ff_asfcrypt_dec()
|
D | omadec.c | 298 AV_WL64(buf, leaf_table[i]); in decrypt_init() 299 AV_WL64(&buf[8], leaf_table[i + 1]); in decrypt_init()
|
D | sbgdec.c | 1366 #define ADD_EDATA64(v) do { AV_WL64(edata, (v)); edata += 8; } while(0) in encode_intervals() 1489 AV_WL64(packet->data + 0, ts); in sbg_read_packet()
|
/third_party/ffmpeg/libavcodec/ |
D | bytestream.h | 91 DEF(uint64_t, le64, 8, AV_RL64, AV_WL64)
|
D | tta.c | 155 AV_WL64(s->crc_pass, tta_check_crc64(s->pass)); in tta_decode_init()
|
D | avpacket.c | 840 AV_WL64(side_data+8 + 8*i , error[i]); in ff_side_data_set_encoder_stats()
|