HomeSort by relevance Sort by last modified time
    Searched defs:num_frames (Results 1 - 25 of 42) sorted by null

1 2

  /external/compiler-rt/test/asan/TestCases/
debug_stacks.cc 29 size_t num_frames = 100; local
31 num_frames = __asan_get_alloc_stack(mem, trace, num_frames, &thread_id);
33 fprintf(stderr, "alloc stack retval %s\n", (num_frames > 0 && num_frames < 10)
43 num_frames = 100;
44 num_frames = __asan_get_free_stack(mem, trace, num_frames, &thread_id);
46 fprintf(stderr, "free stack retval %s\n", (num_frames > 0 && num_frames < 10
    [all...]
  /bionic/libc/malloc_debug/
malloc_debug.h 55 size_t num_frames; member in struct:BacktraceHeader
PointerData.cpp 129 size_t PointerData::AddBacktrace(size_t num_frames) {
130 std::vector<uintptr_t> frames(num_frames);
131 num_frames = backtrace_get(frames.data(), frames.size());
132 if (num_frames == 0) {
136 FrameKeyType key{.num_frames = num_frames, .frames = frames.data()};
141 frames.resize(num_frames);
168 FrameKeyType key{.num_frames = frame_info->frames.size(), .frames = frame_info->frames.data()};
295 size_t num_frames = g_debug->config().free_track_backtrace_num_frames(); local
296 if (num_frames) {
    [all...]
PointerData.h 51 size_t num_frames; member in struct:FrameKeyType
55 if (num_frames != comp.num_frames) return false;
56 for (size_t i = 0; i < num_frames; i++) {
71 size_t max_frames = (key.num_frames > 5) ? 5 : key.num_frames;
135 static size_t AddBacktrace(size_t num_frames);
162 static std::string GetHashString(uintptr_t* frames, size_t num_frames);
malloc_debug.cpp 132 size_t num_frames = backtrace_get(frames.data(), frames.size()); local
133 if (num_frames == 0) {
137 backtrace_log(frames.data(), num_frames);
  /external/tensorflow/tensorflow/core/grappler/utils/
frame_test.cc 81 int num_frames; local
82 EXPECT_TRUE(IdentifyFrames(graph, &frames, &num_frames).ok());
89 EXPECT_EQ(num_frames, 2);
91 std::cout << "Number of frame: " << num_frames << std::endl;
112 int num_frames; local
113 EXPECT_TRUE(IdentifyFrames(graph, &frames, &num_frames).ok());
116 EXPECT_EQ(num_frames, 1);
118 std::cout << "Number of frame: " << num_frames << std::endl;
140 int num_frames; local
141 EXPECT_TRUE(IdentifyFrames(graph, &frames, &num_frames).ok())
173 int num_frames; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/vad/
common.h 23 size_t num_frames; member in struct:AudioFeatures
standalone_vad.cc 64 const size_t num_frames = index_ / kLength10Ms; local
65 if (num_frames > length_p)
76 for (size_t n = 1; n < num_frames; n++)
standalone_vad_unittest.cc 81 int num_frames = 0; local
84 num_frames++;
85 if (num_frames == kNumVadFramesToProcess) {
86 num_frames = 0;
vad_audio_proc_unittest.cc 49 if (features.num_frames > 0) {
50 ASSERT_LT(features.num_frames, kMaxNumFrames);
52 const size_t num_frames = features.num_frames; local
53 ASSERT_EQ(num_frames, fread(sp, sizeof(sp[0]), num_frames, peak_file));
54 for (size_t n = 0; n < features.num_frames; n++)
  /external/webrtc/webrtc/common_audio/
channel_buffer.h 42 ChannelBuffer(size_t num_frames,
45 : data_(new T[num_frames * num_channels]()),
48 num_frames_(num_frames),
49 num_frames_per_band_(num_frames / num_bands),
116 size_t num_frames() const { return num_frames_; } function in class:webrtc::ChannelBuffer
145 IFChannelBuffer(size_t num_frames, size_t num_channels, size_t num_bands = 1);
152 size_t num_frames() const { return ibuf_.num_frames(); } function in class:webrtc::IFChannelBuffer
  /system/bt/stack/a2dp/
a2dp_sbc_decoder.cc 70 size_t num_frames = data[0] & 0xf; local
79 for (size_t i = 0; i < num_frames; ++i) {
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 48 size_t num_frames; member in struct:android::Leak::Backtrace
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
app-linux.c 227 int num_frames = 0; local
255 num_frames++;
261 fprintf(stdout, "frame_rate = %.1f\n", num_frames / total_time);
  /external/honggfuzz/linux/
unwind.c 122 size_t num_frames = 0, mapsCnt = 0; local
129 return num_frames;
136 return num_frames;
144 return num_frames;
147 for (num_frames = 0; unw_step(&c) > 0 && num_frames < _HF_MAX_FUNCS; num_frames++) {
152 LOG_E("[pid='%d'] [%zd] failed to read IP (%s)", pid, num_frames, UNW_ER[-ret]);
153 funcs[num_frames].pc = 0;
155 funcs[num_frames].pc = (void*)(uintptr_t)ip
169 size_t num_frames = 0, mapsCnt = 0; local
    [all...]
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 85 const int num_frames = gif_file->ImageCount; local
90 uint8* const dstdata = allocate_output(num_frames, width, height, channel);
92 for (int k = 0; k < num_frames; k++) {
  /system/core/healthd/
animation.h 61 int num_frames; member in struct:android::animation
  /external/libyuv/files/util/
yuvconvert.cc 37 int num_frames = 0; // Number of frames to convert. variable
102 num_frames = atoi(argv[++c]); // NOLINT
124 if (num_frames < 0) {
268 if (num_frames && number_of_frames >= num_frames)
  /external/v4l2_codec2/vda/
vp9_parser.cc 523 size_t num_frames = (marker & 0x7) + 1; local
525 off_t index_size = 2 + mag * num_frames;
540 for (size_t i = 0; i < num_frames; ++i) {
  /external/webp/include/webp/
demux.h 145 int num_frames; // equivalent to WEBP_FF_FRAME_COUNT. member in struct:WebPIterator
  /external/webp/src/mux/
muxread.c 295 const int num_frames = MuxImageCount(mux->images_, WEBP_CHUNK_ANMF); local
300 } else if (num_images == 1 && num_frames == 0) {
  /external/webp/src/webp/
demux.h 145 int num_frames; // equivalent to WEBP_FF_FRAME_COUNT. member in struct:WebPIterator
  /external/webrtc/webrtc/modules/audio_coding/test/
delay_test.cc 181 int num_frames = 0; local
187 while (num_frames < (duration_sec * 100)) {
193 if ((num_frames & 0x3F) == 0x3F) {
217 if (num_frames > 10)
220 ++num_frames;
  /external/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc 35 size_t NumBandsFromSamplesPerChannel(size_t num_frames) {
37 if (num_frames == kSamplesPer32kHzChannel ||
38 num_frames == kSamplesPer48kHzChannel) {
39 num_bands = rtc::CheckedDivExact(num_frames, kSamplesPer16kHzChannel);
107 assert(stream_config.num_frames() == input_num_frames_);
152 assert(stream_config.num_frames() == output_num_frames_);
352 size_t AudioBuffer::num_frames() const { function in class:webrtc::AudioBuffer
  /external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc 34 if (!buffer_ref.get() || buffer_ref->num_frames() != config.num_frames() ||
36 buffer_ref.reset(new ChannelBuffer<float>(config.num_frames(),
128 input_(new ChannelBuffer<float>(input_config_.num_frames(),
130 reverse_(new ChannelBuffer<float>(reverse_config_.num_frames(),
132 output_(new ChannelBuffer<float>(output_config_.num_frames(),
215 const size_t num_frames = config.num_frames(); local
218 std::vector<int16_t> signal(channels * num_frames);
220 audio->Read(num_frames * channels, &signal[0])
    [all...]

Completed in 378 milliseconds

1 2