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

123

/external/opencv/cv/include/
H A Dcvstreams.h46 #include <streams.h> /* !!! IF YOU'VE GOT AN ERROR HERE, PLEASE READ BELOW !!! */
47 /***************** How to get Visual Studio understand streams.h ****************\
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A D__init__.py27 @section streams Streams
151 from streams import *
/external/libopus/include/
H A Dopus_multistream.h79 * the <code>streams</code> parameter used
92 * the <code>streams</code> parameter used
106 * The multistream API allows individual Opus streams to be combined into a
119 * <code>streams</code> to <code>1</code> when initializing the encoder or
122 * Multistream Opus streams can contain up to 255 elementary Opus streams.
125 * The streams are ordered so that all coupled streams appear at the
139 * be the special value 255 or be less than <code>streams + coupled_streams</code>.
189 * @param streams <t
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_smf.c296 /* parse the next event from all the streams */
328 /* find next event in all streams */
333 if (pSMFData->streams[i].ticks < temp)
335 temp = pSMFData->streams[i].ticks;
336 pSMFData->nextStream = &pSMFData->streams[i];
426 /* close all the streams */
429 if (pSMFData->streams[i].fileHandle != NULL)
431 if ((result = EAS_HWCloseFile(pEASData->hwInstData, pSMFData->streams[i].fileHandle)) != EAS_SUCCESS)
446 if (pSMFData->streams)
447 EAS_HWFree(pEASData->hwInstData, pSMFData->streams);
[all...]
H A Deas_public.c286 if (pEASData->streams[0].handle != NULL)
288 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Attempt to open multiple streams in static model\n"); */ }
296 if (pEASData->streams[streamNum].handle == NULL)
300 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Exceeded maximum number of open streams\n"); */ }
478 /* if there are streams open, close them */
482 if (pEASData->streams[i].pParserModule && pEASData->streams[i].handle)
484 if ((result = (*((S_FILE_PARSER_INTERFACE*)(pEASData->streams[i].pParserModule))->pfClose)(pEASData, pEASData->streams[i].handle)) != EAS_SUCCESS)
591 EAS_InitStream(&pEASData->streams[streamNu
[all...]
H A Deas_data.h113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_smf.c296 /* parse the next event from all the streams */
328 /* find next event in all streams */
333 if (pSMFData->streams[i].ticks < temp)
335 temp = pSMFData->streams[i].ticks;
336 pSMFData->nextStream = &pSMFData->streams[i];
426 /* close all the streams */
429 if (pSMFData->streams[i].fileHandle != NULL)
431 if ((result = EAS_HWCloseFile(pEASData->hwInstData, pSMFData->streams[i].fileHandle)) != EAS_SUCCESS)
446 if (pSMFData->streams)
447 EAS_HWFree(pEASData->hwInstData, pSMFData->streams);
[all...]
H A Deas_public.c286 if (pEASData->streams[0].handle != NULL)
288 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Attempt to open multiple streams in static model\n"); */ }
296 if (pEASData->streams[streamNum].handle == NULL)
300 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Exceeded maximum number of open streams\n"); */ }
478 /* if there are streams open, close them */
482 if (pEASData->streams[i].pParserModule && pEASData->streams[i].handle)
484 if ((result = (*((S_FILE_PARSER_INTERFACE*)(pEASData->streams[i].pParserModule))->pfClose)(pEASData, pEASData->streams[i].handle)) != EAS_SUCCESS)
591 EAS_InitStream(&pEASData->streams[streamNu
[all...]
H A Deas_data.h113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_smf.c301 /* parse the next event from all the streams */
333 /* find next event in all streams */
338 if (pSMFData->streams[i].ticks < temp)
340 temp = pSMFData->streams[i].ticks;
341 pSMFData->nextStream = &pSMFData->streams[i];
431 /* close all the streams */
434 if (pSMFData->streams[i].fileHandle != NULL)
436 if ((result = EAS_HWCloseFile(pEASData->hwInstData, pSMFData->streams[i].fileHandle)) != EAS_SUCCESS)
451 if (pSMFData->streams)
452 EAS_HWFree(pEASData->hwInstData, pSMFData->streams);
[all...]
H A Deas_public.c286 if (pEASData->streams[0].handle != NULL)
288 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Attempt to open multiple streams in static model\n"); */ }
296 if (pEASData->streams[streamNum].handle == NULL)
300 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Exceeded maximum number of open streams\n"); */ }
479 /* if there are streams open, close them */
483 if (pEASData->streams[i].pParserModule && pEASData->streams[i].handle)
485 if ((result = (*((S_FILE_PARSER_INTERFACE*)(pEASData->streams[i].pParserModule))->pfClose)(pEASData, pEASData->streams[i].handle)) != EAS_SUCCESS)
592 EAS_InitStream(&pEASData->streams[streamNu
[all...]
H A Deas_data.h115 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
H A Deas_miditypes.h101 S_SMF_STREAM *streams; /* pointer to individual streams in file */ member in struct:s_smf_data_tag
108 EAS_U16 numStreams; /* actual number of streams */
/external/antlr/antlr-3.4/runtime/Python/
H A Dmkdoxy.sh10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
/external/lzma/C/
H A DXzIn.c232 p->streams = 0;
239 Xz_Free(&p->streams[i], alloc);
240 alloc->Free(alloc, p->streams);
242 p->streams = 0;
250 num += p->streams[i].numBlocks;
259 ADD_SIZE_CHECH(size, Xz_GetUnpackSize(&p->streams[i]));
269 ADD_SIZE_CHECH(size, Xz_GetTotalSize(&p->streams[i]));
294 memcpy(data, p->streams, p->num * sizeof(CXzStream));
295 alloc->Free(alloc, p->streams);
296 p->streams
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java44 * A socket connection to a remote peer. A connection hosts streams which can
62 // frameWriter (to do blocking I/O) and this (to create streams). Such
81 private final Map<Integer, SpdyStream> streams = new HashMap<>(); field in class:SpdyConnection
181 * Returns the number of {@link SpdyStream#isOpen() open streams} on this
185 return streams.size();
189 return streams.get(id);
193 SpdyStream stream = streams.remove(streamId);
194 if (stream != null && streams.isEmpty()) {
262 streams.put(streamId, stream);
270 throw new IllegalArgumentException("client streams should
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h191 /** Input stream stack, which allows the C programmer to switch input streams
195 pANTLR3_STACK streams; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
197 /// A stack of token/tree rewrite streams that are available for use
200 /// allocate and deallocate rewtire streams on entry and exit. As
202 /// of the maximum number of allocated streams, which instead of
204 /// reuse. The streams are then all finally freed when this stack
/external/libopus/src/
H A Dopus_multistream_decoder.c67 int streams,
77 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
78 (coupled_streams+streams>255) || (streams<1) || (coupled_streams<0))
82 st->layout.nb_streams = streams;
113 int streams,
121 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
122 (coupled_streams+streams>255) || (streams<1) || (coupled_streams<0))
128 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_stream
63 opus_multistream_decoder_init( OpusMSDecoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping ) argument
110 opus_multistream_decoder_create( opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int *error ) argument
[all...]
H A Dopus_multistream_encoder.c398 int streams,
410 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
411 (coupled_streams+streams>255) || (streams<1) || (coupled_streams<0))
415 st->layout.nb_streams = streams;
460 int streams,
466 return opus_multistream_encoder_init_impl(st, Fs, channels, streams, coupled_streams, mapping, application, 0);
474 int *streams,
487 *streams=1;
492 *streams
394 opus_multistream_encoder_init_impl( OpusMSEncoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application, int surround ) argument
456 opus_multistream_encoder_init( OpusMSEncoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application ) argument
469 opus_multistream_surround_encoder_init( OpusMSEncoder *st, opus_int32 Fs, int channels, int mapping_family, int *streams, int *coupled_streams, unsigned char *mapping, int application ) argument
520 opus_multistream_encoder_create( opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping, int application, int *error ) argument
557 opus_multistream_surround_encoder_create( opus_int32 Fs, int channels, int mapping_family, int *streams, int *coupled_streams, unsigned char *mapping, int application, int *error ) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c345 // there might be more input streams to POP before the
357 if (lexer->rec->state->streams != NULL && lexer->rec->state->streams->size(lexer->rec->state->streams) > 0)
368 // There were no more streams on the input stack
424 /** Default lexer error handler (works for 8 bit streams only!!!)
554 * Pointer to the lexer instance to switch input streams for.
568 if (lexer->rec->state->streams == NULL)
573 lexer->rec->state->streams = antlr3StackNew(0);
575 if (lexer->rec->state->streams
[all...]
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex9 streams to encapsulate Vorbis compressed audio packet data into file
18 transport streams. This specification document assumes a working
25 streams use Ogg transport streams in degenerate, unmultiplexed
33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
155 streams. The number of samples to be discarded must not exceed
/external/skia/tests/
H A DDataRefTest.cpp292 SkStream* streams[N]; local
303 streams[i] = buffer.newStreamSnapshot();
311 check_alphabet_stream(reporter, streams[i]);
313 SkDELETE(streams[i]);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c953 struct r300_vertex_stream_state *streams = local
961 for (i = 0; i < streams->count; i++) {
963 streams->vap_prog_stream_cntl[i]);
966 for (i = 0; i < streams->count; i++) {
968 streams->vap_prog_stream_cntl_ext[i]);
973 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_0, streams->count);
974 OUT_CS_TABLE(streams->vap_prog_stream_cntl, streams->count);
975 OUT_CS_REG_SEQ(R300_VAP_PROG_STREAM_CNTL_EXT_0, streams->count);
976 OUT_CS_TABLE(streams
[all...]

Completed in 1806 milliseconds

123