/third_party/ffmpeg/libavformat/ |
D | rtpenc_vc2hq.c | 40 AV_WB16(&rtp_ctx->buf[0], 0); /* extended sequence number */ in send_packet() 81 AV_WB16(&info_hdr[ 4], prefix_bytes); in send_picture() 82 AV_WB16(&info_hdr[ 6], size_scaler); in send_picture() 83 AV_WB16(&info_hdr[ 8], frag_len); in send_picture() 84 AV_WB16(&info_hdr[10], 0 /* nr. of slices */); in send_picture() 91 AV_WB16(&info_hdr[ 8], frag_len); in send_picture() 92 AV_WB16(&info_hdr[10], 1 /* nr. of slices */); in send_picture() 93 AV_WB16(&info_hdr[12], 0 /* slice x */); in send_picture() 94 AV_WB16(&info_hdr[14], 0 /* slice y */); in send_picture()
|
D | rtpenc_aac.c | 55 AV_WB16(p, au_size * 8); in ff_rtp_send_aac() 68 AV_WB16(p, size * 8); in ff_rtp_send_aac() 76 AV_WB16(p, 2 * 8); in ff_rtp_send_aac() 79 AV_WB16(&p[2], au_size * 8); in ff_rtp_send_aac()
|
D | rtpenc_xiph.c | 101 AV_WB16(q, size); in ff_rtp_send_xiph() 123 AV_WB16(q, len); in ff_rtp_send_xiph()
|
D | hca.c | 71 AV_WB16(par->extradata + 4, version); in hca_read_header() 72 AV_WB16(par->extradata + 6, s->internal->data_offset); in hca_read_header()
|
D | rtpdec_qdm2.c | 209 AV_WB16(p, qdm->len[n]); in qdm2_restore_block() 232 AV_WB16(csum_pos, (uint16_t) total); in qdm2_restore_block()
|
D | mp3enc.c | 437 AV_WB16(mp3->xing_frame + mp3->xing_offset + 135, val); in mp3_update_xing() 444 AV_WB16(mp3->xing_frame + mp3->xing_offset + 137, val); in mp3_update_xing() 460 AV_WB16(mp3->xing_frame + mp3->xing_offset + XING_SIZE - 4, mp3->audio_crc); in mp3_update_xing() 463 AV_WB16(mp3->xing_frame + mp3->xing_offset + XING_SIZE - 2, tag_crc); in mp3_update_xing()
|
D | prompeg.c | 211 AV_WB16(b + 6, s->length_recovery); in prompeg_create_bitstring() 233 AV_WB16(buf + 2, sn); in prompeg_write_fec() 239 AV_WB16(buf + 12, fec->sn); in prompeg_write_fec()
|
D | hcom.c | 74 AV_WB16(st->codecpar->extradata, dict_entries); in hcom_read_header()
|
D | movenccenc.c | 75 AV_WB16(p, clear_bytes); in auxiliary_info_add_subsample() 162 AV_WB16(ctx->auxiliary_info + ctx->auxiliary_info_subsample_start, ctx->subsample_count); in mov_cenc_end_packet()
|
D | apngenc.c | 207 AV_WB16(existing_fcTL_chunk + 20, delay.num); in flush_packet() 208 AV_WB16(existing_fcTL_chunk + 22, delay.den); in flush_packet()
|
D | rtpenc_h264_hevc.c | 92 AV_WB16(s->buf_ptr, size); in nal_send()
|
/third_party/ffmpeg/libavutil/tomi/ |
D | intreadwrite.h | 42 #define AV_WB16 AV_WB16 macro 43 static av_always_inline void AV_WB16(void *p, uint16_t v) in AV_WB16() function
|
/third_party/ffmpeg/libavcodec/ |
D | truehd_core_bsf.c | 121 AV_WB16(pkt->data + 2, dts); in truehd_core_filter() 134 AV_WB16(pkt->data + have_header * 28 + 4 + bpos, substr_hdr); in truehd_core_filter() 140 AV_WB16(pkt->data + have_header * 28 + 4 + bpos, units[i].optional); in truehd_core_filter() 153 AV_WB16(pkt->data, auheader); in truehd_core_filter()
|
D | sp5xdec.c | 62 AV_WB16(recoded+j+5, avctx->coded_height); in ff_sp5x_process_packet() 63 AV_WB16(recoded+j+7, avctx->coded_width); in ff_sp5x_process_packet()
|
D | mjpegenc_common.c | 134 AV_WB16(ptr, size); in jpeg_table_header() 176 AV_WB16(ptr, size); in jpeg_put_comments() 189 AV_WB16(ptr, size); in jpeg_put_comments()
|
D | movsub_bsf.c | 50 AV_WB16(out->data, in->size); in text2movsub()
|
D | cinepakenc.c | 847 AV_WB16(&buf[4], 0); /* using relative values works as well -- rl */ in write_strip_header() 848 AV_WB16(&buf[6], 0); in write_strip_header() 850 AV_WB16(&buf[8], h); /* using relative values works as well -- rl */ in write_strip_header() 851 AV_WB16(&buf[10], s->w); in write_strip_header() 979 AV_WB16(&buf[4], s->w); in write_cvid_header() 980 AV_WB16(&buf[6], s->h); in write_cvid_header() 981 AV_WB16(&buf[8], num_strips); in write_cvid_header()
|
D | psd.c | 500 AV_WB16(&dst[0][x * 2], g * 65537 >> 32); in decode_frame() 501 AV_WB16(&dst[1][x * 2], b * 65537 >> 32); in decode_frame() 502 AV_WB16(&dst[2][x * 2], r * 65537 >> 32); in decode_frame()
|
D | videotoolbox.c | 162 AV_WB16(p + 6, h->ps.sps->data_size); in ff_videotoolbox_avcc_extradata_create() 166 AV_WB16(p + 1, h->ps.pps->data_size); in ff_videotoolbox_avcc_extradata_create() 283 AV_WB16(p + 19, 0); in ff_videotoolbox_hvcc_extradata_create() 310 AV_WB16(p + 1, num_##t##ps); \ in ff_videotoolbox_hvcc_extradata_create() 316 AV_WB16(p, lps->data_size); \ in ff_videotoolbox_hvcc_extradata_create()
|
D | dca.c | 72 AV_WB16(dst, AV_RL16(src)); in avpriv_dca_convert_bitstream()
|
D | proresenc_anatoliy.c | 635 AV_WB16(buf + 2, y_data_size); in encode_slice() 636 AV_WB16(buf + 4, u_data_size); in encode_slice() 639 AV_WB16(buf + 6, v_data_size); /* write v data size only if there is alpha */ in encode_slice() 713 AV_WB16(buf + 5, slice_per_line * mb_height); /* picture size */ in prores_encode_picture()
|
D | dolby_e_parse.c | 78 AV_WB16(dst, AV_RB16(src) ^ key); in ff_dolby_e_convert_input()
|
/third_party/ffmpeg/libavutil/ |
D | intreadwrite.h | 95 # if defined(AV_WN16) && !defined(AV_WB16) 96 # define AV_WB16(p, v) AV_WN16(p, v) macro 97 # elif !defined(AV_WN16) && defined(AV_WB16) 98 # define AV_WN16(p, v) AV_WB16(p, v) 244 #ifndef AV_WB16 245 # define AV_WB16(p, val) do { \ macro 404 #ifndef AV_WB16 405 # define AV_WB16(p, v) AV_WB(16, p, v) macro
|
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 671 AV_WB16(dst + xp + 0, c->rgbgamma[r] << 4); in xyz12Torgb48() 672 AV_WB16(dst + xp + 1, c->rgbgamma[g] << 4); in xyz12Torgb48() 673 AV_WB16(dst + xp + 2, c->rgbgamma[b] << 4); in xyz12Torgb48() 727 AV_WB16(dst + xp + 0, c->xyzgammainv[x] << 4); in rgb48Toxyz12() 728 AV_WB16(dst + xp + 1, c->xyzgammainv[y] << 4); in rgb48Toxyz12() 729 AV_WB16(dst + xp + 2, c->xyzgammainv[z] << 4); in rgb48Toxyz12()
|
/third_party/ffmpeg/libavutil/ppc/ |
D | intreadwrite.h | 39 #define AV_WB16 av_write_bswap16 macro
|