Searched refs:frame_end (Results 1 – 6 of 6) sorted by relevance
116 uptr FakeStack::AddrIsInFakeStack(uptr ptr, uptr *frame_beg, uptr *frame_end) { in AddrIsInFakeStack() argument127 *frame_end = res + BytesInSizeClass(class_id); in AddrIsInFakeStack()253 uptr frame_beg, frame_end; in __asan_addr_is_in_fake_stack() local255 reinterpret_cast<uptr>(addr), &frame_beg, &frame_end)); in __asan_addr_is_in_fake_stack()260 if (end) *end = reinterpret_cast<void*>(frame_end); in __asan_addr_is_in_fake_stack()
133 uptr AddrIsInFakeStack(uptr addr, uptr *frame_beg, uptr *frame_end);
163 const T* const frame_end = interleaved + num_channels; in DownmixInterleavedToMonoImpl() local166 while (interleaved < frame_end) { in DownmixInterleavedToMonoImpl()
137 int frame_end; member
2208 gf_group->frame_end = gf_group->frame_start + rc->baseline_gf_interval; in define_gf_group_structure()
2116 frame_end = frameless_start = None2119 if frame_end is not None:2120 self.assertLessEqual(pos, frame_end)2121 if pos == frame_end:2122 frame_end = None2124 if frame_end is not None: # framed2146 frame_end = pos + 9 + arg2149 if frame_end is not None:2150 self.assertEqual(frame_end, pos)