HomeSort by relevance Sort by last modified time
    Searched defs:frame_index (Results 1 - 9 of 9) sorted by null

  /external/google-breakpad/src/processor/
stackwalker_address_list.cc 78 size_t frame_index = stack->frames()->size(); local
81 if (frame_index >= frame_count_)
87 frame->instruction = frames_[frame_index];
  /external/libchrome/base/trace_event/
heap_profiler_stack_frame_deduplicator.cc 29 int frame_index = -1; local
40 FrameNode frame_node(frame, frame_index);
44 frame_index = static_cast<int>(frames_.size());
47 nodes->insert(std::make_pair(frame, frame_index));
54 frame_index = node->second;
57 nodes = &frames_[frame_index].children;
60 return frame_index;
  /external/libgsm/inc/
private.h 40 unsigned char frame_index; /* odd/even chaining */ member in struct:gsm_state
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.cc 78 uint16_t frame_index = picture_id_ % kFrameDecodedLength; local
80 frame_decoded_cleared_to_ = frame_index;
83 frame_decoded_cleared_to_ = frame_index;
85 if (AheadOfFramesDecodedClearedTo(frame_index)) {
86 while (frame_decoded_cleared_to_ != frame_index) {
93 frame_decoded_[frame_index] = true;
253 uint16_t frame_index = frame_ref % kFrameDecodedLength; local
254 if (AheadOfFramesDecodedClearedTo(frame_index) ||
255 !frame_decoded_[frame_index]) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 298 static void PopulateRtpInfo(int frame_index,
301 static void PopulateCng(int frame_index,
494 void NetEqDecodingTest::PopulateRtpInfo(int frame_index,
497 rtp_info->header.sequenceNumber = frame_index;
504 void NetEqDecodingTest::PopulateCng(int frame_index,
509 rtp_info->header.sequenceNumber = frame_index;
639 int frame_index = 0; local
642 while (frame_index < kNumFrames) {
645 int num_packets = (frame_index % 10 == 0 ? 2 : 1);
649 PopulateRtpInfo(frame_index, frame_index * kSamples, &rtp_info)
670 int frame_index = 0; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 139 uint32_t frame_index; // frame index for the buffer member in struct:qcamera::__anon31733
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1695 int frame_index = 1; local
    [all...]
  /external/v8/src/debug/
liveedit.cc 1711 int frame_index = 0; local
    [all...]
  /external/v8/src/
deoptimizer.cc 125 int frame_index = 0; local
127 FrameDescription* frame = output_[frame_index];
131 frame_index++;
134 return frame_index - 1;
182 int frame_index = deoptimizer->ConvertJSFrameIndexToFrameIndex(jsframe_index); local
185 frame_index > 0 &&
186 deoptimizer->output_[frame_index - 1]->GetFrameType() ==
191 frame_index >= construct_offset &&
192 deoptimizer->output_[frame_index - construct_offset]->GetFrameType() ==
196 frame_index,
760 int frame_index = static_cast<int>(i); local
1959 DebugPrintOutputSlot(reinterpret_cast<intptr_t>(value), frame_index, local
    [all...]

Completed in 293 milliseconds