Home
last modified time | relevance | path

Searched refs:frame0 (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tests/ceftests/
Dframe_unittest.cc1611 CefRefPtr<CefFrame> frame0, frame1, frame2, frame3; in VerifyBrowserIframe() local
1639 frame0 = browser->GetFrame(kFrame0Name); in VerifyBrowserIframe()
1640 V_EXPECT_TRUE(frame0.get()); in VerifyBrowserIframe()
1648 if (!frame0 || !frame1 || !frame2 || !frame3) { in VerifyBrowserIframe()
1653 V_EXPECT_TRUE(frame0->GetName().ToString() == kFrame0Name) in VerifyBrowserIframe()
1655 << " actual: " << frame0->GetName().ToString(); in VerifyBrowserIframe()
1668 V_EXPECT_TRUE(frame0->GetURL() == frame0url) in VerifyBrowserIframe()
1670 << " actual: " << frame0->GetURL().ToString(); in VerifyBrowserIframe()
1685 frame0id = frame0->GetIdentifier(); in VerifyBrowserIframe()
1710 frame0b = browser->GetFrame(frame0->GetIdentifier()); in VerifyBrowserIframe()
[all …]
/third_party/flutter/skia/tests/
DPathOpsConicIntersectionTest.cpp181 const SkDConic frame0[] = { variable
229 frame0, frame1, frame2, frame3, frame4, frame5, frame6
232 const int frameSizes[] = { (int) SK_ARRAY_COUNT(frame0), (int) SK_ARRAY_COUNT(frame1),
/third_party/skia/tests/
DPathOpsConicIntersectionTest.cpp181 const SkDConic frame0[] = { variable
229 frame0, frame1, frame2, frame3, frame4, frame5, frame6
232 const int frameSizes[] = { (int) SK_ARRAY_COUNT(frame0), (int) SK_ARRAY_COUNT(frame1),
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp300 frame0 = anim->duration() * t0 * native_fps, in main() local
348 anim->seekFrame(frame0 + i * fps_scale); in main()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c391 GstVideoFrame *framep, *frame0, *frame1, *frame2; in gst_deinterlace_simple_method_deinterlace_frame_packed() local
399 frame0 = history[cur_field_idx].frame; in gst_deinterlace_simple_method_deinterlace_frame_packed()
400 frame_width = MIN (frame_width, GST_VIDEO_FRAME_PLANE_STRIDE (frame0, 0)); in gst_deinterlace_simple_method_deinterlace_frame_packed()
/third_party/ffmpeg/libavfilter/
Davfilter.c1155 AVFrame *frame0, *frame, *buf; in take_samples() local
1162 frame0 = frame = ff_framequeue_peek(&link->fifo, 0); in take_samples()
1185 ret = av_frame_copy_props(buf, frame0); in take_samples()
1190 buf->pts = frame0->pts; in take_samples()