Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/src/
Ddeoptimizer.cc123 int frame_index = 0; in ConvertJSFrameIndexToFrameIndex() local
125 FrameDescription* frame = output_[frame_index]; in ConvertJSFrameIndexToFrameIndex()
129 frame_index++; in ConvertJSFrameIndexToFrameIndex()
132 return frame_index - 1; in ConvertJSFrameIndexToFrameIndex()
177 int frame_index = deoptimizer->ConvertJSFrameIndexToFrameIndex(jsframe_index); in DebuggerInspectableFrame() local
180 frame_index > 0 && in DebuggerInspectableFrame()
181 deoptimizer->output_[frame_index - 1]->GetFrameType() == in DebuggerInspectableFrame()
186 frame_index >= construct_offset && in DebuggerInspectableFrame()
187 deoptimizer->output_[frame_index - construct_offset]->GetFrameType() == in DebuggerInspectableFrame()
191 frame_index, in DebuggerInspectableFrame()
[all …]
Ddeoptimizer.h310 void DoComputeJSFrame(TranslationIterator* iterator, int frame_index);
312 int frame_index);
314 int frame_index);
316 int frame_index,
319 int frame_index);
329 int frame_index,
919 int frame_index,
Dliveedit.cc1769 int frame_index = 0; in DropActivationsInActiveThreadImpl() local
1770 for (; frame_index < frames.length(); frame_index++) { in DropActivationsInActiveThreadImpl()
1771 StackFrame* frame = frames[frame_index]; in DropActivationsInActiveThreadImpl()
1773 top_frame_index = frame_index; in DropActivationsInActiveThreadImpl()
1794 for (; frame_index < frames.length(); frame_index++) { in DropActivationsInActiveThreadImpl()
1795 StackFrame* frame = frames[frame_index]; in DropActivationsInActiveThreadImpl()
1810 bottom_js_frame_index = frame_index; in DropActivationsInActiveThreadImpl()
1818 for (; frame_index < frames.length(); frame_index++) { in DropActivationsInActiveThreadImpl()
1819 StackFrame* frame = frames[frame_index]; in DropActivationsInActiveThreadImpl()
/external/chromium_org/v8/test/mjsunit/
Ddebug-step-4-in-frame.js56 function TestCase(frame_index, step_count, expected_final_state) { argument
57 print("Test case, parameters " + frame_index + "/" + step_count);
72 if (frame_index !== undefined) {
73 context_frame = exec_state.frame(frame_index);
/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/chromium_org/content/test/
Dimage_decoder_test.cc77 size_t frame_index) { in VerifyImage() argument
80 EXPECT_GE(decoder.frameCount(), frame_index) << path.value(); in VerifyImage()
81 EXPECT_TRUE(decoder.isFrameCompleteAtIndex(frame_index)) << path.value(); in VerifyImage()
86 blink::WebImage web_image = decoder.getFrameAtIndex(frame_index); in VerifyImage()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc208 static void PopulateRtpInfo(int frame_index,
211 static void PopulateCng(int frame_index,
391 void NetEqDecodingTest::PopulateRtpInfo(int frame_index, in PopulateRtpInfo() argument
394 rtp_info->header.sequenceNumber = frame_index; in PopulateRtpInfo()
401 void NetEqDecodingTest::PopulateCng(int frame_index, in PopulateCng() argument
406 rtp_info->header.sequenceNumber = frame_index; in PopulateCng()
522 int frame_index = 0; in TEST_F() local
525 while (frame_index < kNumFrames) { in TEST_F()
528 int num_packets = (frame_index % 10 == 0 ? 2 : 1); in TEST_F()
532 PopulateRtpInfo(frame_index, frame_index * kSamples, &rtp_info); in TEST_F()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_firstpass.c1399 int frame_index = 1; in allocate_gf_group_bits() local
1409 int alt_frame_index = frame_index; in allocate_gf_group_bits()
1468 ++frame_index; in allocate_gf_group_bits()
1472 gf_group->update_type[frame_index] = ARF_UPDATE; in allocate_gf_group_bits()
1473 gf_group->rf_level[frame_index] = GF_ARF_LOW; in allocate_gf_group_bits()
1474 gf_group->arf_src_offset[frame_index] = in allocate_gf_group_bits()
1476 gf_group->arf_update_idx[frame_index] = arf_buffer_indices[1]; in allocate_gf_group_bits()
1477 gf_group->arf_ref_idx[frame_index] = arf_buffer_indices[0]; in allocate_gf_group_bits()
1478 ++frame_index; in allocate_gf_group_bits()
1483 mid_frame_idx = frame_index + (rc->baseline_gf_interval >> 1) - 1; in allocate_gf_group_bits()
[all …]
Dvp9_encoder.h524 static INLINE int get_chessboard_index(const int frame_index) { in get_chessboard_index() argument
525 return frame_index & 0x1; in get_chessboard_index()
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
Dvp9_lossless_encoder.c32 int frame_index, in encode_frame() argument
38 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, in encode_frame()
Dvp8cx_set_ref.c69 int frame_index, in encode_frame() argument
74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
Dsimple_encoder.c120 int frame_index, in encode_frame() argument
126 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, in encode_frame()
Dset_maps.c130 int frame_index, in encode_frame() argument
135 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
/external/libvpx/libvpx/examples/
Dvp8cx_set_ref.c70 int frame_index, in encode_frame() argument
74 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
Dsimple_encoder.c123 int frame_index, in encode_frame() argument
128 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, in encode_frame()
Dset_maps.c129 int frame_index, in encode_frame() argument
133 const vpx_codec_err_t res = vpx_codec_encode(codec, img, frame_index, 1, 0, in encode_frame()
/external/chromium_org/net/websockets/
Dwebsocket_deflate_predictor_impl.cc13 size_t frame_index) { in Predict() argument
Dwebsocket_deflate_predictor.h42 size_t frame_index) = 0;
Dwebsocket_deflate_predictor_impl.h24 size_t frame_index) OVERRIDE;
/external/chromium_org/cc/surfaces/
Dsurface_aggregator.cc146 if (previous_index == surface->frame_index()) in DamageRectForSurface()
148 else if (previous_index == surface->frame_index() - 1) in DamageRectForSurface()
165 contained_surfaces_[surface_id] = surface->frame_index(); in HandleSurfaceQuad()
355 contained_surfaces_[surface_id] = surface->frame_index(); in Aggregate()
Dsurface.h48 int frame_index() const { return frame_index_; } in frame_index() function
/external/chromium_org/tools/findit/
Dcrash_utils.py435 for frame_index, function in zip(frame_indices, functions):
436 frames.append('frame #%s, "%s"' % (frame_index, function.split('(')[0]))
/external/libgsm/inc/
Dprivate.h40 unsigned char frame_index; /* odd/even chaining */ member

12