Searched defs:frame_index (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | decoding_state.cc | 78 uint16_t frame_index = picture_id_ % kFrameDecodedLength; in SetState() local 253 uint16_t frame_index = frame_ref % kFrameDecodedLength; in ContinuousFrameRefs() local
|
/external/v8/src/ |
D | deoptimizer.cc | 125 int frame_index = 0; in ConvertJSFrameIndexToFrameIndex() local 182 int frame_index = deoptimizer->ConvertJSFrameIndexToFrameIndex(jsframe_index); in DebuggerInspectableFrame() local 760 int frame_index = static_cast<int>(i); in DoComputeOutputFrames() local 813 void Deoptimizer::DoComputeJSFrame(int frame_index) { in DoComputeJSFrame() 1033 void Deoptimizer::DoComputeInterpretedFrame(int frame_index) { in DoComputeInterpretedFrame() 1249 void Deoptimizer::DoComputeArgumentsAdaptorFrame(int frame_index) { in DoComputeArgumentsAdaptorFrame() 1355 void Deoptimizer::DoComputeConstructStubFrame(int frame_index) { in DoComputeConstructStubFrame() 1484 void Deoptimizer::DoComputeAccessorStubFrame(int frame_index, in DoComputeAccessorStubFrame() 1609 void Deoptimizer::DoComputeCompiledStubFrame(int frame_index) { in DoComputeCompiledStubFrame() 1854 for (int frame_index = 0; frame_index < jsframe_count(); ++frame_index) { in MaterializeHeapObjects() local [all …]
|
/external/google-breakpad/src/processor/ |
D | stackwalker_address_list.cc | 78 size_t frame_index = stack->frames()->size(); in GetCallerFrame() local
|
D | stackwalk_common.cc | 262 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStack() local 626 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStackMachineReadable() local
|
D | stackwalker_selftest.cc | 352 for (unsigned int frame_index = 0; in CountCallerFrames() local
|
/external/libvpx/libvpx/examples/ |
D | vp9_lossless_encoder.c | 32 int frame_index, in encode_frame()
|
D | vp8cx_set_ref.c | 69 int frame_index, in encode_frame()
|
D | simple_encoder.c | 120 int frame_index, in encode_frame()
|
D | set_maps.c | 130 int frame_index, in encode_frame()
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_stack_frame_deduplicator.cc | 29 int frame_index = -1; in Insert() local
|
/external/libgsm/inc/ |
D | private.h | 40 unsigned char frame_index; /* odd/even chaining */ member
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_unittest.cc | 494 void NetEqDecodingTest::PopulateRtpInfo(int frame_index, in PopulateRtpInfo() 504 void NetEqDecodingTest::PopulateCng(int frame_index, in PopulateCng() 639 int frame_index = 0; in TEST_F() local 670 int frame_index = 0; in TEST_F() local
|
/external/autotest/client/site_tests/logging_UserCrash/ |
D | logging_UserCrash.py | 103 def _is_frame_in_stack(self, frame_index, module_name, argument
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1695 int frame_index = 1; in allocate_gf_group_bits() local
|
D | vp9_encoder.h | 648 static INLINE int get_chessboard_index(const int frame_index) { in get_chessboard_index()
|
/external/v8/src/debug/ |
D | liveedit.cc | 1711 int frame_index = 0; in DropActivationsInActiveThreadImpl() local
|