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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/include/mach/
H A Dmtd-xip.h18 #include <mach/regs-ost.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dmtd-xip.h18 #include <mach/regs-ost.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c581 get_sync_ipts(const AVOutputStream *ost) argument
583 const AVInputStream *ist = ost->sync_ist;
622 AVOutputStream *ost,
631 AVCodecContext *enc= ost->st->codec;
661 ost->audio_resample = 1;
663 if (ost->audio_resample && !ost->resample) {
666 ost->resample = av_audio_resample_init(enc->channels, dec->channels,
670 if (!ost->resample) {
679 if (!ost
621 do_audio_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, unsigned char *buf, int size) argument
882 do_subtitle_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, AVSubtitle *sub, int64_t pts) argument
948 do_video_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, AVFrame *in_picture, int *frame_size) argument
1178 do_video_stats(AVFormatContext *os, AVOutputStream *ost, int frame_size) argument
1220 AVOutputStream *ost; local
1344 AVOutputStream *ost; local
1758 AVOutputStream *ost, **ost_table = NULL; local
[all...]
H A Dffserver.c2362 AVStream *ist, *ost; local
2404 ost = ctx->streams[pkt.stream_index];
2408 pkt.dts = av_rescale_q(pkt.dts, ist->time_base, ost->time_base);
2410 pkt.pts = av_rescale_q(pkt.pts, ist->time_base, ost->time_base);
2411 pkt.duration = av_rescale_q(pkt.duration, ist->time_base, ost->time_base);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c581 get_sync_ipts(const AVOutputStream *ost) argument
583 const AVInputStream *ist = ost->sync_ist;
622 AVOutputStream *ost,
631 AVCodecContext *enc= ost->st->codec;
661 ost->audio_resample = 1;
663 if (ost->audio_resample && !ost->resample) {
666 ost->resample = av_audio_resample_init(enc->channels, dec->channels,
670 if (!ost->resample) {
679 if (!ost
621 do_audio_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, unsigned char *buf, int size) argument
882 do_subtitle_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, AVSubtitle *sub, int64_t pts) argument
948 do_video_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, AVFrame *in_picture, int *frame_size) argument
1178 do_video_stats(AVFormatContext *os, AVOutputStream *ost, int frame_size) argument
1220 AVOutputStream *ost; local
1344 AVOutputStream *ost; local
1758 AVOutputStream *ost, **ost_table = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c581 get_sync_ipts(const AVOutputStream *ost) argument
583 const AVInputStream *ist = ost->sync_ist;
622 AVOutputStream *ost,
631 AVCodecContext *enc= ost->st->codec;
661 ost->audio_resample = 1;
663 if (ost->audio_resample && !ost->resample) {
666 ost->resample = av_audio_resample_init(enc->channels, dec->channels,
670 if (!ost->resample) {
679 if (!ost
621 do_audio_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, unsigned char *buf, int size) argument
882 do_subtitle_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, AVSubtitle *sub, int64_t pts) argument
948 do_video_out(AVFormatContext *s, AVOutputStream *ost, AVInputStream *ist, AVFrame *in_picture, int *frame_size) argument
1178 do_video_stats(AVFormatContext *os, AVOutputStream *ost, int frame_size) argument
1220 AVOutputStream *ost; local
1344 AVOutputStream *ost; local
1758 AVOutputStream *ost, **ost_table = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Doggdec.c62 struct ogg_state *ost = local
63 av_malloc(sizeof (*ost) + (ogg->nstreams-1) * sizeof (*ogg->streams));
65 ost->pos = url_ftell (s->pb);
66 ost->curidx = ogg->curidx;
67 ost->next = ogg->state;
68 ost->nstreams = ogg->nstreams;
69 memcpy(ost->streams, ogg->streams, ogg->nstreams * sizeof(*ogg->streams));
75 memcpy (os->buf, ost->streams[i].buf, os->bufpos);
78 ogg->state = ost;
88 struct ogg_state *ost local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Doggdec.c62 struct ogg_state *ost = local
63 av_malloc(sizeof (*ost) + (ogg->nstreams-1) * sizeof (*ogg->streams));
65 ost->pos = url_ftell (s->pb);
66 ost->curidx = ogg->curidx;
67 ost->next = ogg->state;
68 ost->nstreams = ogg->nstreams;
69 memcpy(ost->streams, ogg->streams, ogg->nstreams * sizeof(*ogg->streams));
75 memcpy (os->buf, ost->streams[i].buf, os->bufpos);
78 ogg->state = ost;
88 struct ogg_state *ost local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Doggdec.c62 struct ogg_state *ost = local
63 av_malloc(sizeof (*ost) + (ogg->nstreams-1) * sizeof (*ogg->streams));
65 ost->pos = url_ftell (s->pb);
66 ost->curidx = ogg->curidx;
67 ost->next = ogg->state;
68 ost->nstreams = ogg->nstreams;
69 memcpy(ost->streams, ogg->streams, ogg->nstreams * sizeof(*ogg->streams));
75 memcpy (os->buf, ost->streams[i].buf, os->bufpos);
78 ogg->state = ost;
88 struct ogg_state *ost local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/
H A Ddevfsd.conf119 #REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL mksymlink /dev/$devname ost/\2\1
120 #UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL unlink ost/\2\1
122 REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/ln -sf /dev/$devname ost/\2\1
123 UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/rm -f ost/\2\1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/
H A Dreset.c13 #include <mach/regs-ost.h>
H A Dtime.c25 #include <mach/regs-ost.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dreset.c13 #include <mach/regs-ost.h>
H A Dtime.c25 #include <mach/regs-ost.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/
H A Ddevfsd.conf119 #REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL mksymlink /dev/$devname ost/\2\1
120 #UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL unlink ost/\2\1
122 REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/ln -sf /dev/$devname ost/\2\1
123 UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/rm -f ost/\2\1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/
H A Ddevfsd.conf119 #REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL mksymlink /dev/$devname ost/\2\1
120 #UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ CFUNCTION GLOBAL unlink ost/\2\1
122 REGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/ln -sf /dev/$devname ost/\2\1
123 UNREGISTER ^dvb/card([0-9]+)/([^/0-9]*)[0-9]+$ EXECUTE /bin/rm -f ost/\2\1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dtei.c150 struct PStack *ost, *st = fi->userdata; local
160 if ((ost = findtei(st, tei))) { /* same tei is in use */
161 if (ri != ost->ma.ri) {
164 ost->l2.l2tei(ost, MDL_ERROR | RESPONSE, NULL);
178 struct PStack *ost, *st = fi->userdata; local
187 if ((ost = findtei(st, tei))) { /* same tei is in use */
188 if (ri != ost->ma.ri) { /* and it wasn't our request */
191 FsmEvent(&ost->ma.tei_m, EV_VERIFY, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dtei.c150 struct PStack *ost, *st = fi->userdata; local
160 if ((ost = findtei(st, tei))) { /* same tei is in use */
161 if (ri != ost->ma.ri) {
164 ost->l2.l2tei(ost, MDL_ERROR | RESPONSE, NULL);
178 struct PStack *ost, *st = fi->userdata; local
187 if ((ost = findtei(st, tei))) { /* same tei is in use */
188 if (ri != ost->ma.ri) { /* and it wasn't our request */
191 FsmEvent(&ost->ma.tei_m, EV_VERIFY, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/watchdog/
H A Dsa1100_wdt.c33 #include <mach/regs-ost.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/watchdog/
H A Dsa1100_wdt.c33 #include <mach/regs-ost.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dremote-fileio.c939 struct stat ost, nst; local
974 of = stat (oldpath, &ost);
976 if ((!of && !S_ISREG (ost.st_mode) && !S_ISDIR (ost.st_mode))
999 if (S_ISREG (ost.st_mode))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dremote-fileio.c939 struct stat ost, nst; local
974 of = stat (oldpath, &ost);
976 if ((!of && !S_ISREG (ost.st_mode) && !S_ISDIR (ost.st_mode))
999 if (S_ISREG (ost.st_mode))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dremote-fileio.c939 struct stat ost, nst; local
974 of = stat (oldpath, &ost);
976 if ((!of && !S_ISREG (ost.st_mode) && !S_ISDIR (ost.st_mode))
999 if (S_ISREG (ost.st_mode))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-sa1100.c39 #include <mach/regs-ost.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-sa1100.c39 #include <mach/regs-ost.h>

Completed in 314 milliseconds

12