/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/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...] |
deoptimizer.h | 270 TranslatedValue CreateNextTranslatedValue(int frame_index, int value_index, 278 Handle<Object> MaterializeAt(int frame_index, int* value_index); 280 bool GetAdaptedArguments(Handle<JSObject>* result, int frame_index); 507 int frame_index, int parameter_count, int expression_count, 595 void DoComputeJSFrame(int frame_index); 596 void DoComputeInterpretedFrame(int frame_index); 597 void DoComputeArgumentsAdaptorFrame(int frame_index); 598 void DoComputeConstructStubFrame(int frame_index); 599 void DoComputeAccessorStubFrame(int frame_index, bool is_setter_stub_frame); 600 void DoComputeCompiledStubFrame(int frame_index); [all...] |
/external/libgsm/src/ |
gsm_option.c | 52 result = r->frame_index; 53 if (val) r->frame_index = *val;
|
gsm_encode.c | 109 s->frame_index = !s->frame_index; 110 if (s->frame_index) {
|
gsm_decode.c | 23 s->frame_index = !s->frame_index; 24 if (s->frame_index) {
|
/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/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];
|
stackwalk_common.cc | 262 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { 263 const StackFrame *frame = stack->frames()->at(frame_index); 264 printf("%2d ", frame_index); 609 if (output_stack_contents && frame_index + 1 < frame_count) { 611 PrintStackContents(indent, frame, stack->frames()->at(frame_index + 1), 626 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { [all...] |
stackwalker_selftest.cc | 352 for (unsigned int frame_index = 0; 353 frame_index < stack.frames()->size(); 354 ++frame_index) { 355 StackFrame *frame = stack.frames()->at(frame_index); 357 frame_index, frame->instruction);
|
/external/libvpx/libvpx/examples/ |
vp9_lossless_encoder.c | 32 int frame_index, 38 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1,
|
vp8cx_set_ref.c | 69 int frame_index, 74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
|
set_maps.c | 130 int frame_index, 135 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
|
simple_encoder.c | 120 int frame_index, 126 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1,
|
/external/autotest/client/cros/chameleon/ |
chameleon_video_capturer.py | 139 for i, frame_index in enumerate(frame_indices): 143 curr_checksum = self.checksums[frame_index] 148 curr_img = self.chameleon_port.read_captured_frame(frame_index)
|
/external/google-breakpad/src/tools/mac/crash_report/ |
crash_report.mm | 93 for (size_t frame_index = 0; frame_index < frame_count; ++frame_index) { 94 const StackFrame *frame = stack->frames()->at(frame_index); 96 printf("%2zu ", frame_index); 115 if (cpu == "ppc" && frame_index)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp8cx_set_ref.c | 70 int frame_index, 74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
|
set_maps.c | 129 int frame_index, 133 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0,
|
simple_encoder.c | 123 int frame_index, 128 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1,
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 1695 int frame_index = 1; local [all...] |
vp9_encoder.h | 648 static INLINE int get_chessboard_index(const int frame_index) { 649 return frame_index & 0x1;
|
/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...] |
/external/v8/src/debug/ |
liveedit.cc | 1711 int frame_index = 0; local [all...] |
/external/libgsm/inc/ |
private.h | 40 unsigned char frame_index; /* odd/even chaining */ member in struct:gsm_state
|
/external/autotest/client/site_tests/logging_UserCrash/ |
logging_UserCrash.py | 103 def _is_frame_in_stack(self, frame_index, module_name, 112 frame_index: number of the stack frame (0 is innermost frame) 128 (frame_index, module_name,
|