HomeSort by relevance Sort by last modified time
    Searched refs:streams (Results 26 - 50 of 548) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 73 // estimated delays between the process and reverse streams, thus not relying
156 // APM operates on two audio streams on a frame-by-frame basis. Frames of the
161 // (render) streams, respectively. APM should be placed in the signal chain as
172 // streams.
566 return streams[StreamName::kInputStream];
569 return streams[StreamName::kOutputStream];
572 return streams[StreamName::kReverseInputStream];
575 return streams[StreamName::kReverseOutputStream];
578 StreamConfig& input_stream() { return streams[StreamName::kInputStream]; }
579 StreamConfig& output_stream() { return streams[StreamName::kOutputStream];
600 StreamConfig streams[StreamName::kNumStreamNames]; member in class:webrtc::ProcessingConfig
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
mkdoxy.sh 10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
  /external/webrtc/talk/media/base/
streamparams.cc 35 // NOTE: There is no check here for duplicate streams, so check before
37 void AddStream(std::vector<StreamParams>* streams, const StreamParams& stream) {
38 streams->push_back(stream);
46 bool GetStream(const StreamParamsVec& streams,
49 const StreamParams* found = GetStream(streams, selector);
70 void MediaStreams::CopyFrom(const MediaStreams& streams) {
71 audio_ = streams.audio_;
72 video_ = streams.video_;
73 data_ = streams.data_;
  /external/webrtc/webrtc/base/
diskcache_win32.cc 49 entry->streams = std::max(entry->streams, index + 1);
diskcache.cc 132 entry->streams = std::max(entry->streams, index + 1);
161 if (index >= entry->streams)
175 return (NULL != entry) && (entry->streams > 0);
180 if ((NULL == entry) || (index >= entry->streams))
197 for (size_t index = 0; index < entry->streams; ++index) {
310 e.streams = 0;
  /external/libbrillo/brillo/http/
http_form_data.h 16 #include <brillo/streams/stream.h>
68 // Adds the data stream(s) to the list of streams to read from.
72 virtual bool ExtractDataStreams(std::vector<StreamPtr>* streams) = 0;
108 bool ExtractDataStreams(std::vector<StreamPtr>* streams) override;
138 bool ExtractDataStreams(std::vector<StreamPtr>* streams) override;
166 bool ExtractDataStreams(std::vector<StreamPtr>* streams) override;
http_form_data_unittest.cc 12 #include <brillo/streams/file_stream.h>
13 #include <brillo/streams/input_stream_set.h>
20 std::vector<StreamPtr> streams; local
21 CHECK(field->ExtractDataStreams(&streams));
22 StreamPtr stream = InputStreamSet::Create(std::move(streams), nullptr);
  /external/pdfium/xfa/fxfa/app/
xfa_ffapp.cpp 30 explicit CXFA_FileRead(const std::vector<CPDF_Stream*>& streams);
41 CXFA_FileRead::CXFA_FileRead(const std::vector<CPDF_Stream*>& streams) {
42 for (CPDF_Stream* pStream : streams) {
88 const std::vector<CPDF_Stream*>& streams) {
89 return CFX_RetainPtr<IFX_SeekableReadStream>(new CXFA_FileRead(streams));
  /external/lzma/C/
XzIn.c 233 /* ---------- Xz Streams ---------- */
238 p->streams = 0;
245 Xz_Free(&p->streams[i], alloc);
246 alloc->Free(alloc, p->streams);
248 p->streams = 0;
256 num += p->streams[i].numBlocks;
265 ADD_SIZE_CHECH(size, Xz_GetUnpackSize(&p->streams[i]));
275 ADD_SIZE_CHECH(size, Xz_GetTotalSize(&p->streams[i]));
301 memcpy(data, p->streams, p->num * sizeof(CXzStream));
302 alloc->Free(alloc, p->streams);
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sol.c 118 for (i = 0; i < ARRAY_SIZE(info->streams); i++) {
119 if (!sol_stream_validate_gen7(dev, &info->streams[i]))
154 for (i = 0; i < ARRAY_SIZE(info->streams); i++) {
155 const struct ilo_state_sol_stream_info *stream = &info->streams[i];
221 for (i = 0; i < ARRAY_SIZE(info->streams); i++) {
222 const struct ilo_state_sol_stream_info *stream = &info->streams[i];
396 max_decl_count = info->streams[0].decl_count;
397 for (i = 1; i < ARRAY_SIZE(info->streams); i++) {
398 if (max_decl_count < info->streams[i].decl_count)
399 max_decl_count = info->streams[i].decl_count
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipFile.java 354 private final Map<InputStream, Inflater> streams = new WeakHashMap<>(); field in class:ZipFile
361 * streams that have been returned by invocations of this method.
392 synchronized (streams) {
393 streams.put(in, null);
404 synchronized (streams) {
405 streams.put(is, inf);
432 synchronized (streams) {
433 inf = streams.remove(this);
630 * <p> Closing this ZIP file will close all of the input streams
643 // Close streams, release their inflater
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 286 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"); */ }
475 /* 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[streamNum], pParserModule, streamHandle)
    [all...]
eas_data.h 115 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 85 if (ctx->streams != NULL)
86 ctx->streams->prev = new;
88 new->next = ctx->streams;
89 ctx->streams = new;
119 if (ctx->streams != NULL)
120 ctx->streams->prev = new;
122 new->next = ctx->streams;
123 ctx->streams = new;
161 * The streams list is doubly threaded. First, there's ctx->streams
    [all...]
  /external/webrtc/webrtc/
config.cc 98 ss << "{streams: [";
99 for (size_t i = 0; i < streams.size(); ++i) {
100 ss << streams[i].ToString();
101 if (i != streams.size() - 1)
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 191 /** 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
  /frameworks/base/media/java/android/media/
AudioManagerInternal.java 60 int getRingerModeAffectedStreams(int streams);
  /system/update_engine/payload_consumer/
filesystem_verifier_action.h 26 #include <brillo/streams/stream.h>
  /external/libopus/src/
opus_multistream_decoder.c 67 int streams,
77 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
78 (streams<1) || (coupled_streams<0) || (streams>255-coupled_streams))
82 st->layout.nb_streams = streams;
113 int streams,
121 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
122 (streams<1) || (coupled_streams<0) || (streams>255-coupled_streams))
128 st = (OpusMSDecoder *)opus_alloc(opus_multistream_decoder_get_size(streams, coupled_streams))
    [all...]
  /external/libbrillo/brillo/streams/
openssl_stream_bio.cc 5 #include <brillo/streams/openssl_stream_bio.h>
10 #include <brillo/streams/stream.h>
  /external/netperf/doc/examples/
runemomniagg2.sh 88 echo $i concurrent streams id $NETUUID;
103 echo $i concurrent streams id $NETUUID;
119 echo $i concurrent streams id $NETUUID;
134 echo $i concurrent streams id $NETUUID;
  /external/webrtc/talk/app/webrtc/
streamcollection.h 48 StreamCollection* streams) {
50 new rtc::RefCountedObject<StreamCollection>(streams);
  /libcore/ojluni/src/main/java/sun/security/util/
DerOutputStream.java 375 DerOutputStream[] streams = new DerOutputStream[set.length]; local
378 streams[i] = new DerOutputStream();
379 set[i].derEncode(streams[i]);
383 byte[][] bufs = new byte[streams.length][];
384 for (int i = 0; i < streams.length; i++) {
385 bufs[i] = streams[i].toByteArray();
390 for (int i = 0; i < streams.length; i++) {
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /hardware/interfaces/camera/device/3.2/default/
convert.cpp 94 dst->streams.resize(src.num_streams);
96 convertToHidl(static_cast<Camera3Stream*>(src.streams[i]), &dst->streams[i]);

Completed in 799 milliseconds

12 3 4 5 6 7 8 91011>>