Home
last modified time | relevance | path

Searched refs:frame_index (Results 1 – 25 of 34) sorted by relevance

12

/external/v8/src/
Ddeoptimizer.cc739 int frame_index = 0; // output_frame_index in DoComputeOutputFrames() local
740 for (size_t i = 0; i < count; ++i, ++frame_index) { in DoComputeOutputFrames()
745 DoComputeJSFrame(translated_frame, frame_index, in DoComputeOutputFrames()
750 DoComputeInterpretedFrame(translated_frame, frame_index, in DoComputeOutputFrames()
755 DoComputeArgumentsAdaptorFrame(translated_frame, frame_index); in DoComputeOutputFrames()
758 DoComputeTailCallerFrame(translated_frame, frame_index); in DoComputeOutputFrames()
760 frame_index--; in DoComputeOutputFrames()
764 DoComputeConstructStubFrame(translated_frame, frame_index); in DoComputeOutputFrames()
767 DoComputeAccessorStubFrame(translated_frame, frame_index, false); in DoComputeOutputFrames()
770 DoComputeAccessorStubFrame(translated_frame, frame_index, true); in DoComputeOutputFrames()
[all …]
Ddeoptimizer.h317 TranslatedValue CreateNextTranslatedValue(int frame_index, int value_index,
325 Handle<Object> MaterializeAt(int frame_index, int* value_index);
329 int frame_index, int* value_index);
330 bool GetAdaptedArguments(Handle<JSObject>* result, int frame_index);
560 void DoComputeJSFrame(TranslatedFrame* translated_frame, int frame_index,
563 int frame_index, bool goto_catch_handler);
565 int frame_index);
567 int frame_index);
569 int frame_index);
571 int frame_index, bool is_setter_stub_frame);
[all …]
/external/libchrome/base/trace_event/
Dheap_profiler_stack_frame_deduplicator.cc36 int frame_index = -1; in Insert() local
47 FrameNode frame_node(frame, frame_index); in Insert()
51 frame_index = static_cast<int>(frames_.size()); in Insert()
54 nodes->insert(std::make_pair(frame, frame_index)); in Insert()
61 frame_index = node->second; in Insert()
64 nodes = &frames_[frame_index].children; in Insert()
67 return frame_index; in Insert()
/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc78 uint16_t frame_index = picture_id_ % kFrameDecodedLength; in SetState() local
80 frame_decoded_cleared_to_ = frame_index; in SetState()
83 frame_decoded_cleared_to_ = frame_index; in SetState()
85 if (AheadOfFramesDecodedClearedTo(frame_index)) { in SetState()
86 while (frame_decoded_cleared_to_ != frame_index) { in SetState()
93 frame_decoded_[frame_index] = true; in SetState()
253 uint16_t frame_index = frame_ref % kFrameDecodedLength; in ContinuousFrameRefs() local
254 if (AheadOfFramesDecodedClearedTo(frame_index) || in ContinuousFrameRefs()
255 !frame_decoded_[frame_index]) { in ContinuousFrameRefs()
/external/google-breakpad/src/processor/
Dstackwalker_address_list.cc78 size_t frame_index = stack->frames()->size(); in GetCallerFrame() local
81 if (frame_index >= frame_count_) in GetCallerFrame()
87 frame->instruction = frames_[frame_index]; in GetCallerFrame()
Dstackwalker_selftest.cc352 for (unsigned int frame_index = 0; in CountCallerFrames() local
353 frame_index < stack.frames()->size(); in CountCallerFrames()
354 ++frame_index) { in CountCallerFrames()
355 StackFrame *frame = stack.frames()->at(frame_index); in CountCallerFrames()
357 frame_index, frame->instruction); in CountCallerFrames()
Dstackwalk_common.cc262 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStack() local
263 const StackFrame *frame = stack->frames()->at(frame_index); in PrintStack()
264 printf("%2d ", frame_index); in PrintStack()
609 if (output_stack_contents && frame_index + 1 < frame_count) { in PrintStack()
611 PrintStackContents(indent, frame, stack->frames()->at(frame_index + 1), in PrintStack()
626 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStackMachineReadable() local
627 const StackFrame *frame = stack->frames()->at(frame_index); in PrintStackMachineReadable()
628 printf("%d%c%d%c", thread_num, kOutputSeparator, frame_index, in PrintStackMachineReadable()
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_alcnx.c141 WORD32 frame_index, FLOAT32 lp_flt_coff_a[], WORD32 lg, in ixheaacd_tcx_mdct() argument
161 FLOAT32 *exc = &usac_data->exc_buf[usac_data->len_subfrm * frame_index + in ixheaacd_tcx_mdct()
164 &usac_data->synth_buf[usac_data->len_subfrm * frame_index + MAX_PITCH + in ixheaacd_tcx_mdct()
215 (8.0f - ((FLOAT32)pstr_td_frame_data->noise_factor[frame_index])); in ixheaacd_tcx_mdct()
218 for (i = 0; i < frame_index; i++) in ixheaacd_tcx_mdct()
252 ((FLOAT32)pstr_td_frame_data->global_gain[frame_index]) / 28.0f) / in ixheaacd_tcx_mdct()
285 (FLOAT32)pstr_td_frame_data->fac[frame_index * FAC_LENGTH + 2 * i]; in ixheaacd_tcx_mdct()
289 ->fac[frame_index * FAC_LENGTH + fac_length - 2 * i - 1]; in ixheaacd_tcx_mdct()
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py139 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/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc298 static void PopulateRtpInfo(int frame_index,
301 static void PopulateCng(int frame_index,
494 void NetEqDecodingTest::PopulateRtpInfo(int frame_index, in PopulateRtpInfo() argument
497 rtp_info->header.sequenceNumber = frame_index; in PopulateRtpInfo()
504 void NetEqDecodingTest::PopulateCng(int frame_index, in PopulateCng() argument
509 rtp_info->header.sequenceNumber = frame_index; in PopulateCng()
639 int frame_index = 0; in TEST_F() local
642 while (frame_index < kNumFrames) { in TEST_F()
645 int num_packets = (frame_index % 10 == 0 ? 2 : 1); in TEST_F()
649 PopulateRtpInfo(frame_index, frame_index * kSamples, &rtp_info); in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.h74 static int FItoStackOffset(int frame_index) { in FItoStackOffset() argument
75 return frame_index * stackSlotSize(); in FItoStackOffset()
/external/libgsm/src/
Dgsm_option.c52 result = r->frame_index;
53 if (val) r->frame_index = *val;
Dgsm_encode.c109 s->frame_index = !s->frame_index;
110 if (s->frame_index) {
Dgsm_decode.c23 s->frame_index = !s->frame_index;
24 if (s->frame_index) {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2201 int frame_index = 1; in allocate_gf_group_bits() local
2209 int alt_frame_index = frame_index; in allocate_gf_group_bits()
2268 if (!has_temporal_layers) ++frame_index; in allocate_gf_group_bits()
2272 gf_group->update_type[frame_index] = ARF_UPDATE; in allocate_gf_group_bits()
2273 gf_group->rf_level[frame_index] = GF_ARF_LOW; in allocate_gf_group_bits()
2274 gf_group->arf_src_offset[frame_index] = in allocate_gf_group_bits()
2276 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[1]; in allocate_gf_group_bits()
2277 gf_group->arf_ref_idx[frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
2278 ++frame_index; in allocate_gf_group_bits()
2283 gf_group->first_inter_index = frame_index; in allocate_gf_group_bits()
[all …]
/external/v8/src/debug/
Dliveedit.cc1273 int frame_index = 0; in DropActivationsInActiveThreadImpl() local
1274 for (; frame_index < frames.length(); frame_index++) { in DropActivationsInActiveThreadImpl()
1275 StackFrame* frame = frames[frame_index]; in DropActivationsInActiveThreadImpl()
1277 top_frame_index = frame_index; in DropActivationsInActiveThreadImpl()
1298 for (; frame_index < frames.length(); frame_index++) { in DropActivationsInActiveThreadImpl()
1299 StackFrame* frame = frames[frame_index]; in DropActivationsInActiveThreadImpl()
1317 bottom_js_frame_index = frame_index; in DropActivationsInActiveThreadImpl()
1325 for (; frame_index < frames.length(); frame_index++) { in DropActivationsInActiveThreadImpl()
1326 StackFrame* frame = frames[frame_index]; in DropActivationsInActiveThreadImpl()
/external/libvpx/libvpx/examples/
Dvp9_lossless_encoder.c33 int frame_index, int flags, VpxVideoWriter *writer) { in encode_frame() argument
38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp8cx_set_ref.c68 int frame_index, VpxVideoWriter *writer) { in encode_frame() argument
73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
Dsimple_encoder.c119 int frame_index, int flags, VpxVideoWriter *writer) { in encode_frame() argument
124 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dset_maps.c126 int frame_index, VpxVideoWriter *writer) { in encode_frame() argument
131 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm93 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)
/external/vulkan-validation-layers/demos/
Dcube.cpp332 uint32_t frame_index; member
542 frame_index{0},
717 device.waitForFences(1, &fences[frame_index], VK_TRUE, UINT64_MAX); in draw()
718 device.resetFences(1, &fences[frame_index]); in draw()
722 … result = device.acquireNextImageKHR(swapchain, UINT64_MAX, image_acquired_semaphores[frame_index], in draw()
747 .setPWaitSemaphores(&image_acquired_semaphores[frame_index]) in draw()
751 .setPSignalSemaphores(&draw_complete_semaphores[frame_index]); in draw()
753 result = graphics_queue.submit(1, &submit_info, fences[frame_index]); in draw()
764 … .setPWaitSemaphores(&draw_complete_semaphores[frame_index]) in draw()
768 … .setPSignalSemaphores(&image_ownership_semaphores[frame_index]); in draw()
[all …]
Dcube.c405 int frame_index; member
962 vkWaitForFences(demo->device, 1, &demo->fences[demo->frame_index], VK_TRUE, UINT64_MAX); in demo_draw()
963 vkResetFences(demo->device, 1, &demo->fences[demo->frame_index]); in demo_draw()
968 demo->image_acquired_semaphores[demo->frame_index], in demo_draw()
1009 submit_info.pWaitSemaphores = &demo->image_acquired_semaphores[demo->frame_index]; in demo_draw()
1013 submit_info.pSignalSemaphores = &demo->draw_complete_semaphores[demo->frame_index]; in demo_draw()
1015 demo->fences[demo->frame_index]); in demo_draw()
1025 submit_info.pWaitSemaphores = &demo->draw_complete_semaphores[demo->frame_index]; in demo_draw()
1030 submit_info.pSignalSemaphores = &demo->image_ownership_semaphores[demo->frame_index]; in demo_draw()
1042 ? &demo->image_ownership_semaphores[demo->frame_index] in demo_draw()
[all …]
/external/llvm/test/CodeGen/WebAssembly/
Dmem-intrinsics.ll63 ; CHECK-LABEL: frame_index:
67 define void @frame_index() {
/external/autotest/client/cros/crash/
Duser_crash_test.py109 def _is_frame_in_stack(self, frame_index, module_name, argument
134 (frame_index, module_name,

12