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

1 2 3 45 6 7 8

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 271 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; }
  /external/chromium_org/media/filters/
ffmpeg_glue_unittest.cc 218 // called, but no streams have been opened.
225 // called and streams exist.
232 // called and streams have been opened.
238 AVCodecContext* context = glue_->format_context()->streams[0]->codec;
  /external/libpng/
example.c 143 #ifdef streams /* PNG file I/O method 1 */
144 /* Set up the input control if you are using standard C streams */
610 #ifdef streams /* I/O initialization method 1 */
611 /* Set up the output control if you are using standard C streams */
  /external/lzma/C/
Xz.h 126 CXzStream *streams; member in struct:__anon24381
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 124 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon33234
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 283 "%s: No streams allocated, but received queue notification!",
714 result.appendFormat(" Streams:\n");
900 camera_metadata_entry_t streams; local
903 &streams);
913 for (size_t i = 0; i < streams.count; i++) {
914 int streamId = streams.data.i32[i];
923 b.streamId = streams.data.u8[i];
1061 camera_metadata_entry_t streams; local
1064 &streams);
1072 for (size_t i = 0; i < streams.count; i++)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 177 << ") is not in the local streams.";
917 UpdateRecvStreams(audio_update->streams(),
928 UpdateRecvStreams(video_update->streams(),
939 UpdateRecvStreams(data_update->streams(),
    [all...]
mediasessionclient.cc 281 std::vector<StreamParams>* streams,
289 streams->push_back(StreamParams::CreateLegacy(ssrc));
    [all...]
channel.h 292 bool UpdateLocalStreams_w(const std::vector<StreamParams>& streams,
294 bool UpdateRemoteStreams_w(const std::vector<StreamParams>& streams,
  /external/libvpx/libvpx/
vpxenc.c 1941 struct stream_state *streams = NULL; local
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 7251 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 253 stream = &channel->streams[i];
  /external/sonivox/jet_tools/JetCreator/
eas.py 619 # close audio streams
625 # close output streams
799 # output to attached streams
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 253 stream = &channel->streams[i];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 40 = ANTLR3 Streams
42 This documentation first covers the general concept of streams as used by ANTLR
138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute
228 immitation of the Java interface for text-based streams, which are primarily
274 Java interface for token-based streams, which are used by many different
277 == Token Streams
279 Token streams wrap a sequence of token objects produced by some token source,
282 sequence of tokens. Unlike simple character-based streams, such as StringStream,
283 token-based streams have an additional level of complexity because they must
360 characters, but currently this library does not provide any streams to handl
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 748 static const char kInitialMaxConcurrentStreams[] = "init-max-streams";
790 int streams; local
791 if (base::StringToInt(value, &streams))
792 globals_->initial_max_spdy_concurrent_streams.set(streams);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 595 // Test that two concatenated gzip streams can be read correctly
886 // Now split it up into multiple streams of varying sizes.
899 ZeroCopyInputStream* streams[] = local
903 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 833 bool StreamingProcessor::isStreamActive(const Vector<int32_t> &streams,
835 for (size_t i = 0; i < streams.size(); i++) {
836 if (streams[i] == recordingStreamId) {
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/chromium_org/content/
content_browser.target.darwin-arm.mk 380 content/browser/streams/stream.cc \
381 content/browser/streams/stream_context.cc \
382 content/browser/streams/stream_handle_impl.cc \
383 content/browser/streams/stream_registry.cc \
384 content/browser/streams/stream_url_request_job.cc \
content_browser.target.darwin-mips.mk 380 content/browser/streams/stream.cc \
381 content/browser/streams/stream_context.cc \
382 content/browser/streams/stream_handle_impl.cc \
383 content/browser/streams/stream_registry.cc \
384 content/browser/streams/stream_url_request_job.cc \
content_browser.target.darwin-x86.mk 380 content/browser/streams/stream.cc \
381 content/browser/streams/stream_context.cc \
382 content/browser/streams/stream_handle_impl.cc \
383 content/browser/streams/stream_registry.cc \
384 content/browser/streams/stream_url_request_job.cc \

Completed in 1772 milliseconds

1 2 3 45 6 7 8