Home
last modified time | relevance | path

Searched refs:ui32Size (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_picmgmt.h180 IMG_UINT32 ui32Size; //!< Size of coded buffer in bytes member
Dtng_jpegES.h125 IMG_UINT32 ui32Size; //!< Size in bytes of the buffer member
Dtng_jpegES.c472 (pJPEGContext->jpeg_coded_buf.ui32Size - PTG_JPEG_HEADER_MAX_SIZE) / in AssignCodedDataBuffers()
1328 jpeg_ctx->jpeg_coded_buf.ui32Size = ps_buf->coded_buf->size; in ProcessPictureParam()
1332 if ((jpeg_ctx->jpeg_coded_buf.ui32Size) < (9 + 6 + (4 * 3))) { in ProcessPictureParam()
1343 jpeg_ctx->jpeg_coded_buf.ui32Size, jpeg_ctx->ui32SizePerCodedBuffer); in ProcessPictureParam()
Dpnw_hostjpeg.h191 IMG_UINT32 ui32Size; //!< Size in bytes of the buffer member
Dpnw_hostjpeg.c1327 s_streamW.Limit = (pCBuffer->ui32Size - pCBuffer->ui32BytesWritten);
1613 …if ((pCBuffer->ui32Size - pCBuffer->ui32BytesWritten) < 9 + 6 + (4 *(IMG_UINT32)pContext->pMTXSetu… in SetupJPEGTables()
Dpnw_jpeg.c432 jpeg_ctx->jpeg_coded_buf.ui32Size = ctx->coded_buf->size; in pnw__jpeg_process_picture_param()