Searched refs:jpeg_coded_buf (Results 1 – 3 of 3) sorted by relevance
472 (pJPEGContext->jpeg_coded_buf.ui32Size - PTG_JPEG_HEADER_MAX_SIZE) / in AssignCodedDataBuffers()479 …GENERAL, "jpeg_coded_buf.pMemInfo: 0x%x\n", (unsigned int)(pJPEGContext->jpeg_coded_buf.pMemInfo)); in AssignCodedDataBuffers()489 ((IMG_UINT32)pJPEGContext->jpeg_coded_buf.pMemInfo + PTG_JPEG_HEADER_MAX_SIZE + in AssignCodedDataBuffers()1323 …sb_buffer_map(ps_buf->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_buf.pMemInfo); in ProcessPictureParam()1328 jpeg_ctx->jpeg_coded_buf.ui32Size = ps_buf->coded_buf->size; in ProcessPictureParam()1329 jpeg_ctx->jpeg_coded_buf.sLock = BUFFER_FREE; in ProcessPictureParam()1330 jpeg_ctx->jpeg_coded_buf.ui32BytesWritten = 0; 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()1349 pBufHeader = (BUFFER_HEADER *)jpeg_ctx->jpeg_coded_buf.pMemInfo; in ProcessPictureParam()[all …]
178 IMG_CODED_BUFFER jpeg_coded_buf; member
625 IMG_CODED_BUFFER jpeg_coded_buf; member