Searched refs:WIN_WIDTH (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libva/test/decode/ |
D | mpeg2vldemo.cpp | 136 #define WIN_WIDTH (CLIP_WIDTH<<1) macro 266 dst_rect.width = WIN_WIDTH; in main()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 1902 #define WIN_WIDTH (CLIP_WIDTH * 4) macro 1928 static int win_width=WIN_WIDTH, win_height=WIN_HEIGHT; 3424 … SURFACE_CREATE(client,surface_ctrl,android_surface, android_isurface, WIN_WIDTH, WIN_HEIGHT); in main() 3428 0,0,WIN_WIDTH,WIN_HEIGHT, in main() 3433 WIN_WIDTH,WIN_HEIGHT, 0, 0, WhitePixel(x11_display, 0)); in main() 3439 0,0,WIN_WIDTH,WIN_HEIGHT, in main()
|