Searched refs:image_ptr (Results 1 – 1 of 1) sorted by relevance
641 GifByteType *image_ptr = (GifByteType *)(FrameBuffAddr); in MstDGifProcess() local645 console_printf("image_ptr = %x\n", image_ptr); in MstDGifProcess()657 …image_ptr += (frame_roi.vstart + GifFile->Image.Top - roi_ptr->vstart + vstart_shift) * (image_pi… in MstDGifProcess()677 image_ptr[i+0] = frame_ptr[i+0]; in MstDGifProcess()678 image_ptr[i+1] = frame_ptr[i+1]; in MstDGifProcess()679 image_ptr[i+2] = frame_ptr[i+2]; in MstDGifProcess()680 image_ptr[i+3] = 0xFF; in MstDGifProcess()687 image_ptr[i+0] = frame_ptr[i+0]; in MstDGifProcess()695 image_ptr[i+0] = frame_ptr[i+0]; in MstDGifProcess()696 image_ptr[i+1] = 0xFF; in MstDGifProcess()[all …]