Searched defs:private_yuvhwdata (Results 1 – 8 of 8) sorted by relevance
32 struct private_yuvhwdata struct34 FRAMEDATA* CurrentFrameData;35 FRAMEDATA* FrameData0;36 FRAMEDATA* FrameData1;37 PgScalerProps_t props;38 PgScalerCaps_t caps;39 PgVideoChannel_t* channel;40 PhArea_t CurrentViewPort;41 PhPoint_t CurrentWindowPos;42 long format;[all …]
35 struct private_yuvhwdata struct57 SDL_Surface *display;58 BView *bview;59 bool first_display;60 BBitmap *bbitmap;61 int locked;
58 struct private_yuvhwdata { struct59 SDL_Surface *display;60 SDL_Surface *stretch;61 volatile void * pixels __attribute__((aligned(128)));64 Uint16 pitches[3];65 Uint8 * planes[3];67 unsigned int scale;70 Uint8 * scaler_out __attribute__((aligned(128)));73 volatile struct yuv2rgb_parms_t * converter_parms __attribute__((aligned(128)));76 volatile struct scale_parms_t * scaler_parms __attribute__((aligned(128)));[all …]
47 struct private_yuvhwdata { struct48 int ipu_fd;49 Uint8 *pixels;50 int macroblocks;51 int dma_len;52 caddr_t dma_mem;53 caddr_t ipu_imem;54 caddr_t ipu_omem;78 struct private_yuvhwdata *hwdata; in GS_CreateYUVOverlay() argument
39 struct private_yuvhwdata { struct55 struct private_yuvhwdata *hwdata = (struct private_yuvhwdata *) data; in enum_layers_callback() argument
40 struct private_yuvhwdata { struct41 LPDIRECTDRAWSURFACE3 surface;44 Uint16 pitches[3];45 Uint8 *planes[3];
62 struct private_yuvhwdata { struct63 int port;65 int yuv_use_mitshm;66 XShmSegmentInfo yuvshm;
101 struct private_yuvhwdata { struct102 SDL_Surface *stretch;103 SDL_Surface *display;104 Uint8 *pixels;105 int *colortab;106 Uint32 *rgb_2_pix;107 void (*Display1X)(int *colortab, Uint32 *rgb_2_pix,111 void (*Display2X)(int *colortab, Uint32 *rgb_2_pix,117 Uint16 pitches[3];118 Uint8 *planes[3];