Home
last modified time | relevance | path

Searched refs:frame_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
559 frame_pitch = (frame_roi.width * pixelbytes + 7) >> 3; in MstDGifProcess()
560 drv_gpd_set_pitch(frame_pitch); in MstDGifProcess()
623 frame_cnt, frame_pitch * 2, frame_roi.height, in MstDGifProcess()
624 FrameBuffAddr + TempBuffOffset, frame_roi.height * frame_pitch * 8); in MstDGifProcess()
661 frame_ptr += vstart_shift * (frame_pitch << 3); in MstDGifProcess()
718 frame_ptr += frame_pitch << 3; in MstDGifProcess()