Searched refs:ui32SizePerCodedBuffer (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_jpegES.h179 IMG_UINT32 ui32SizePerCodedBuffer; member in struct:__anon992
H A Dpnw_jpeg.c221 jpeg_ctx_p->ui32SizePerCodedBuffer = 0;
419 jpeg_ctx->ui32SizePerCodedBuffer =
425 ctx->coded_buf->size, jpeg_ctx->ui32SizePerCodedBuffer);
638 pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers, pContext->ui32SizePerCodedBuffer);
650 PNW_JPEG_HEADER_MAX_SIZE + pContext->ui32SizePerCodedBuffer * ui16BCnt ;
H A Dtng_jpegES.c471 pJPEGContext->ui32SizePerCodedBuffer =
474 pJPEGContext->ui32SizePerCodedBuffer &= ~0xf;
490 ui8Loop * pJPEGContext->ui32SizePerCodedBuffer);
951 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Command Data: 0x%x\n", (unsigned int)(PTG_JPEG_HEADER_MAX_SIZE + ui16BCnt * pJPEGContext->ui32SizePerCodedBuffer));
959 PTG_JPEG_HEADER_MAX_SIZE + ui16BCnt * pJPEGContext->ui32SizePerCodedBuffer);
1343 jpeg_ctx->jpeg_coded_buf.ui32Size, jpeg_ctx->ui32SizePerCodedBuffer);
1513 jpeg_ctx_p->ui32SizePerCodedBuffer);
1524 PTG_JPEG_HEADER_MAX_SIZE + jpeg_ctx_p->ui32SizePerCodedBuffer * ui16BCnt ;
H A Dpnw_hostjpeg.h628 IMG_UINT32 ui32SizePerCodedBuffer; member in struct:context_jpeg_ENC_s
H A Dpnw_hostjpeg.c528 (unsigned char *)pContext->jpeg_coded_buf.pMemInfo + PNW_JPEG_HEADER_MAX_SIZE + ui8Loop * pContext->ui32SizePerCodedBuffer;
1775 ui16BCnt * pContext->ui32SizePerCodedBuffer + PNW_JPEG_HEADER_MAX_SIZE);

Completed in 508 milliseconds