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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dsubtitles.mak1 FATE_SUBTITLES_ASS-$(call ALLYES, AQTITLE_DEMUXER TEXT_DECODER ICONV) += fate-sub-aqtitle
2 fate-sub-aqtitle: CMD = md5 -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/AQTitle_capability_tester.aqt -f ass
4 FATE_SUBTITLES_ASS-$(call DEMDEC, JACOSUB, JACOSUB) += fate-sub-jacosub
5 fate-sub-jacosub: CMD = md5 -i $(TARGET_SAMPLES)/sub/JACOsub_capability_tester.jss -f ass
7 FATE_SUBTITLES_ASS-$(call DEMDEC, MICRODVD, MICRODVD) += fate-sub-microdvd
8 fate-sub-microdvd: CMD = md5 -i $(TARGET_SAMPLES)/sub/MicroDVD_capability_tester.sub
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-gpio.c3 bttv-gpio.c -- gpio sub drivers
5 sysfs-based sub driver interface for bttv
43 struct bttv_sub_driver *sub = to_bttv_sub_drv(drv); local
44 int len = strlen(sub->wanted);
46 if (0 == strncmp(dev_name(dev), sub->wanted, len))
54 struct bttv_sub_driver *sub = to_bttv_sub_drv(dev->driver); local
56 return sub->probe ? sub->probe(sdev) : -ENODEV;
62 struct bttv_sub_driver *sub = to_bttv_sub_drv(dev->driver); local
64 if (sub
78 struct bttv_sub_device *sub = to_bttv_sub_dev(dev); local
84 struct bttv_sub_device *sub; local
109 struct bttv_sub_device *sub, *save; local
121 bttv_sub_register(struct bttv_sub_driver *sub, char *wanted) argument
129 bttv_sub_unregister(struct bttv_sub_driver *sub) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dldap_escape.c40 const char *sub; local
53 sub = "\\2a";
56 sub = "\\28";
59 sub = "\\29";
62 sub = "\\5c";
65 sub = NULL;
69 if (sub) {
77 strncpy (p, sub, 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dsubscr.c85 static void subscr_send_event(struct subscription *sub, argument
94 msg_sect.iov_base = (void *)&sub->evt;
97 sub->evt.event = htonl(event);
98 sub->evt.found_lower = htonl(found_lower);
99 sub->evt.found_upper = htonl(found_upper);
100 sub->evt.port.ref = htonl(port_ref);
101 sub->evt.port.node = htonl(node);
102 tipc_send(sub->server_ref, 1, &msg_sect);
111 int tipc_subscr_overlap(struct subscription *sub, argument
116 if (found_lower < sub
131 tipc_subscr_report_overlap(struct subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port_ref, u32 node, int must) argument
151 subscr_timeout(struct subscription *sub) argument
198 subscr_del(struct subscription *sub) argument
220 struct subscription *sub; local
275 struct subscription *sub; local
327 struct subscription *sub; local
421 struct subscription *sub; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxsubdec.c53 AVSubtitle *sub = data; local
60 memset(sub, 0, sizeof(*sub));
75 sub->start_display_time = parse_timecode(buf + 1, packet_time);
76 sub->end_display_time = parse_timecode(buf + 14, packet_time);
91 // allocate sub and set values
92 sub->rects = av_mallocz(sizeof(*sub->rects));
93 sub->rects[0] = av_mallocz(sizeof(*sub
[all...]
H A Dass.c38 * the layout of the numpad (1-3 sub, 4-6 mid, 7-9 top)
81 void ff_ass_init(AVSubtitle *sub) argument
83 memset(sub, 0, sizeof(*sub));
95 int ff_ass_add_rect(AVSubtitle *sub, const char *dialog, argument
112 rects = av_realloc(sub->rects, (sub->num_rects+1) * sizeof(*sub->rects));
115 sub->rects = rects;
116 sub
[all...]
H A Dass.h53 * @param sub pointer to the AVSubtitle
55 void ff_ass_init(AVSubtitle *sub);
60 * @param sub pointer to the AVSubtitle
61 * @param dialog ASS dialog to add to sub
73 int ff_ass_add_rect(AVSubtitle *sub, const char *dialog,
H A Dpgssubdec.c87 * @param sub pointer to the processed subtitle data
91 static int decode_rle(AVCodecContext *avctx, AVSubtitle *sub, argument
99 sub->rects[0]->pict.data[0] = av_malloc(sub->rects[0]->w * sub->rects[0]->h);
101 if (!sub->rects[0]->pict.data[0])
107 while (buf < rle_bitmap_end && line_count < sub->rects[0]->h) {
122 if (run > 0 && pixel_count + run <= sub->rects[0]->w * sub->rects[0]->h) {
123 memset(sub
349 AVSubtitle *sub = data; local
[all...]
H A Dassenc.c38 AVSubtitle *sub = data; local
41 for (i=0; i<sub->num_rects; i++) {
42 if (sub->rects[i]->type != SUBTITLE_ASS) {
47 len = av_strlcpy(buf+total_len, sub->rects[i]->ass, bufsize-total_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpevents.c56 struct subscriber * sub; member in struct:upnp_event_notify
68 upnp_event_create_notify(struct subscriber * sub);
135 struct subscriber * sub; local
136 for(sub = subscriberlist.lh_first; sub != NULL; sub = sub->entries.le_next) {
137 if(memcmp(sid, sub->uuid, 41) == 0) {
138 sub->timeout = (timeout ? time(NULL) + timeout : 0);
148 struct subscriber * sub; local
171 struct subscriber * sub; local
180 upnp_event_create_notify(struct subscriber * sub) argument
408 struct subscriber * sub; local
461 struct subscriber * sub; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/lib/
H A Dfindbit.S22 sub r12, -4
23 sub r9, 32
34 sub r9, r11, r10
45 sub r12, -4
51 sub r9, 32
58 sub r12, -4
59 sub r9, 32
84 sub r12, -4
85 sub r9, 32
96 sub r
[all...]
H A Dclear_user.S28 1: sub r11, 4
32 sub r11, 4
35 2: sub r11, -4
42 sub r11, 2
54 sub r11, 1
56 sub r11, 1
58 sub r11, 1
66 18: sub r11, -4
H A Dcsum_partial.S19 3: sub r11, 4
24 sub r11, 4
28 5: sub r11, -4
37 sub r11, 2
H A Dio-readsw.S15 sub r10, 1
29 sub r10, 2
35 sub r10, 2
38 2: sub r10, -2
H A Dio-writesw.S11 sub r10, 1
23 sub r10, 2
30 sub r10, 2
33 2: sub r10, -2
H A Dcopy_user.S49 1: sub r10, 4
55 sub r10, 4
58 3: sub r10, -4
68 sub r10, 1
72 sub r10, 1
85 sub r10, 1
86 sub r9, 1
90 sub r10, 1
91 sub r9, 1
95 sub r1
[all...]
H A Dio-readsb.S12 sub r10, 1
30 sub r10, 4
38 sub r10, 4
41 2: sub r10, -4
45 sub r10, 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpevents.c93 struct subscriber * sub; member in struct:upnp_event_notify
105 upnp_event_create_notify(struct subscriber * sub);
168 struct subscriber * sub; local
169 for(sub = subscriberlist.lh_first; sub != NULL; sub = sub->entries.le_next) {
170 if(memcmp(sid, sub->uuid, 41) == 0) {
171 sub->timeout = (timeout ? time(NULL) + timeout : 0);
181 struct subscriber * sub; local
202 struct subscriber * sub; local
213 struct subscriber * sub; local
222 upnp_event_create_notify(struct subscriber * sub) argument
450 struct subscriber * sub; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dgetpart.h32 const char *main, const char *sub, FILE *stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxsubdec.c53 AVSubtitle *sub = data; local
74 sub->start_display_time = parse_timecode(buf + 1, packet_time);
75 sub->end_display_time = parse_timecode(buf + 14, packet_time);
94 // allocate sub and set values
95 sub->rects = av_mallocz(sizeof(*sub->rects));
96 sub->rects[0] = av_mallocz(sizeof(*sub->rects[0]));
97 sub->num_rects = 1;
98 sub
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive.c130 void (* recurse) (DBusTypeReader *sub,
131 DBusTypeReader *parent); /**< recurse with this reader as sub */
161 base_reader_recurse (DBusTypeReader *sub, argument
165 reader_init (sub,
174 struct_or_dict_entry_types_only_reader_recurse (DBusTypeReader *sub, argument
177 base_reader_recurse (sub, parent);
179 _dbus_assert (_dbus_string_get_byte (sub->type_str,
180 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR ||
181 _dbus_string_get_byte (sub->type_str,
182 sub
188 struct_or_dict_entry_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
198 array_types_only_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
239 array_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
274 variant_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
447 DBusTypeReader sub; local
582 DBusTypeReader sub; local
988 _dbus_type_reader_recurse(DBusTypeReader *reader, DBusTypeReader *sub) argument
1633 writer_recurse_init_and_check(DBusTypeWriter *writer, int container_type, DBusTypeWriter *sub) argument
1771 writer_recurse_struct_or_dict_entry(DBusTypeWriter *writer, int begin_char, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub) argument
1808 writer_recurse_array(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub, dbus_bool_t is_array_append) argument
1981 writer_recurse_variant(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub) argument
2052 _dbus_type_writer_recurse_contained_len(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub, dbus_bool_t is_array_append) argument
2106 _dbus_type_writer_recurse(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, DBusTypeWriter *sub) argument
2140 _dbus_type_writer_append_array(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, DBusTypeWriter *sub) argument
2176 _dbus_type_writer_unrecurse(DBusTypeWriter *writer, DBusTypeWriter *sub) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daqtitledec.c56 AVPacket *sub = NULL; local
76 if (sub) {
77 sub->duration = frame - sub->pts;
78 sub = NULL;
82 sub = ff_subtitles_queue_insert(&aqt->q, "\n", 1, 1);
83 if (!sub)
86 sub = ff_subtitles_queue_insert(&aqt->q, line, strlen(line), !new_event);
87 if (!sub)
90 sub
[all...]
H A Dsubviewer1dec.c46 AVPacket *sub = NULL; local
76 if (sub)
77 sub->duration = pts_start - sub->pts;
79 sub = ff_subtitles_queue_insert(&subviewer1->q, line, len, 0);
80 if (!sub)
82 sub->pos = pos;
83 sub->pts = pts_start;
84 sub->duration = -1;
123 .extensions = "sub",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dlocalename.c1475 int primary, sub; local
1479 sub = SUBLANGID (langid);
1487 switch (sub)
1493 switch (sub)
1499 switch (sub)
1505 switch (sub)
1511 switch (sub)
1532 switch (sub)
1538 switch (sub)
1544 switch (sub)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dmemmove.S19 sub %g7, 1, %o1
21 sub %o5, 1, %o0
24 sub %o1, 1, %o1
27 sub %o0, 1, %o0

Completed in 513 milliseconds

1234567891011>>