HomeSort by relevance Sort by last modified time
    Searched refs:stream_count (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_shim.h 54 uint8_t stream_count; /*Number of streams in a bundle*/ member in struct:__anon31636
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
mm_camera_shim.h 54 uint8_t stream_count; /*Number of streams in a bundle*/ member in struct:__anon32292
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 94 long stream_count; // expected-note 2 {{'stream_count' declared here}} member in namespace:unknown_type_test
105 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
109 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 255 uint32_t stream_count; member in struct:__anon11426
256 MDRVA stream_directory_rva; /* A |stream_count|-sized array of
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 1994 size_t stream_count = parameters_.config.rtp.ssrcs.size(); local
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 728 header.get()->stream_count = writer_count;
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 184 header.get()->stream_count = kNumWriters;
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 243 header_ptr->stream_count = writer_count;
    [all...]
  /external/v8/tools/
grokdump.py 186 ("stream_count", ctypes.c_uint32),
602 for _ in xrange(self.header.stream_count):
    [all...]

Completed in 739 milliseconds