Home
last modified time | relevance | path

Searched refs:frame3 (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/memcheck/tests/
Dxml1.c6 int frame3 ( void ) in frame3() function
39 return frame3() - 1; in frame2()
Dxml1.stdout.exp1 hello from frame3(). The answer is not 42.
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h818 T frame1, frame2, frame3; \
834 EXPECT_TRUE(frame3.InitToBlack(width_rotate, height_rotate, 1, 1, 0)); \
838 frame3.GetYPlane(), frame3.GetYPitch(), frame3.GetUPlane(), \
839 frame3.GetUPitch(), frame3.GetVPlane(), frame3.GetVPitch(), kWidth, \
841 EXPECT_TRUE(IsEqual(frame1, frame3, 0)); \
849 T frame1, frame2, frame3; \
865 EXPECT_TRUE(frame3.InitToBlack(width_rotate, height_rotate, 1, 1, 0)); \
869 frame3.GetYPlane(), frame3.GetYPitch(), frame3.GetUPlane(), \
870 frame3.GetUPitch(), frame3.GetVPlane(), frame3.GetVPitch(), kWidth, \
872 EXPECT_TRUE(IsEqual(frame1, frame3, 0)); \
[all …]
/external/perfetto/src/ipc/
Dbuffered_frame_deserializer_unittest.cc337 std::vector<char> frame3 = in TEST() local
342 ASSERT_EQ(kMaxCapacity, frame2_chunk2.size() + frame3.size()); in TEST()
355 CheckedMemcpy(rbuf, frame3); in TEST()
356 ASSERT_TRUE(bfd.EndReceive(frame3.size())); in TEST()
372 ASSERT_TRUE(FrameEq(frame3, *decoded_frame_3)); in TEST()
/external/google-breakpad/src/processor/
Dstackwalker_x86_unittest.cc1901 StackFrameX86 *frame3 = static_cast<StackFrameX86 *>(frames->at(3)); in IPAddressIsNotInKnownModuleTestImpl() local
1902 EXPECT_EQ(StackFrame::FRAME_TRUST_CFI, frame3->trust); in IPAddressIsNotInKnownModuleTestImpl()
1906 frame3->context_validity); in IPAddressIsNotInKnownModuleTestImpl()
1907 EXPECT_EQ(frame3_ebp.Value(), frame3->context.ebp); in IPAddressIsNotInKnownModuleTestImpl()
1908 EXPECT_EQ(frame3_esp.Value(), frame3->context.esp); in IPAddressIsNotInKnownModuleTestImpl()
1909 EXPECT_EQ(&remoting_core_dll, frame3->module); in IPAddressIsNotInKnownModuleTestImpl()
1910 EXPECT_EQ("PK11_Verify", frame3->function_name); in IPAddressIsNotInKnownModuleTestImpl()
1911 ASSERT_TRUE(frame3->windows_frame_info != NULL); in IPAddressIsNotInKnownModuleTestImpl()
1912 EXPECT_EQ(WindowsFrameInfo::VALID_ALL, frame3->windows_frame_info->valid); in IPAddressIsNotInKnownModuleTestImpl()
1914 frame3->windows_frame_info->type_); in IPAddressIsNotInKnownModuleTestImpl()
[all …]
/external/skia/tests/
DPathOpsConicIntersectionTest.cpp202 const SkDConic frame3[] = { variable
231 frame0, frame1, frame2, frame3, frame4, frame5, frame6
235 (int) SK_ARRAY_COUNT(frame2), (int) SK_ARRAY_COUNT(frame3),
/external/skqp/tests/
DPathOpsConicIntersectionTest.cpp202 const SkDConic frame3[] = { variable
231 frame0, frame1, frame2, frame3, frame4, frame5, frame6
235 (int) SK_ARRAY_COUNT(frame2), (int) SK_ARRAY_COUNT(frame3),
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c130 v16i8 frame3 = { 0 }; in temporal_filter_apply_8size_msa() local
162 INSERT_D2_SB(f4, f5, frame3); in temporal_filter_apply_8size_msa()
204 ILVRL_B2_UB(frame3, frame4, frame_l, frame_h); in temporal_filter_apply_8size_msa()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java1137 AnimationFrame frame3 =
1142 sparksAnim.addFrame(frame3);
1145 sparksAnim.addFrame(frame3);
1148 sparksAnim.addFrame(frame3);
1151 sparksAnim.addFrame(frame3);
3301 …AnimationFrame frame3 = new AnimationFrame(textureLibrary.allocateTexture(R.drawable.object_termin…
3314 idle.addFrame(frame3);
3318 idle.addFrame(frame3);
3387 …AnimationFrame frame3 = new AnimationFrame(textureLibrary.allocateTexture(R.drawable.object_termin…
3400 idle.addFrame(frame3);
[all …]
/external/python/cpython2/Demo/tix/
Dtixwidgets.py123 frame3 = self.MkMainStatus()
125 frame3.pack(side=BOTTOM, fill=X)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui52 <widget class="QFrame" name="frame3" >