Lines Matching refs:structBuf
6462 JPD_BufCfg structBuf; in JPEG_StartDecode() local
6510 structBuf.bProgressive = _bProgressive_flag; in JPEG_StartDecode()
6511 structBuf.bThumbnailAccessMode = _bThumbnailAccessMode; in JPEG_StartDecode()
6512 structBuf.u32ThumbnailBufAddr = MS_VA2PA((MS_U32)INTERNAL_BUFFER_ADDR); in JPEG_StartDecode()
6513 structBuf.u32ThumbnailBufSize = JPEG_DEFAULT_EXIF_SIZE; in JPEG_StartDecode()
6514 structBuf.u32ThumbnailBufOffset = _u32ThumbnailOffset + JPEG_GetECS(); in JPEG_StartDecode()
6515 structBuf.u32MRCBufAddr = MS_VA2PA((MS_U32)MRC_BUFFER_ADDR); in JPEG_StartDecode()
6516 structBuf.u32MRCBufSize = MRC_BUFFER_SIZE; in JPEG_StartDecode()
6517 structBuf.u32MRCBufOffset = JPEG_GetECS(); in JPEG_StartDecode()
6518 structBuf.u32MWCBufAddr = MS_VA2PA((MS_U32)MWC_BUFFER_ADDR); in JPEG_StartDecode()
6522 structBuf.u16MWCBufLineNum = 0; in JPEG_StartDecode()
6525 structBuf.u16MWCBufLineNum = 32; in JPEG_StartDecode()
6529 , structBuf.bProgressive, structBuf.bThumbnailAccessMode); in JPEG_StartDecode()
6531 … , structBuf.u32ThumbnailBufAddr, structBuf.u32ThumbnailBufSize, structBuf.u32ThumbnailBufOffset); in JPEG_StartDecode()
6533 , structBuf.u32MRCBufAddr, structBuf.u32MRCBufSize, structBuf.u32MRCBufOffset); in JPEG_StartDecode()
6535 , structBuf.u32MWCBufAddr, structBuf.u16MWCBufLineNum); in JPEG_StartDecode()
6539 MDrv_JPD_InitBuf(structBuf); in JPEG_StartDecode()