Searched refs:FrameBuffAddr (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 402 MS_VIRT FrameBuffAddr, TempBuffOffset, StreamBuffAddr; in MstDGifProcess() local 433 FrameBuffAddr = buf_addr->u32VA_WriteBufferAddr; in MstDGifProcess() 498 FillBkColor(GifFile, (GifByteType*)(FrameBuffAddr), ocolor_typ, in MstDGifProcess() 500 if(MsOS_Dcache_Flush(FrameBuffAddr, buf_addr->u32WriteBufferSize)) in MstDGifProcess() 569 FillBkColor(GifFile, (GifByteType*)(FrameBuffAddr), ocolor_typ, in MstDGifProcess() 624 FrameBuffAddr + TempBuffOffset, frame_roi.height * frame_pitch * 8); in MstDGifProcess() 631 if (MsOS_Dcache_Flush(FrameBuffAddr, buf_addr->u32WriteBufferSize)) in MstDGifProcess() 641 GifByteType *image_ptr = (GifByteType *)(FrameBuffAddr); in MstDGifProcess() 642 GifByteType *frame_ptr = (GifByteType *)((FrameBuffAddr + TempBuffOffset)); in MstDGifProcess() 722 if(MsOS_Dcache_Flush(FrameBuffAddr, buf_addr->u32WriteBufferSize)) in MstDGifProcess()
|