/third_party/ffmpeg/libavcodec/ |
H A D | rasc.c | 65 AVFrame *frame2; member 102 av_frame_unref(s->frame2); in init_frames() 106 if ((ret = ff_get_buffer(avctx, s->frame2, 0)) < 0) in init_frames() 109 clear_plane(avctx, s->frame2); in init_frames() 124 if (!s->frame2->data[0] || !s->frame1->data[0]) in decode_fint() 127 clear_plane(avctx, s->frame2); in decode_fint() 166 uint32_t *pal = (uint32_t *)s->frame2->data[1]; in decode_fint() 279 if (!s->frame2->data[0] || !s->frame1->data[0]) in decode_move() 283 b2 = s->frame2->data[0] + s->frame2 in decode_move() [all...] |
H A D | cfhd.c | 320 int16_t *frame2 = in alloc_buffers() local 322 s->plane[i].subband[8] = frame2 + 2 * w4 * h4; in alloc_buffers() 323 s->plane[i].subband[9] = frame2 + 1 * w4 * h4; in alloc_buffers() 324 s->plane[i].subband[10] = frame2 + 3 * w4 * h4; in alloc_buffers() 325 s->plane[i].subband[11] = frame2 + 2 * w2 * h2; in alloc_buffers() 326 s->plane[i].subband[12] = frame2 + 1 * w2 * h2; in alloc_buffers() 327 s->plane[i].subband[13] = frame2 + 3 * w2 * h2; in alloc_buffers() 361 int16_t *frame2 = s->plane[i].idwt_tmp + 4 * w2 * h2; in alloc_buffers() local 363 s->plane[i].l_h[8] = frame2; in alloc_buffers() 364 s->plane[i].l_h[9] = frame2 in alloc_buffers() [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGetFrameTimestampsTests.cpp | 256 void verifyNeighboringFrames (const FrameTimes& frame1, const FrameTimes& frame2, tcu::ResultCollector& result) in verifyNeighboringFrames() argument 259 check_lt(result, frame1.swapBufferBeginNs, frame2.swapBufferBeginNs, "Swap begin times not monotonic."); 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 buffer latched."); in verifyNeighboringFrames() 262 check_lt(result, frame1.lastCompositionStart, frame2.firstCompositionStart, "Composition times overlap."); in verifyNeighboringFrames() 263 check_lt(result, frame1.dequeueReady, frame2.dequeueReady, "Dequeue ready times not monotonic."); in verifyNeighboringFrames() 266 if (timestampValid(frame1.firstCompositionGpuFinished) && timestampValid(frame2.firstCompositionGpuFinished)) in verifyNeighboringFrames() 267 check_lt(result, frame1.firstCompositionGpuFinished, frame2.firstCompositionGpuFinished, "Composition GPU work complete times not monotonic."); in verifyNeighboringFrames() 269 if (timestampValid(frame1.displayPresent) && timestampValid(frame2.displayPresent)) in verifyNeighboringFrames() 270 check_lt(result, frame1.displayPresent, frame2 in verifyNeighboringFrames() [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_diff.c | 81 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/skia/tests/ |
H A D | PathOpsConicIntersectionTest.cpp | 193 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/python/Lib/idlelib/ |
H A D | debugger_r.py | 101 stack = [(wrap_frame(frame2), k) for frame2, k in stack]
|
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 293 const frame_t *frame2 = &traceback2->frames[i]; in hashtable_compare_traceback() local 295 if (frame1->lineno != frame2->lineno) { in hashtable_compare_traceback() 298 if (frame1->filename != frame2->filename) { in hashtable_compare_traceback() 299 assert(PyUnicode_Compare(frame1->filename, frame2->filename) != 0); in hashtable_compare_traceback()
|
/third_party/ffmpeg/tests/fate/ |
H A D | cbs.mak | 123 vp90-2-10-show-existing-frame2.webm \
|
H A D | vpx.mak | 123 $(eval $(call FATE_VP9_SUITE,10-show-existing-frame2))
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 379 frame1, frame2, frame3, frame4, *_ = mod.st 384 frameinfo = revise(*frame2[1:]) 387 self.assertEqual(frame2.positions, dis.Positions(9, 9, 4, 22)) 407 frame1, frame2, frame3, = git.tr 411 self.assertEqual(revise(*frame2[1:]), 413 self.assertEqual(frame2.positions, dis.Positions(9, 9, 4, 22))
|