Lines Matching refs:structBuf
6467 JPD_BufCfg structBuf; in JPEG_StartDecode() local
6507 structBuf.bProgressive = _bProgressive_flag; in JPEG_StartDecode()
6508 structBuf.bThumbnailAccessMode = _bThumbnailAccessMode; in JPEG_StartDecode()
6509 structBuf.u32ThumbnailBufAddr = MS_VA2PA((MS_U32)INTERNAL_BUFFER_ADDR); in JPEG_StartDecode()
6510 structBuf.u32ThumbnailBufSize = JPEG_DEFAULT_EXIF_SIZE; in JPEG_StartDecode()
6511 structBuf.u32ThumbnailBufOffset = _u32ThumbnailOffset + JPEG_GetECS(); in JPEG_StartDecode()
6512 structBuf.u32MRCBufAddr = MS_VA2PA((MS_U32)MRC_BUFFER_ADDR); in JPEG_StartDecode()
6513 structBuf.u32MRCBufSize = MRC_BUFFER_SIZE; in JPEG_StartDecode()
6514 structBuf.u32MRCBufOffset = JPEG_GetECS(); in JPEG_StartDecode()
6515 structBuf.u32MWCBufAddr = MS_VA2PA((MS_U32)MWC_BUFFER_ADDR); in JPEG_StartDecode()
6519 structBuf.u16MWCBufLineNum = 0; in JPEG_StartDecode()
6522 structBuf.u16MWCBufLineNum = 32; in JPEG_StartDecode()
6526 , structBuf.bProgressive, structBuf.bThumbnailAccessMode); in JPEG_StartDecode()
6528 … , structBuf.u32ThumbnailBufAddr, structBuf.u32ThumbnailBufSize, structBuf.u32ThumbnailBufOffset); in JPEG_StartDecode()
6530 , structBuf.u32MRCBufAddr, structBuf.u32MRCBufSize, structBuf.u32MRCBufOffset); in JPEG_StartDecode()
6532 , structBuf.u32MWCBufAddr, structBuf.u16MWCBufLineNum); in JPEG_StartDecode()
6536 MDrv_JPD_InitBuf(structBuf); in JPEG_StartDecode()