Home
last modified time | relevance | path

Searched refs:frame2 (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drasc.c65 AVFrame *frame2; member
101 av_frame_unref(s->frame2); in init_frames()
105 if ((ret = ff_get_buffer(avctx, s->frame2, 0)) < 0) in init_frames()
108 clear_plane(avctx, s->frame2); in init_frames()
123 if (!s->frame2->data[0] || !s->frame1->data[0]) in decode_fint()
126 clear_plane(avctx, s->frame2); in decode_fint()
165 uint32_t *pal = (uint32_t *)s->frame2->data[1]; in decode_fint()
277 if (!s->frame2->data[0] || !s->frame1->data[0]) in decode_move()
281 b2 = s->frame2->data[0] + s->frame2->linesize[0] * (start_y + h - 1) + start_x * s->bpp; in decode_move()
282 e2 = s->frame2->data[0] + s->frame2->linesize[0] * (mov_y + h - 1) + mov_x * s->bpp; in decode_move()
[all …]
Dcfhd.c319 int16_t *frame2 = in alloc_buffers() local
321 s->plane[i].subband[8] = frame2 + 2 * w4 * h4; in alloc_buffers()
322 s->plane[i].subband[9] = frame2 + 1 * w4 * h4; in alloc_buffers()
323 s->plane[i].subband[10] = frame2 + 3 * w4 * h4; in alloc_buffers()
324 s->plane[i].subband[11] = frame2 + 2 * w2 * h2; in alloc_buffers()
325 s->plane[i].subband[12] = frame2 + 1 * w2 * h2; in alloc_buffers()
326 s->plane[i].subband[13] = frame2 + 3 * w2 * h2; in alloc_buffers()
360 int16_t *frame2 = s->plane[i].idwt_tmp + 4 * w2 * h2; in alloc_buffers() local
362 s->plane[i].l_h[8] = frame2; in alloc_buffers()
363 s->plane[i].l_h[9] = frame2 + 2 * w2 * h2; in alloc_buffers()
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dbuffer_emd.amber45 BUFFER frame2 FORMAT B8G8R8A8_UNORM
60 BIND BUFFER frame2 AS color LOCATION 0
70 EXPECT frame1 EQ_HISTOGRAM_EMD_BUFFER frame2 TOLERANCE 0.1
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.c389 gst_smpte_blend_i420 (GstVideoFrame * frame1, GstVideoFrame * frame2, in gst_smpte_blend_i420() argument
409 in2 = GST_VIDEO_FRAME_COMP_DATA (frame2, 0); in gst_smpte_blend_i420()
414 in2u = GST_VIDEO_FRAME_COMP_DATA (frame2, 1); in gst_smpte_blend_i420()
415 in2v = GST_VIDEO_FRAME_COMP_DATA (frame2, 2); in gst_smpte_blend_i420()
436 in2 += GST_VIDEO_FRAME_COMP_STRIDE (frame2, 0); in gst_smpte_blend_i420()
441 in2u += GST_VIDEO_FRAME_COMP_STRIDE (frame2, 1); in gst_smpte_blend_i420()
458 GstVideoFrame frame1, frame2, oframe; in gst_smpte_collected() local
526 gst_video_frame_map (&frame2, &smpte->vinfo2, in2, GST_MAP_READ); in gst_smpte_collected()
529 gst_smpte_blend_i420 (&frame1, &frame2, &oframe, smpte->mask, smpte->border, in gst_smpte_collected()
533 gst_video_frame_unmap (&frame2); in gst_smpte_collected()
/third_party/python/Tools/pynche/
DStripViewer.py350 frame2 = Frame(frame)
351 frame2.pack(expand=YES, fill=BOTH)
352 frame2.columnconfigure(0, weight=20)
353 frame2.columnconfigure(2, weight=20)
358 blackbtn = Button(frame2,
364 uwdbtn = Checkbutton(frame2,
368 hexbtn = Checkbutton(frame2,
375 whitebtn = Button(frame2,
/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/skia/third_party/externals/libwebp/examples/
Danim_diff.c81 DecodedFrame* const frame2 = &img->frames[i]; in MinimizeAnimationFrames() local
83 const uint8_t* const rgba2 = frame2->rgba; in MinimizeAnimationFrames()
87 if (AdditionWillOverflow(frame1->duration, frame2->duration)) continue; in MinimizeAnimationFrames()
96 frame1->duration += frame2->duration; in MinimizeAnimationFrames()
/third_party/cef/tests/ceftests/
Dframe_unittest.cc1611 CefRefPtr<CefFrame> frame0, frame1, frame2, frame3; in VerifyBrowserIframe() local
1643 frame2 = browser->GetFrame(kFrame2Name); in VerifyBrowserIframe()
1644 V_EXPECT_TRUE(frame2.get()); in VerifyBrowserIframe()
1648 if (!frame0 || !frame1 || !frame2 || !frame3) { in VerifyBrowserIframe()
1659 V_EXPECT_TRUE(frame2->GetName().ToString() == kFrame2Name) in VerifyBrowserIframe()
1661 << " actual: " << frame2->GetName().ToString(); in VerifyBrowserIframe()
1676 V_EXPECT_TRUE(frame2->GetURL() == frame2url) in VerifyBrowserIframe()
1678 << " actual: " << frame2->GetURL().ToString(); in VerifyBrowserIframe()
1689 frame2id = frame2->GetIdentifier(); in VerifyBrowserIframe()
1714 frame2b = browser->GetFrame(frame2->GetIdentifier()); in VerifyBrowserIframe()
[all …]
/third_party/skia/tests/
DPathOpsConicIntersectionTest.cpp193 const SkDConic frame2[] = { variable
229 frame0, frame1, frame2, frame3, frame4, frame5, frame6
233 (int) SK_ARRAY_COUNT(frame2), (int) SK_ARRAY_COUNT(frame3),
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c435 GstVideoFrame frame1, frame2; in gst_compare_ssim() local
468 gst_video_frame_map (&frame2, &info2, buf2, GST_MAP_READ); in gst_compare_ssim()
484 GST_VIDEO_FRAME_COMP_DATA (&frame2, i), cw, ch, step, stride); in gst_compare_ssim()
489 gst_video_frame_unmap (&frame2); in gst_compare_ssim()
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c878 GstId3v2Frame frame1, frame2; in add_musicbrainz_tag() local
890 id3v2_frame_init (&frame2, "TXXX", 0); in add_musicbrainz_tag()
891 id3v2_frame_write_uint8 (&frame2, encoding); in add_musicbrainz_tag()
892 id3v2_frame_write_string (&frame2, encoding, in add_musicbrainz_tag()
894 id3v2_frame_write_string (&frame2, encoding, id_str, FALSE); in add_musicbrainz_tag()
895 g_array_append_val (id3v2tag->frames, frame2); 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
415 frame2 = in gst_deinterlace_simple_method_deinterlace_frame_packed()
418 if (frame2) in gst_deinterlace_simple_method_deinterlace_frame_packed()
419 frame_width = MIN (frame_width, GST_VIDEO_FRAME_PLANE_STRIDE (frame2, 0)); in gst_deinterlace_simple_method_deinterlace_frame_packed()
/third_party/python/Lib/idlelib/
Ddebugger_r.py101 stack = [(wrap_frame(frame2), k) for frame2, k in stack]
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c930 GstVideoCodecFrame *frame1, *frame2; in sort_frames_by_pts() local
934 frame2 = (GstVideoCodecFrame *) f2; in sort_frames_by_pts()
938 if (frame2->output_buffer) in sort_frames_by_pts()
939 pts2 = GST_BUFFER_PTS (frame2->output_buffer); in sort_frames_by_pts()
/third_party/python/Modules/
D_tracemalloc.c287 const frame_t *frame2 = &traceback2->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/ffmpeg/tests/fate/
Dcbs.mak123 vp90-2-10-show-existing-frame2.webm \
Dvpx.mak149 $(eval $(call FATE_VP9_SUITE,10-show-existing-frame2))