Searched refs:avio_wb16 (Results 26 - 45 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegenc.c521 avio_wb16(pb, (uint16_t)((((timestamp >> 15) & 0x7fff) << 1) | 1));
522 avio_wb16(pb, (uint16_t)((((timestamp ) & 0x7fff) << 1) | 1));
557 avio_wb16(pb, packet_bytes - 6);
637 avio_wb16(ctx->pb, 0x03d4); // length
643 avio_wb16(ctx->pb, 0x03fa); // length
782 avio_wb16(ctx->pb, packet_size);
819 avio_wb16(ctx->pb, 0x4000 | stream->max_buffer_size/ 128);
821 avio_wb16(ctx->pb, 0x6000 | stream->max_buffer_size/1024);
851 avio_wb16(ctx->pb, 4); /* skip 3 header bytes */
858 avio_wb16(ct
[all...]
H A Did3v2enc.c92 avio_wb16(avioc, 0);
228 avio_wb16(s->pb, 0);
316 avio_wb16(s->pb, 0);
H A Davio.h219 void avio_wb16(AVIOContext *s, unsigned int val);
H A Drtpenc.c282 avio_wb16(s1->pb, 6); /* length in words - 1 */
293 avio_wb16(s1->pb, (7 + len + 3) / 4); /* length in words - 1 */
307 avio_wb16(s1->pb, 1); /* length in words - 1 */
325 avio_wb16(s1->pb, s->seq);
H A Dhevc.c940 avio_wb16(pb, hvcc->general_constraint_indicator_flags);
949 avio_wb16(pb, hvcc->min_spatial_segmentation_idc | 0xf000);
976 avio_wb16(pb, hvcc->avgFrameRate);
1002 avio_wb16(pb, hvcc->array[i].numNalus);
1006 avio_wb16(pb, hvcc->array[i].nalUnitLength[j]);
H A Dmxfenc.c416 avio_wb16(pb, type);
417 avio_wb16(pb, value);
496 avio_wb16(pb, mxf_local_tag_batch[i].local_tag);
503 avio_wb16(pb, tag);
504 avio_wb16(pb, size);
575 avio_wb16(pb, 258); // v1.2
607 avio_wb16(pb, value[i]);
783 avio_wb16(pb, mxf->timecode_base);
1042 avio_wb16(pb, st->codec->block_align);
1359 avio_wb16(p
[all...]
H A Dflvenc.c165 avio_wb16(pb, len);
H A Dspdifenc.c489 avio_wb16(pb, val);
H A Daviobuf.c394 void avio_wb16(AVIOContext *s, unsigned int val) function
408 avio_wb16(s, (int)val >> 8);
H A Dmatroskaenc.c1434 avio_wb16(pb, pkt->pts - mkv->cluster_pts);
1565 avio_wb16(pb, ts - mkv->cluster_pts);
1659 avio_wb16(pb, ts - mkv->cluster_pts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegenc.c508 avio_wb16(pb, (uint16_t)((((timestamp >> 15) & 0x7fff) << 1) | 1));
509 avio_wb16(pb, (uint16_t)((((timestamp ) & 0x7fff) << 1) | 1));
630 avio_wb16(pb, packet_bytes - 6);
710 avio_wb16(ctx->pb, 0x03d4); // length
716 avio_wb16(ctx->pb, 0x03fa); // length
849 avio_wb16(ctx->pb, packet_size);
886 avio_wb16(ctx->pb, 0x4000 | stream->max_buffer_size/ 128);
888 avio_wb16(ctx->pb, 0x6000 | stream->max_buffer_size/1024);
918 avio_wb16(ctx->pb, 4); /* skip 3 header bytes */
925 avio_wb16(ct
[all...]
H A Did3v2enc.c78 avio_wb16(s->pb, 0);
H A Drtpdec.c261 avio_wb16(pb, 7); /* length in words - 1 */
301 avio_wb16(pb, (6 + len + 3) / 4); /* length in words - 1 */
335 avio_wb16(pb, 0); /* Seq */
351 avio_wb16(pb, 1); /* length in words - 1 */
H A Drtpenc.c216 avio_wb16(s1->pb, 6); /* length in words - 1 */
237 avio_wb16(s1->pb, s->seq);
H A Dmxfenc.c312 avio_wb16(pb, type);
313 avio_wb16(pb, value);
392 avio_wb16(pb, mxf_local_tag_batch[i].local_tag);
399 avio_wb16(pb, tag);
400 avio_wb16(pb, size);
464 avio_wb16(pb, 258); // v1.2
496 avio_wb16(pb, value[i]);
672 avio_wb16(pb, mxf->timecode_base);
905 avio_wb16(pb, st->codec->block_align);
1221 avio_wb16(p
[all...]
H A Davio.h444 void avio_wb16(AVIOContext *s, unsigned int val);
H A Dflvenc.c149 avio_wb16(pb, len);
H A Dspdifenc.c488 avio_wb16(pb, val);
H A Daviobuf.c533 void avio_wb16(AVIOContext *s, unsigned int val) function
547 avio_wb16(s, val >> 8);
H A Dmatroskaenc.c1024 avio_wb16(pb, pkt->pts - mkv->cluster_pts);
1057 avio_wb16(pb, ts - mkv->cluster_pts);

Completed in 196 milliseconds

12