Searched refs:framebuff (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 252 void FillBkColor(GifFileType *GifFile, GifByteType* framebuff, MS_U32 ocolor, in FillBkColor() argument 316 memcpy(framebuff + i, colorbuff + 2, pixelbytes); in FillBkColor() 318 memcpy(framebuff + i, colorbuff, pixelbytes); in FillBkColor() 328 memcpy(framebuff + i, colorbuff, pixelbytes); in FillBkColor() 330 memcpy(framebuff + i, colorbuff + 2, pixelbytes); in FillBkColor() 338 memcpy(framebuff + i, colorbuff, pixelbytes); in FillBkColor() 343 memcpy(framebuff + pitch * i, framebuff, width * pixelbytes); in FillBkColor()
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/ |
| H A D | apiVDEC_EX.c | 23314 VDEC_FRAMEBuff *framebuff = (VDEC_FRAMEBuff *)(*((MS_VIRT*)(param[0]))); in MApi_VDEC_EX_V2_SetControl() local 23315 … ret = _MApi_VDEC_EX_SetFrameBuff2(pStreamId, framebuff->u32Addr, framebuff->u32Size); in MApi_VDEC_EX_V2_SetControl()
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 18213 VDEC_EX_Result MApi_VDEC_EX_SetFrmBuff2(VDEC_StreamId *pStreamId, VDEC_FRAMEBuff *framebuff) 18227 IO_arg.param[0] = (void*)(&framebuff); 25003 VDEC_FRAMEBuff *framebuff = (VDEC_FRAMEBuff *)(*((MS_VIRT*)(param[0]))); 25004 … ret = _MApi_VDEC_EX_SetFrameBuff2(pStreamId, framebuff->u32Addr, framebuff->u32Size);
|
| H A D | apiVDEC_EX.c | 25741 VDEC_FRAMEBuff *framebuff = (VDEC_FRAMEBuff *)(*((MS_VIRT*)(param[0]))); in MApi_VDEC_EX_V2_SetControl() local 25742 … ret = _MApi_VDEC_EX_SetFrameBuff2(pStreamId, framebuff->u32Addr, framebuff->u32Size); in MApi_VDEC_EX_V2_SetControl()
|