Searched defs:Frame0 (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Dstack-oob-frames.cc12 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) { function
24 char c[4] = {0}; Frame0(frame, a, b, c);
42 // CHECK0: #0{{.*}}Frame0
47 // CHECK0-NEXT: #0{{.*}}Frame0
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv.c47 int grab_ptrs2(PgVideoChannel_t* channel, FRAMEDATA* Frame0, FRAMEDATA* Frame1) argument
52 Frame0->Y = (unsigned char *)PdGetOffscreenContextPtr(channel->yplane1);
54 Frame0->U = (unsigned char *)PdGetOffscreenContextPtr(channel->vplane1);
56 Frame0->V = (unsigned char *)PdGetOffscreenContextPtr(channel->uplane1);
59 if (Frame0->Y)
62 if (Frame0->U)
65 if (Frame0->V)

Completed in 1757 milliseconds