Lines Matching refs:structBuf
6417 JPD_BufCfg structBuf; in JPEG_StartDecode() local
6465 structBuf.bProgressive = _bProgressive_flag; in JPEG_StartDecode()
6466 structBuf.bThumbnailAccessMode = _bThumbnailAccessMode; in JPEG_StartDecode()
6467 structBuf.u32ThumbnailBufAddr = MS_VA2PA((MS_U32)INTERNAL_BUFFER_ADDR); in JPEG_StartDecode()
6468 structBuf.u32ThumbnailBufSize = JPEG_DEFAULT_EXIF_SIZE; in JPEG_StartDecode()
6469 structBuf.u32ThumbnailBufOffset = _u32ThumbnailOffset + JPEG_GetECS(); in JPEG_StartDecode()
6470 structBuf.u32MRCBufAddr = MS_VA2PA((MS_U32)MRC_BUFFER_ADDR); in JPEG_StartDecode()
6471 structBuf.u32MRCBufSize = MRC_BUFFER_SIZE; in JPEG_StartDecode()
6472 structBuf.u32MRCBufOffset = JPEG_GetECS(); in JPEG_StartDecode()
6473 structBuf.u32MWCBufAddr = MS_VA2PA((MS_U32)MWC_BUFFER_ADDR); in JPEG_StartDecode()
6477 structBuf.u16MWCBufLineNum = 0; in JPEG_StartDecode()
6480 structBuf.u16MWCBufLineNum = 32; in JPEG_StartDecode()
6484 , structBuf.bProgressive, structBuf.bThumbnailAccessMode); in JPEG_StartDecode()
6486 … , structBuf.u32ThumbnailBufAddr, structBuf.u32ThumbnailBufSize, structBuf.u32ThumbnailBufOffset); in JPEG_StartDecode()
6488 , structBuf.u32MRCBufAddr, structBuf.u32MRCBufSize, structBuf.u32MRCBufOffset); in JPEG_StartDecode()
6490 , structBuf.u32MWCBufAddr, structBuf.u16MWCBufLineNum); in JPEG_StartDecode()
6494 MDrv_JPD_InitBuf(structBuf); in JPEG_StartDecode()