Home
last modified time | relevance | path

Searched refs:image_pitch (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c401 MS_U32 vdata, image_pitch, frame_pitch, pixelbytes; in MstDGifProcess() local
465 image_pitch = (image_roi.width * pixelbytes + 7) >> 3; in MstDGifProcess()
499 image_roi.width, image_roi.height, image_pitch << 3); in MstDGifProcess()
570 image_roi.width, image_roi.height, image_pitch << 3); in MstDGifProcess()
650 console_printf("image_pitch = %d\n", image_pitch); in MstDGifProcess()
657 …+= (frame_roi.vstart + GifFile->Image.Top - roi_ptr->vstart + vstart_shift) * (image_pitch << 3) + in MstDGifProcess()
717 image_ptr += image_pitch << 3; in MstDGifProcess()