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

1 2 3 4 5 6 7 8 91011>>

  /external/libvncserver/client_examples/
vnc2mpg.c 294 /* free the streams */
296 av_freep(&oc->streams[i]);
397 /* add the audio and video streams using the default format codecs
  /external/sonivox/jet_tools/JetCreator/
eas.py 619 # close audio streams
625 # close output streams
799 # output to attached streams
    [all...]
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.cc 120 return encoder_config_.streams;
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.h 247 // send buffers for all batched streams
249 // send buffers for specified streams
251 std::shared_ptr<InflightBatch> batch, const std::vector<int>& streams);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 63 m_stream = &channel->streams[0];
mm_qcamera_rdi.c 293 stream = &channel->streams[i];
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go 426 // or the connection, as appropriate. For streams, [...]; for the
529 // shared by all streams on that conn. It is nil for the flow
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go 426 // or the connection, as appropriate. For streams, [...]; for the
529 // shared by all streams on that conn. It is nil for the flow
    [all...]
  /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/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 601 // Test that two concatenated gzip streams can be read correctly
929 // Now split it up into multiple streams of varying sizes.
942 ZeroCopyInputStream* streams[] = local
946 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
  /frameworks/base/core/java/android/content/
Intent.java 9939 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); local
10019 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); local
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 998 var __impure_ptr=allocate(1, "i32*", ALLOC_STATIC);var FS={currentPath:"\/",nextInode:2,streams:[null],ignorePermissions:true,createFileHandle:function (stream, fd) { property in class:FS
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 184 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon3879
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 291 stream = &channel->streams[i];
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 414 /* container for all streams in channel */
415 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:mm_channel
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 186 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon4448
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 414 /* container for all streams in channel */
415 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:mm_channel
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 186 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon5000
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 60 antlr3/streams.rb::
185 autoload :TokenRewriteStream, 'antlr3/streams/rewrite'
192 autoload :InteractiveStringStream, 'antlr3/streams/interactive'
211 require 'antlr3/streams'
  /external/libbrillo/brillo/http/
http_request.cc 13 #include <brillo/streams/memory_stream.h>
  /hardware/libhardware/modules/camera/3_4/
camera.cpp 182 ALOGE("%s:%d: Can't configure streams while frames are in flight.",
187 // Verify the set of streams in aggregate, and perform configuration if valid.
192 // Set up all streams. Since they've been validated,
204 // Success, set up the in-flight trackers for the new streams.
226 } else if (stream_config->streams == nullptr) {
227 ALOGE("%s:%d: NULL stream configuration streams", __func__, mId);
320 // Streams are full or frame number is not unique.
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 186 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member in struct:__anon44182
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 158 ENOSR Errno = 63 /* Out of streams resources */
283 ENOSR: "Out of streams resources",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 158 ENOSR Errno = 63 /* Out of streams resources */
283 ENOSR: "Out of streams resources",

Completed in 2671 milliseconds

1 2 3 4 5 6 7 8 91011>>