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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasfdec.c39 #include "asf.h"
44 int asfid2avid[128]; ///< conversion table from asf ID 2 AVStream ID
91 .class_name = "asf demuxer",
326 ASFContext *asf = s->priv_data; local
329 ff_get_guid(pb, &asf->hdr.guid);
330 asf->hdr.file_size = avio_rl64(pb);
331 asf->hdr.create_time = avio_rl64(pb);
333 asf->hdr.play_time = avio_rl64(pb);
334 asf->hdr.send_time = avio_rl64(pb);
335 asf
350 ASFContext *asf = s->priv_data; local
517 ASFContext *asf = s->priv_data; local
595 ASFContext *asf = s->priv_data; local
629 ASFContext *asf = s->priv_data; local
649 ASFContext *asf = s->priv_data; local
688 ASFContext *asf = s->priv_data; local
723 ASFContext *asf = s->priv_data; local
897 ASFContext *asf = s->priv_data; local
996 ASFContext *asf = s->priv_data; local
1125 ASFContext *asf = s->priv_data; local
1352 ASFContext *asf = s->priv_data; local
1372 ASFContext *asf = s->priv_data; local
1405 ASFContext *asf = s->priv_data; local
1428 ASFContext *asf = s->priv_data; local
1482 ASFContext *asf = s->priv_data; local
1545 ASFContext *asf = s->priv_data; local
[all...]
H A Dasfenc.c29 #include "asf.h"
263 /* write an asf chunk (only used in streaming case) */
267 ASFContext *asf = s->priv_data; local
274 avio_wl32(pb, asf->seqno); // sequence number
277 asf->seqno++;
290 static int32_t get_send_time(ASFContext *asf, int64_t pres_time, uint64_t *offset) argument
294 *offset = asf->data_offset + DATA_HEADER_SIZE;
295 for (i = 0; i < asf->next_start_sec; i++) {
296 if (pres_time <= asf->index_ptr[i].send_time)
298 send_time = asf
307 ASFContext *asf = s->priv_data; local
352 ASFContext *asf = s->priv_data; local
652 ASFContext *asf = s->priv_data; local
686 ASFContext *asf = s->priv_data; local
697 ASFContext *asf = s->priv_data; local
743 ASFContext *asf = s->priv_data; local
776 ASFContext *asf = s->priv_data; local
807 ASFContext *asf = s->priv_data; local
872 ASFContext *asf = s->priv_data; local
912 ASFContext *asf = s->priv_data; local
975 ASFContext *asf = s->priv_data; local
[all...]
H A Drtpdec_asf.c34 #include "asf.h"
131 PayloadContext *asf, const char *line)
170 static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf, argument
176 AVIOContext *pb = &asf->pb;
189 av_freep(&asf->buf);
215 if (asf->pktbuf && len_off != avio_tell(asf->pktbuf)) {
217 avio_close_dyn_buf(asf->pktbuf, &p);
218 asf->pktbuf = NULL;
221 if (!len_off && !asf
130 asfrtp_parse_sdp_line(AVFormatContext *s, int stream_index, PayloadContext *asf, const char *line) argument
285 asfrtp_free_context(PayloadContext *asf) argument
[all...]
H A DMakefile77 OBJS-$(CONFIG_ASF_DEMUXER) += asfdec.o asf.o asfcrypt.o \
79 OBJS-$(CONFIG_ASF_MUXER) += asfenc.o asf.o
447 OBJS-$(CONFIG_WTV_DEMUXER) += wtvdec.o wtv_common.o asfdec.o asf.o asfcrypt.o \
450 mpegtsenc.o asf.o
487 OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o
488 OBJS-$(CONFIG_MMST_PROTOCOL) += mmst.o mms.o asf.o
H A Dallformats.c78 REGISTER_MUXDEMUX(ASF, asf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasfdec.c34 #include "asf.h"
39 int asfid2avid[128]; ///< conversion table from asf ID 2 AVStream ID
191 ASFContext *asf = s->priv_data; local
194 ff_get_guid(pb, &asf->hdr.guid);
195 asf->hdr.file_size = avio_rl64(pb);
196 asf->hdr.create_time = avio_rl64(pb);
198 asf->hdr.play_time = avio_rl64(pb);
199 asf->hdr.send_time = avio_rl64(pb);
200 asf->hdr.preroll = avio_rl32(pb);
201 asf
215 ASFContext *asf = s->priv_data; local
402 ASFContext *asf = s->priv_data; local
470 ASFContext *asf = s->priv_data; local
505 ASFContext *asf = s->priv_data; local
523 ASFContext *asf = s->priv_data; local
587 ASFContext *asf = s->priv_data; local
725 ASFContext *asf = s->priv_data; local
816 ASFContext *asf = s->priv_data; local
909 ASFContext *asf = s->priv_data; local
1105 ASFContext *asf = s->priv_data; local
1124 ASFContext *asf = s->priv_data; local
1217 ASFContext *asf = s->priv_data; local
1265 ASFContext *asf = s->priv_data; local
[all...]
H A Dasfenc.c24 #include "asf.h"
269 /* write an asf chunk (only used in streaming case) */
272 ASFContext *asf = s->priv_data; local
279 avio_wl32(pb, asf->seqno);//sequence number
282 asf->seqno++;
298 ASFContext *asf = s->priv_data; local
317 duration = asf->duration + PREROLL_TIME * 10000;
330 if (asf->is_streamed) {
347 avio_wl64(pb, asf->nb_packets); /* number of packets */
349 avio_wl64(pb, asf
555 ASFContext *asf = s->priv_data; local
587 ASFContext *asf = s->priv_data; local
602 ASFContext *asf = s->priv_data; local
649 ASFContext *asf = s->priv_data; local
691 ASFContext *asf = s->priv_data; local
728 ASFContext *asf = s->priv_data; local
787 ASFContext *asf = s->priv_data; local
852 ASFContext *asf = s->priv_data; local
[all...]
H A Drtpdec_asf.c34 #include "asf.h"
128 PayloadContext *asf, const char *line)
163 static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf, argument
168 AVIOContext *pb = &asf->pb;
181 av_freep(&asf->buf);
207 if (asf->pktbuf && len_off != avio_tell(asf->pktbuf)) {
209 avio_close_dyn_buf(asf->pktbuf, &p);
210 asf->pktbuf = NULL;
213 if (!len_off && !asf
127 asfrtp_parse_sdp_line(AVFormatContext *s, int stream_index, PayloadContext *asf, const char *line) argument
280 asfrtp_free_context(PayloadContext *asf) argument
[all...]
H A DMakefile37 OBJS-$(CONFIG_ASF_DEMUXER) += asfdec.o asf.o asfcrypt.o \
39 OBJS-$(CONFIG_ASF_MUXER) += asfenc.o asf.o
313 OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asfdec.o asf.o asfcrypt.o \
338 OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o
339 OBJS-$(CONFIG_MMST_PROTOCOL) += mmst.o mms.o asf.o
H A Dallformats.c63 REGISTER_MUXDEMUX (ASF, asf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A Davserver.conf89 # asf : ASF compatible streaming (Windows Media Player format).
212 <Stream test.asf>
214 Format asf
284 #<Stream file.asf>
285 #File "/usr/local/httpd/htdocs/test.asf"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dffserver.conf85 # asf : ASF compatible streaming (Windows Media Player format).
208 <Stream test.asf>
210 Format asf
280 #<Stream file.asf>
281 #File "/usr/local/httpd/htdocs/test.asf"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dffserver.conf158 <Stream test_h.asf>
160 Format asf
180 <Stream test_l.asf>
182 Format asf
H A Dlavf-regression.sh71 do_lavf asf "" "-acodec mp2 -ar 44100 -ab 64k" "-r 25"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dwma.mak39 fate-wmav1-encode: CMD = enc_dec_pcm asf wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:a wmav1 -b:a 128k
45 fate-wmav2-encode: CMD = enc_dec_pcm asf wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:a wmav2 -b:a 128k
H A Davformat.mak3 FATE_LAVF-$(call ENCDEC2, MSMPEG4V3, MP2, ASF) += asf
H A Dseek.mak164 FATE_SEEK_LAVF-$(call ENCDEC2, MSMPEG4V3, MP2, ASF) += asf
202 fate-seek-lavf-asf: SRC = lavf/lavf.asf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.c264 struct vfe_cmd_asf_config asf; local
265 if (copy_from_user(&asf,
269 vfe_asf_config(&asf);
387 struct vfe_cmd_asf_update asf; local
388 if (copy_from_user(&asf,
392 vfe_asf_update(&asf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A DMakefile123 tagutils/tagutils.o: tagutils/tagutils-asf.c tagutils/tagutils-flc.c tagutils/tagutils-plist.c tagutils/tagutils-misc.c
124 tagutils/tagutils.o: tagutils/tagutils-aac.c tagutils/tagutils-asf.h tagutils/tagutils-flc.h tagutils/tagutils-mp3.c tagutils/tagutils-wav.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dcodec-regression.sh355 do_audio_encoding wmav1.asf "-acodec wmav1"
360 do_audio_encoding wmav2.asf "-acodec wmav2"
368 #do_audio_encoding vorbis.asf "-acodec vorbis"
H A Dlavf-regression.sh51 do_lavf asf "-acodec mp2" "-r 25"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcdrom.h667 unsigned asf : 1; member in struct:dvd_lu_send_asf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfig.mak1130 LAVF_TESTS=aiff alaw asf au avi bmp dv_fmt ffm flv_fmt gif gxf jpg mkv mmf mov mpg mulaw mxf mxf_d10 nut ogg pbmpipe pcx pgm pgmpipe pixfmt png ppm ppmpipe rm sgi swf tga tiff ts voc voc_s16 wav yuv4mpeg
H A Dconfigure1615 asf \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dcdrom.c1640 ai->lsasf.asf = buf[7] & 1;

Completed in 121 milliseconds