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

12 3 4 5 6 7 8

  /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
  /external/sonivox/arm-fm-22k/lib_src/
eas_data.h 113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
eas_miditypes.h 101 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/
eas_data.h 113 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
eas_miditypes.h 101 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/
eas_data.h 115 S_EAS_STREAM streams[MAX_NUMBER_STREAMS]; member in struct:s_eas_data_tag
eas_miditypes.h 101 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 */
  /hardware/libhardware/modules/camera/
Camera.cpp 317 ALOGV("%s:%d: Number of Streams: %d", __func__, mId,
322 // Mark all current streams unused for now
325 // Fill new stream array with reused streams and new streams
327 astream = stream_config->streams[i];
343 // Verify the set of streams in aggregate
349 // Set up all streams (calculate usage/max_buffers for each)
352 // Destroy all old streams and replace stream array with new one
364 // Clean up temporary streams, preserve existing mStreams/mNumStreams
370 void Camera::destroyStreams(Stream **streams, int count
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 68 struct snd_pcm_substream *streams[2]; member in struct:snd_pcm_oss_file
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 68 struct snd_pcm_substream *streams[2]; member in struct:snd_pcm_oss_file
  /external/chromium_org/courgette/
encoded_program.h 52 // (3) Serialize binary assembly language tables to a set of streams.
53 CheckBool WriteTo(SinkStreamSet* streams) WARN_UNUSED_RESULT;
57 // (4) Deserializes a fresh EncodedProgram from a set of streams.
58 bool ReadFrom(SourceStreamSet* streams);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
streamcollection.h 48 StreamCollection* streams) {
50 new talk_base::RefCountedObject<StreamCollection>(streams);
mediastreamsignaling.cc 346 // Find all audio rtp streams and create corresponding remote AudioTracks
353 UpdateRemoteStreamsList(desc->streams(), desc->type(), new_streams);
355 desc->direction() == cricket::MD_SENDRECV && desc->streams().empty();
358 // Find all video rtp streams and create corresponding remote VideoTracks
365 UpdateRemoteStreamsList(desc->streams(), desc->type(), new_streams);
367 desc->direction() == cricket::MD_SENDRECV && desc->streams().empty();
379 UpdateRemoteRtpDataChannels(data_desc->streams());
411 UpdateLocalTracks(audio_desc->streams(), audio_desc->type());
423 UpdateLocalTracks(video_desc->streams(), video_desc->type());
435 UpdateLocalRtpDataChannels(data_desc->streams());
    [all...]
mediastreamsignaling.h 298 // |streams|. |media_type| is the type of the |streams| and can be either
302 const std::vector<cricket::StreamParams>& streams,
338 // Loops through the vector of |streams| and finds added and removed
342 void UpdateLocalTracks(const std::vector<cricket::StreamParams>& streams,
348 // MediaStreamSignaling::OnAddLocalVideoTrack if the rtp streams in the local
366 void UpdateLocalRtpDataChannels(const cricket::StreamParamsVec& streams);
367 void UpdateRemoteRtpDataChannels(const cricket::StreamParamsVec& streams);
  /external/chromium_org/third_party/opus/src/src/
opus_multistream.c 154 int streams,
165 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
166 (coupled_streams+streams>255) || (streams<1) || (coupled_streams<0))
170 st->layout.nb_streams = streams;
199 int streams,
208 if ((channels>255) || (channels<1) || (coupled_streams>streams) ||
209 (coupled_streams+streams>255) || (streams<1) || (coupled_streams<0))
215 st = (OpusMSEncoder *)opus_alloc(opus_multistream_encoder_get_size(streams, coupled_streams))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 147 entry->streams = stdmax(entry->streams, index + 1);
176 if (index >= entry->streams)
190 return (NULL != entry) && (entry->streams > 0);
195 if ((NULL == entry) || (index >= entry->streams))
212 for (size_t index = 0; index < entry->streams; ++index) {
325 e.streams = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc 147 entry->streams = stdmax(entry->streams, index + 1);
176 if (index >= entry->streams)
190 return (NULL != entry) && (entry->streams > 0);
195 if ((NULL == entry) || (index >= entry->streams))
212 for (size_t index = 0; index < entry->streams; ++index) {
325 e.streams = 0;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 33 * Tests for verifying the quality of streaming videos. Plays streams of different formats over
163 private void addStreamToTests(ArrayTestListAdapter streams, Stream stream) {
166 streams.add(TestListItem.newTest(stream.name, PlayVideoActivity.getTestId(stream.code),
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.h 50 // A collection of audio and video and data streams. Most of the
142 // If the given elem has <streams>.
145 // Parses streams from a jingle <description>. If it fails, returns
148 std::vector<StreamParams>* streams,
151 // Write a <streams> element to the parent_elem.
152 void WriteJingleStreams(const std::vector<StreamParams>& streams,
mediasession.cc 200 // if a StreamParams exist for another Stream in streams with sync_label
203 const MediaSessionOptions::Streams& streams,
210 // Check if a CNAME exist for any of the other synched streams.
211 for (MediaSessionOptions::Streams::const_iterator stream_it = streams.begin();
212 stream_it != streams.end() ; ++stream_it) {
260 "Could not generate an SCTP SID: too many SCTP streams.";
298 const StreamParamsVec& streams = media->streams(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 345 // 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 == NULL
    [all...]
  /art/build/
Android.cpplint.mk 18 ART_CPPLINT_FILTER := --filter=-whitespace/line_length,-build/include,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn,-runtime/printf
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
84 p_stream = &channel->streams[i];
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
96 m_stream = &channel->streams[i];
285 stream = &channel->streams[i];
317 stream = &channel->streams[i];
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
84 p_stream = &channel->streams[i];
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
96 m_stream = &channel->streams[i];
285 stream = &channel->streams[i];
317 stream = &channel->streams[i];
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 199 // close out any codecs/streams before closing the context.
200 if (format_context_->streams) {
202 AVStream* stream = format_context_->streams[i];

Completed in 922 milliseconds

12 3 4 5 6 7 8