Searched refs:frame_size (Results 1 – 2 of 2) sorted by relevance
990 MS_U32 frame_size = 0; in PngProcess() local1078 frame_size = ((roi_ptr->width* pixelbytes + 7) & ~7) * (roi_ptr->height); in PngProcess()1080 frame_size = ((infoptr->png_width * pixelbytes + 7) & ~7) * infoptr->png_height; in PngProcess()1087 frame_size/=4; in PngProcess()1090 frame_size/=16; in PngProcess()1093 frame_size/=64; in PngProcess()1096 frame_size/=256; in PngProcess()1103 if (frame_size > buf_addr->u32WriteBufferSize) in PngProcess()
405 MS_U32 frame_size = 0; in MstDGifProcess() local454 frame_size = ((roi_ptr->width * pixelbytes + 7) & ~7) * (roi_ptr->height + 7); in MstDGifProcess()463 frame_size = ((GifFile->SWidth * pixelbytes + 7) & ~7) * GifFile->SHeight; in MstDGifProcess()472 frame_size/=4; in MstDGifProcess()475 frame_size/=16; in MstDGifProcess()478 frame_size/=64; in MstDGifProcess()481 frame_size/=256; in MstDGifProcess()489 if (frame_size > TempBuffOffset) in MstDGifProcess()