Home
last modified time | relevance | path

Searched refs:frame1 (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drasc.c64 AVFrame *frame1; member
100 av_frame_unref(s->frame1); in init_frames()
102 if ((ret = ff_get_buffer(avctx, s->frame1, 0)) < 0) in init_frames()
109 clear_plane(avctx, s->frame1); in init_frames()
123 if (!s->frame2->data[0] || !s->frame1->data[0]) in decode_fint()
127 clear_plane(avctx, s->frame1); in decode_fint()
277 if (!s->frame2->data[0] || !s->frame1->data[0]) in decode_move()
280 b1 = s->frame1->data[0] + s->frame1->linesize[0] * (start_y + h - 1) + start_x * s->bpp; in decode_move()
287 b1 -= s->frame1->linesize[0]; in decode_move()
326 b1 -= s->frame1->linesize[0]; \
[all …]
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.c389 gst_smpte_blend_i420 (GstVideoFrame * frame1, GstVideoFrame * frame2, in gst_smpte_blend_i420() argument
405 width = GST_VIDEO_FRAME_WIDTH (frame1); in gst_smpte_blend_i420()
406 height = GST_VIDEO_FRAME_HEIGHT (frame1); in gst_smpte_blend_i420()
408 in1 = GST_VIDEO_FRAME_COMP_DATA (frame1, 0); in gst_smpte_blend_i420()
412 in1u = GST_VIDEO_FRAME_COMP_DATA (frame1, 1); in gst_smpte_blend_i420()
413 in1v = GST_VIDEO_FRAME_COMP_DATA (frame1, 2); in gst_smpte_blend_i420()
435 in1 += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 0); in gst_smpte_blend_i420()
440 in1u += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 1); in gst_smpte_blend_i420()
442 in1v += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 2); in gst_smpte_blend_i420()
443 in2v += GST_VIDEO_FRAME_COMP_STRIDE (frame1, 2); in gst_smpte_blend_i420()
[all …]
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dbuffer_emd.amber44 BUFFER frame1 FORMAT B8G8R8A8_UNORM
52 BIND BUFFER frame1 AS color LOCATION 0
70 EXPECT frame1 EQ_HISTOGRAM_EMD_BUFFER frame2 TOLERANCE 0.1
/third_party/vk-gl-cts/modules/egl/
DteglGetFrameTimestampsTests.cpp256 void verifyNeighboringFrames (const FrameTimes& frame1, const FrameTimes& frame2, tcu::ResultCollec… in verifyNeighboringFrames() argument
259 …check_lt(result, frame1.swapBufferBeginNs, frame2.swapBufferBeginNs, "Swap begin times not monoton… in verifyNeighboringFrames()
260 check_lt(result, frame1.latch, frame2.latch, "Latch times not monotonic."); in verifyNeighboringFrames()
261 …check_lt(result, frame1.lastCompositionStart, frame2.latch, "Old buffer composited after new buffe… in verifyNeighboringFrames()
262 …check_lt(result, frame1.lastCompositionStart, frame2.firstCompositionStart, "Composition times ove… in verifyNeighboringFrames()
263 check_lt(result, frame1.dequeueReady, frame2.dequeueReady, "Dequeue ready times not monotonic."); in verifyNeighboringFrames()
266 …if (timestampValid(frame1.firstCompositionGpuFinished) && timestampValid(frame2.firstCompositionGp… in verifyNeighboringFrames()
267 …check_lt(result, frame1.firstCompositionGpuFinished, frame2.firstCompositionGpuFinished, "Composit… in verifyNeighboringFrames()
269 if (timestampValid(frame1.displayPresent) && timestampValid(frame2.displayPresent)) in verifyNeighboringFrames()
270 …check_lt(result, frame1.displayPresent, frame2.displayPresent, "Display present times not monotoni… in verifyNeighboringFrames()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c435 GstVideoFrame frame1, frame2; in gst_compare_ssim() local
467 gst_video_frame_map (&frame1, &info1, buf1, GST_MAP_READ); in gst_compare_ssim()
476 cw = GST_VIDEO_FRAME_COMP_WIDTH (&frame1, i); in gst_compare_ssim()
477 ch = GST_VIDEO_FRAME_COMP_HEIGHT (&frame1, i); in gst_compare_ssim()
478 step = GST_VIDEO_FRAME_COMP_PSTRIDE (&frame1, i); in gst_compare_ssim()
479 stride = GST_VIDEO_FRAME_COMP_STRIDE (&frame1, i); in gst_compare_ssim()
483 GST_VIDEO_FRAME_COMP_DATA (&frame1, i), in gst_compare_ssim()
488 gst_video_frame_unmap (&frame1); in gst_compare_ssim()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_diff.c80 DecodedFrame* const frame1 = &img->frames[i - 1]; in MinimizeAnimationFrames() local
82 const uint8_t* const rgba1 = frame1->rgba; in MinimizeAnimationFrames()
87 if (AdditionWillOverflow(frame1->duration, frame2->duration)) continue; in MinimizeAnimationFrames()
96 frame1->duration += frame2->duration; in MinimizeAnimationFrames()
/third_party/python/Tools/pynche/
DStripViewer.py329 frame1 = Frame(frame)
330 frame1.pack(expand=YES, fill=BOTH)
331 self.__reds = StripWidget(switchboard, frame1,
337 self.__greens = StripWidget(switchboard, frame1,
343 self.__blues = StripWidget(switchboard, frame1,
/third_party/cef/tests/ceftests/
Dframe_unittest.cc1611 CefRefPtr<CefFrame> frame0, frame1, frame2, frame3; in VerifyBrowserIframe() local
1641 frame1 = browser->GetFrame(kFrame1Name); in VerifyBrowserIframe()
1642 V_EXPECT_TRUE(frame1.get()); in VerifyBrowserIframe()
1648 if (!frame0 || !frame1 || !frame2 || !frame3) { in VerifyBrowserIframe()
1656 V_EXPECT_TRUE(frame1->GetName().ToString() == kFrame1Name) in VerifyBrowserIframe()
1658 << " actual: " << frame1->GetName().ToString(); in VerifyBrowserIframe()
1672 V_EXPECT_TRUE(frame1->GetURL() == frame1url) in VerifyBrowserIframe()
1674 << " actual: " << frame1->GetURL().ToString(); in VerifyBrowserIframe()
1687 frame1id = frame1->GetIdentifier(); in VerifyBrowserIframe()
1712 frame1b = browser->GetFrame(frame1->GetIdentifier()); in VerifyBrowserIframe()
[all …]
/third_party/skia/tests/
DPathOpsConicIntersectionTest.cpp186 const SkDConic frame1[] = { 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/libffi/src/pa/
Dhpux32.S306 L$frame1:
323 .word L$ASFDE1-L$frame1 ;# FDE CIE offset
351 .word L$ASFDE2-L$frame1 ;# FDE CIE offset
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c878 GstId3v2Frame frame1, frame2; in add_musicbrainz_tag() local
884 id3v2_frame_init (&frame1, "TXXX", 0); in add_musicbrainz_tag()
885 id3v2_frame_write_uint8 (&frame1, encoding); in add_musicbrainz_tag()
886 id3v2_frame_write_string (&frame1, encoding, mb_ids[idx].spec_id, TRUE); in add_musicbrainz_tag()
887 id3v2_frame_write_string (&frame1, encoding, id_str, FALSE); in add_musicbrainz_tag()
888 g_array_append_val (id3v2tag->frames, frame1); in add_musicbrainz_tag()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c391 GstVideoFrame *framep, *frame0, *frame1, *frame2; in gst_deinterlace_simple_method_deinterlace_frame_packed() local
409 frame1 = in gst_deinterlace_simple_method_deinterlace_frame_packed()
412 if (frame1) in gst_deinterlace_simple_method_deinterlace_frame_packed()
413 frame_width = MIN (frame_width, GST_VIDEO_FRAME_PLANE_STRIDE (frame1, 0)); in gst_deinterlace_simple_method_deinterlace_frame_packed()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c930 GstVideoCodecFrame *frame1, *frame2; in sort_frames_by_pts() local
933 frame1 = (GstVideoCodecFrame *) f1; in sort_frames_by_pts()
936 if (frame1->output_buffer) in sort_frames_by_pts()
937 pts1 = GST_BUFFER_PTS (frame1->output_buffer); in sort_frames_by_pts()
/third_party/python/Modules/
D_tracemalloc.c286 const frame_t *frame1 = &traceback1->frames[i]; in hashtable_compare_traceback() local
289 if (frame1->lineno != frame2->lineno) { in hashtable_compare_traceback()
292 if (frame1->filename != frame2->filename) { in hashtable_compare_traceback()
293 assert(PyUnicode_Compare(frame1->filename, frame2->filename) != 0); in hashtable_compare_traceback()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1248 frames_can_copy (const GstVideoFrame * frame1, const GstVideoFrame * frame2) in frames_can_copy() argument
1250 if (GST_VIDEO_FRAME_FORMAT (frame1) != GST_VIDEO_FRAME_FORMAT (frame2)) in frames_can_copy()
1252 if (GST_VIDEO_FRAME_HEIGHT (frame1) != GST_VIDEO_FRAME_HEIGHT (frame2)) in frames_can_copy()
1254 if (GST_VIDEO_FRAME_WIDTH (frame1) != GST_VIDEO_FRAME_WIDTH (frame2)) in frames_can_copy()
/third_party/chromium/patch/
D0001-cve.patch5797 // Opening a modal dialog in frame1. It blocks other nodes in its document.
5800 testFocus(frame1.querySelector('.target'), false);
5801 const iframe = frame1.querySelector('#iframe1').contentDocument;
5805 // Even a modal dialog in the iframe is blocked by the modal dialog in the parent frame1.
6043 var frame1 = mainIframe.contentWindow.frames[0].document;
6044 var target1 = frame1.querySelector('.target');
6047 var iframe = frame1.querySelector('iframe').contentDocument;