Home
last modified time | relevance | path

Searched refs:jpeg_coded_buf (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_jpeg.c427 …= psb_buffer_map(ctx->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_buf.pMemInfo); in pnw__jpeg_process_picture_param()
432 jpeg_ctx->jpeg_coded_buf.ui32Size = ctx->coded_buf->size; in pnw__jpeg_process_picture_param()
433 jpeg_ctx->jpeg_coded_buf.sLock = BUFFER_FREE; in pnw__jpeg_process_picture_param()
434 jpeg_ctx->jpeg_coded_buf.ui32BytesWritten = 0; in pnw__jpeg_process_picture_param()
437 rc = SetupJPEGTables(ctx->jpeg_ctx, &jpeg_ctx->jpeg_coded_buf, ctx->src_surface); in pnw__jpeg_process_picture_param()
444 pBufHeader = (BUFFER_HEADER *)jpeg_ctx->jpeg_coded_buf.pMemInfo; in pnw__jpeg_process_picture_param()
446 rc = PrepareHeader(jpeg_ctx, &jpeg_ctx->jpeg_coded_buf, sizeof(BUFFER_HEADER), IMG_TRUE); in pnw__jpeg_process_picture_param()
451 pBufHeader->ui32BytesUsed = jpeg_ctx->jpeg_coded_buf.ui32BytesWritten - sizeof(BUFFER_HEADER); in pnw__jpeg_process_picture_param()
612 pContext->jpeg_coded_buf.pMemInfo = NULL; in pnw_jpeg_EndPicture()
643 pContext->jpeg_coded_buf.ui32BytesWritten = 0; in pnw_jpeg_AppendMarkers()
[all …]
Dtng_jpegES.c472 (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 …]
Dtng_jpegES.h178 IMG_CODED_BUFFER jpeg_coded_buf; member
Dpnw_hostjpeg.h625 IMG_CODED_BUFFER jpeg_coded_buf; member
Dpnw_hostjpeg.c528 …(unsigned char *)pContext->jpeg_coded_buf.pMemInfo + PNW_JPEG_HEADER_MAX_SIZE + ui8Loop * pContext… in AllocateCodedDataBuffers()