HomeSort by relevance Sort by last modified time
    Searched refs:v_pos (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.h 55 unsigned short v_pos; /* Vertical position in virtual screen */ member in struct:__anon26969
SDL_xbios_sb3.c 73 scrinfo->h_pos = scrinfo->v_pos = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 112 const uint8* v_pos = v_plane; local
121 uint8 v_value = *(v_pos + j);
127 v_pos += v_pitch;
videoframe_unittest.h 184 int y1_pos, y2_pos, u_pos, v_pos; local
185 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
202 quad[v_pos] = ((y / 63) & 1) ? 192 : 64;
255 int y1_pos, y2_pos, u_pos, v_pos; local
256 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
281 (quad1[v_pos] + quad2[v_pos] + 1) / 2;
348 int* y1_pos, int* y2_pos, int* u_pos, int* v_pos) {
350 *y1_pos = 0; *u_pos = 1; *y2_pos = 2; *v_pos = 3;
352 *u_pos = 0; *y1_pos = 1; *v_pos = 2; *y2_pos = 3
    [all...]

Completed in 469 milliseconds