Home
last modified time | relevance | path

Searched refs:AV_WB16 (Results 1 - 25 of 57) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Drtpenc_vc2hq.c40 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()
H A Drtpenc_aac.c55 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()
H A Dhca.c71 AV_WB16(par->extradata + 4, version); in hca_read_header()
72 AV_WB16(par->extradata + 6, data_offset); in hca_read_header()
H A Drtpenc_xiph.c101 AV_WB16(q, size); in ff_rtp_send_xiph()
123 AV_WB16(q, len); in ff_rtp_send_xiph()
H A Drtpdec_qdm2.c208 AV_WB16(p, qdm->len[n]); in qdm2_restore_block()
231 AV_WB16(csum_pos, (uint16_t) total); in qdm2_restore_block()
H A Dmp3enc.c437 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()
H A Dprompeg.c211 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()
H A Dhcom.c73 AV_WB16(st->codecpar->extradata, dict_entries); in hcom_read_header()
H A Dmovenccenc.c75 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()
H A Dapngenc.c218 AV_WB16(new_fcTL_chunk + 20, delay.num); in flush_packet()
219 AV_WB16(new_fcTL_chunk + 22, delay.den); in flush_packet()
H A Drtpenc_h264_hevc.c92 AV_WB16(s->buf_ptr, size); in nal_send()
/third_party/ffmpeg/libavutil/tomi/
H A Dintreadwrite.h42 #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/
H A Dtruehd_core_bsf.c121 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()
H A Dsp5xdec.c64 AV_WB16(recoded+j+5, avctx->coded_height); in ff_sp5x_process_packet()
65 AV_WB16(recoded+j+7, avctx->coded_width); in ff_sp5x_process_packet()
H A Dmjpegenc_common.c131 AV_WB16(ptr, size); in jpeg_table_header()
213 AV_WB16(ptr+2, size + ICC_HDR_SIZE); in jpeg_put_comments()
235 AV_WB16(ptr, size); in jpeg_put_comments()
248 AV_WB16(ptr, size); in jpeg_put_comments()
H A Dpcm-blurayenc.c129 AV_WB16(avpkt->data, pkt_size - 4); in pcm_bluray_encode_frame()
130 AV_WB16(avpkt->data + 2, s->header); in pcm_bluray_encode_frame()
H A Dcinepakenc.c852 // AV_WB16(&buf[4], y); /* using absolute y values works -- rl */ in write_strip_header()
853 AV_WB16(&buf[4], 0); /* using relative values works as well -- rl */ in write_strip_header()
854 AV_WB16(&buf[6], 0); in write_strip_header()
855 // AV_WB16(&buf[8], y + h); /* using absolute y values works -- rl */ in write_strip_header()
856 AV_WB16(&buf[8], h); /* using relative values works as well -- rl */ in write_strip_header()
857 AV_WB16(&buf[10], s->w); in write_strip_header()
1001 AV_WB16(&buf[4], s->w); in write_cvid_header()
1002 AV_WB16(&buf[6], s->h); in write_cvid_header()
1003 AV_WB16(&buf[8], num_strips); in write_cvid_header()
H A Dmovsub_bsf.c50 AV_WB16(out->data, in->size); in text2movsub()
H A Dpsd.c499 AV_WB16(&dst[0][x * 2], g * 65537 >> 32); in decode_frame()
500 AV_WB16(&dst[1][x * 2], b * 65537 >> 32); in decode_frame()
501 AV_WB16(&dst[2][x * 2], r * 65537 >> 32); in decode_frame()
H A Ddca.c67 AV_WB16(dst, AV_RL16(src)); in avpriv_dca_convert_bitstream()
H A Dvideotoolbox_vp9.c93 AV_WB16(p + 0, 0); in ff_videotoolbox_vpcc_extradata_create()
H A Dvideotoolbox.c210 AV_WB16(p + 6, sps_size); in ff_videotoolbox_avcc_extradata_create()
214 AV_WB16(p + 1, pps_size); in ff_videotoolbox_avcc_extradata_create()
340 AV_WB16(p + 19, 0); in ff_videotoolbox_hvcc_extradata_create()
367 AV_WB16(p + 1, num_##t##ps); \ in ff_videotoolbox_hvcc_extradata_create()
374 AV_WB16(p, size); \ in ff_videotoolbox_hvcc_extradata_create()
H A Ddolby_e_parse.c78 AV_WB16(dst, AV_RB16(src) ^ key); in ff_dolby_e_convert_input()
/third_party/ffmpeg/libavutil/
H A Dintreadwrite.h95 # 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/libavutil/ppc/
H A Dintreadwrite.h39 #define AV_WB16 av_write_bswap16 macro

Completed in 15 milliseconds

123