Searched refs:InputStream (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DSerialInput.java12 import java.io.InputStream;
48 public SerialInput(InputStream in, ClassCatalog classCatalog)
66 public SerialInput(InputStream in,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastInputStream.java12 import java.io.InputStream;
18 * <p>This class extends {@link InputStream} and its <code>read()</code>
26 public class FastInputStream extends InputStream {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vda.c31 InputStream *ist = s->opaque;
91 InputStream *ist = s->opaque;
105 InputStream *ist = s->opaque;
H A Dffmpeg.h213 struct InputStream *ist;
241 typedef struct InputStream { struct
325 } InputStream; typedef in typeref:struct:InputStream
370 int source_index; /* InputStream index */
376 struct InputStream *sync_ist; /* input stream to sync against */
453 extern InputStream **input_streams;
507 int guess_input_channel_layout(InputStream *ist);
514 int ist_in_filtergraph(FilterGraph *fg, InputStream *ist);
515 FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
H A Dffmpeg_vdpau.c62 InputStream *ist = s->opaque;
95 InputStream *ist = s->opaque;
134 InputStream *ist = s->opaque;
191 InputStream *ist = s->opaque;
296 InputStream *ist = s->opaque;
H A Dffmpeg_dxva2.c122 InputStream *ist = s->opaque;
145 InputStream *ist = s->opaque;
201 InputStream *ist = s->opaque;
251 InputStream *ist = s->opaque;
299 InputStream *ist = s->opaque;
413 InputStream *ist = s->opaque;
458 InputStream *ist = s->opaque;
592 InputStream *ist = s->opaque;
H A Dffmpeg.c138 InputStream **input_streams = NULL;
166 static int sub2video_get_blank_frame(InputStream *ist)
210 static void sub2video_push_ref(InputStream *ist, int64_t pts)
223 static void sub2video_update(InputStream *ist, AVSubtitle *sub)
258 static void sub2video_heartbeat(InputStream *ist, int64_t pts)
269 InputStream *ist2 = input_streams[infile->ist_index + i];
287 static void sub2video_flush(InputStream *ist)
498 InputStream *ist = input_streams[i];
773 InputStream *ist,
863 InputStream *is
[all...]
H A Dffmpeg_filter.c187 FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost)
220 InputStream *ist = NULL;
590 static int sub2video_prepare(InputStream *ist)
631 InputStream *ist = ifilter->ist;
729 InputStream *ist = ifilter->ist;
935 int ist_in_filtergraph(FilterGraph *fg, InputStream *ist)
H A Dffmpeg_opt.c570 InputStream *ist = av_mallocz(sizeof(*ist));
1467 InputStream *ist;
1715 InputStream *ist;
2091 InputStream *ist;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A DHello.java27 InputStream p_out = p.getInputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DDbTestUtil.java16 import java.io.InputStream;
105 InputStream in = cls.getResourceAsStream("testdata/" + fileName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DGetURL.java60 InputStream istream = new BufferedInputStream(url.openStream());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java17 import java.io.InputStream;
133 InputStream in = cls.getResourceAsStream("testdata/" + fileName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A DHello.java56 InputStream p_out = p.getInputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A DHello.java63 InputStream p_out = p.getInputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/
H A DHello.java53 InputStream p_out = p.getInputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DTestUtils.java17 import java.io.InputStream;
176 InputStream in = new FileInputStream(configname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c157 struct InputStream *ist;
161 typedef struct InputStream { struct
182 } InputStream; typedef in typeref:struct:InputStream
198 int source_index; /* InputStream index */
205 struct InputStream *sync_ist; /* input stream to sync against */
268 static InputStream *input_streams = NULL;
421 static int alloc_buffer(InputStream *ist, FrameBuffer **pbuf)
472 static void free_buffer_pool(InputStream *ist)
483 static void unref_buffer(InputStream *ist, FrameBuffer *buf)
495 InputStream *is
[all...]
H A Dffmpeg.c241 struct InputStream;
246 int source_index; /* InputStream index */
253 struct InputStream *sync_ist; /* input stream to sync against */
300 typedef struct InputStream { struct
317 } InputStream; typedef in typeref:struct:InputStream
328 static InputStream *input_streams = NULL;
335 static int configure_video_filters(InputStream *ist, OutputStream *ost)
718 const InputStream *ist = ost->sync_ist;
758 InputStream *ist,
1000 static void pre_process_video_frame(InputStream *is
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A DRXTXcomm.jarMETA-INF/ META-INF/MANIFEST.MF gnu/io/ gnu/io/I2C.class I2C.java ...
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java32 import java.io.InputStream;
235 public ClassReader(final InputStream is) throws IOException {
257 private static byte[] readClass(final InputStream is) throws IOException {

Completed in 311 milliseconds