Home
last modified time | relevance | path

Searched refs:PNW_JPEG_HEADER_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.h42 #define PNW_JPEG_HEADER_MAX_SIZE (1024) macro
72 (((total) - PNW_JPEG_HEADER_MAX_SIZE) / \
Dpnw_jpeg.c450 pBufHeader->ui32Reserved3 = PNW_JPEG_HEADER_MAX_SIZE;//Next coded buffer offset in pnw__jpeg_process_picture_param()
641 pBufHeader->ui32Reserved3 = PNW_JPEG_HEADER_MAX_SIZE; in pnw_jpeg_AppendMarkers()
650 PNW_JPEG_HEADER_MAX_SIZE + pContext->ui32SizePerCodedBuffer * ui16BCnt ; in pnw_jpeg_AppendMarkers()
Dpnw_hostjpeg.c528 …(unsigned char *)pContext->jpeg_coded_buf.pMemInfo + PNW_JPEG_HEADER_MAX_SIZE + ui8Loop * pContext… in AllocateCodedDataBuffers()
1775 … ui16BCnt * pContext->ui32SizePerCodedBuffer + PNW_JPEG_HEADER_MAX_SIZE); in IssueBufferToHW()