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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DEnvExample.java14 import java.io.OutputStream;
35 OutputStream errs)
76 OutputStream errs)
H A DRPCExample.java14 import java.io.OutputStream;
36 OutputStream errs)
75 OutputStream errs)
/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 DSerialOutput.java16 import java.io.OutputStream;
69 public SerialOutput(OutputStream out, ClassCatalog classCatalog)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastOutputStream.java12 import java.io.OutputStream;
19 * <p>This class extends {@link OutputStream} and its <code>write()</code>
27 public class FastOutputStream extends OutputStream {
142 public void writeTo(OutputStream out) throws IOException {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtstream.tex25 wxFilterIn/OutputStream
26 \item the "IO" classes: wxSocketIn/OutputStream, wxDataIn/OutputStream, wxFileIn/OutputStream, ...
42 wxFilterIn/OutputStream is the base class definition for stream filtering.
48 nothing in the case of wxMemoryIn/OutputStream which bases itself on
/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.java17 import java.io.OutputStream;
111 OutputStream out = new FileOutputStream(file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dmuxing.c53 typedef struct OutputStream { struct
65 } OutputStream; typedef in typeref:struct:OutputStream
90 static void add_stream(OutputStream *ost, AVFormatContext *oc,
165 static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost)
244 static AVFrame *get_audio_frame(OutputStream *ost)
280 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost)
363 static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost)
425 static AVFrame *get_video_frame(OutputStream *ost)
466 static int write_video_frame(AVFormatContext *oc, OutputStream *ost)
520 static void close_stream(AVFormatContext *oc, OutputStream *os
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i72 private java.io.OutputStream error_stream;
73 private java.io.OutputStream message_stream;
246 public void set_error_stream(java.io.OutputStream stream) {
260 public java.io.OutputStream get_error_stream() {
264 public void set_message_stream(java.io.OutputStream stream) {
276 public java.io.OutputStream get_message_stream() {
481 java.io.OutputStream outfile, int flags)
498 public java.io.OutputStream get_error_stream() {
502 public void set_error_stream(java.io.OutputStream stream) {
514 public java.io.OutputStream get_message_strea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DGetURL.java61 OutputStream ostream = new BufferedOutputStream(System.out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h220 struct OutputStream *ost;
367 typedef struct OutputStream { struct
440 } OutputStream; typedef in typeref:struct:OutputStream
458 extern OutputStream **output_streams;
515 FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
H A Dffmpeg.c122 static void do_video_stats(OutputStream *ost, int frame_size);
143 OutputStream **output_streams = NULL;
469 OutputStream *ost = output_streams[i];
566 static void close_all_output_streams(OutputStream *ost, OSTFinished this_stream, OSTFinished others)
570 OutputStream *ost2 = output_streams[i];
575 static void write_frame(AVFormatContext *s, AVPacket *pkt, OutputStream *ost)
698 static void close_output_stream(OutputStream *ost)
709 static int check_recording_time(OutputStream *ost)
722 static void do_audio_out(AVFormatContext *s, OutputStream *ost,
772 OutputStream *os
[all...]
H A Dffmpeg_filter.c100 static char *choose_pix_fmts(OutputStream *ost)
150 static char *choose_ ## var ## s(OutputStream *ost) \
187 FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost)
345 OutputStream *ost = ofilter->ost;
435 OutputStream *ost = ofilter->ost;
852 OutputStream *ost = fg->outputs[0]->ost;
924 OutputStream *ost = fg->outputs[i]->ost;
H A Dffmpeg_opt.c1033 static void choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost)
1050 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type, int source_index)
1052 OutputStream *ost;
1233 OutputStream *ost)
1253 const OutputStream *ost, enum AVMediaType type)
1266 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
1269 OutputStream *ost;
1425 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index)
1429 OutputStream *ost;
1496 static OutputStream *new_data_strea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhdsenc.c44 typedef struct OutputStream { struct
65 } OutputStream; typedef in typeref:struct:OutputStream
74 OutputStream *streams;
78 static int parse_header(OutputStream *os, const uint8_t *buf, int buf_size)
119 OutputStream *os = opaque;
141 OutputStream *os = &c->streams[i];
189 OutputStream *os = &c->streams[i];
225 static int write_abst(AVFormatContext *s, OutputStream *os, int final)
299 static int init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts)
316 static void close_file(OutputStream *o
[all...]
H A Dsmoothstreamingenc.c66 } OutputStream; typedef in typeref:struct:__anon3632
75 OutputStream *streams;
82 OutputStream *os = opaque;
95 OutputStream *os = opaque;
143 static void get_private_data(OutputStream *os)
173 OutputStream *os = &c->streams[i];
192 static void output_chunk_list(OutputStream *os, AVIOContext *out, int final, int skip, int window_size)
229 OutputStream *os = &c->streams[i];
258 OutputStream *os = &c->streams[i];
272 OutputStream *o
[all...]
/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.java18 import java.io.OutputStream;
139 OutputStream out = new FileOutputStream(file);
/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.java19 import java.io.OutputStream;
207 public static OutputStream getErrorStream()
209 OutputStream retval = System.err;
H A DVerboseConfigTest.java23 import java.io.OutputStream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java43 private java.io.OutputStream errorStream = null;
47 private java.io.OutputStream messageStream = null;
615 Set an OutputStream for displaying error messages.
625 a OutputStream to be used for displaying additional Berkeley DB error
646 The application-specified OutputStream for error messages.
648 public void setErrorStream(final java.io.OutputStream errorStream) {
653 Return the an OutputStream for displaying error messages.
658 The an OutputStream for displaying error messages.
660 public java.io.OutputStream getErrorStream() {
916 Set an OutputStream fo
[all...]
H A DEnvironmentConfig.java99 private java.io.OutputStream errorStream = null;
100 private java.io.OutputStream messageStream = null;
719 Set an OutputStream for displaying error messages.
729 a OutputStream to be used for displaying additional Berkeley DB error
750 The application-specified OutputStream for error messages.
752 public void setErrorStream(final java.io.OutputStream errorStream) {
757 Return the an OutputStream for displaying error messages.
762 The an OutputStream for displaying error messages.
764 public java.io.OutputStream getErrorStream() {
1845 Set an OutputStream fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c195 typedef struct OutputStream { struct
256 } OutputStream; typedef in typeref:struct:OutputStream
273 static OutputStream *output_streams = NULL;
548 static int configure_video_filters(InputStream *ist, OutputStream *ost)
867 get_sync_ipts(const OutputStream *ost)
874 static void write_frame(AVFormatContext *s, AVPacket *pkt, OutputStream *ost)
930 static int encode_audio_frame(AVFormatContext *s, OutputStream *ost,
988 static void do_audio_out(AVFormatContext *s, OutputStream *ost,
1213 OutputStream *ost,
1279 static void do_video_resample(OutputStream *os
[all...]
H A Dffmpeg.c243 typedef struct OutputStream { struct
295 } OutputStream; typedef in typeref:struct:OutputStream
297 static OutputStream **output_streams_for_file[MAX_FILES] = { NULL };
335 static int configure_video_filters(InputStream *ist, OutputStream *ost)
640 static OutputStream *new_output_stream(AVFormatContext *oc, int file_idx, AVCodec *codec)
642 OutputStream *ost;
657 av_mallocz(sizeof(OutputStream));
686 OutputStream *ost;
716 get_sync_ipts(const OutputStream *ost)
757 OutputStream *os
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java230 java.io.OutputStream outfile, int flags)
247 public java.io.OutputStream get_error_stream() /* no exception */ {
251 public void set_error_stream(java.io.OutputStream stream) /* no exception */ {
263 public java.io.OutputStream get_message_stream() /* no exception */ {
267 public void set_message_stream(java.io.OutputStream stream) /* no exception */ {
470 /* package */ boolean verify0(String file, String database, java.io.OutputStream outfile, int flags) { return db_javaJNI.Db_verify0(swigCPtr, this, file, database, outfile, flags); }
H A DDbEnv.java51 private java.io.OutputStream error_stream;
52 private java.io.OutputStream message_stream;
225 public void set_error_stream(java.io.OutputStream stream) /* no exception */ {
239 public java.io.OutputStream get_error_stream() /* no exception */ {
243 public void set_message_stream(java.io.OutputStream stream) /* no exception */ {
255 public java.io.OutputStream get_message_stream() /* no exception */ {
/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 ...

Completed in 289 milliseconds

12