Home
last modified time | relevance | path

Searched refs:ui32NoMCUsToEncode (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c915 IMG_UINT32 ui32NoMCUsToEncode) in IssueBufferToHW() argument
925 ui32NoMCUsToEncode, ui16BCnt, i8PipeNumber); in IssueBufferToHW()
936 psBufferCmd->ui32MCUCntAndResetFlag = (ui32NoMCUsToEncode << 1) | 0x1; in IssueBufferToHW()
1410 IMG_UINT32 ui32NoMCUsToEncode = 0; in tng_jpeg_EndPicture() local
1435 ui32NoMCUsToEncode = jpeg_ctx_p->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan; in tng_jpeg_EndPicture()
1438 ui32NoMCUsToEncode = ui32RemainMCUs; in tng_jpeg_EndPicture()
1442 drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui32NoMCUsToEncode: %d\n", ui32NoMCUsToEncode); in tng_jpeg_EndPicture()
1446 ui32NoMCUsToEncode); in tng_jpeg_EndPicture()
1453 ui32RemainMCUs -= ui32NoMCUsToEncode; in tng_jpeg_EndPicture()
Dpnw_hostjpeg.h676 …CODER_CONTEXT *pContext, IMG_UINT16 ui16BCnt, IMG_INT8 i8MTXNumber, IMG_UINT32 ui32NoMCUsToEncode);