HomeSort by relevance Sort by last modified time
    Searched refs:jpeg_coded_buf (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_jpeg.c 427 vaStatus = psb_buffer_map(ctx->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_buf.pMemInfo);
432 jpeg_ctx->jpeg_coded_buf.ui32Size = ctx->coded_buf->size;
433 jpeg_ctx->jpeg_coded_buf.sLock = BUFFER_FREE;
434 jpeg_ctx->jpeg_coded_buf.ui32BytesWritten = 0;
437 rc = SetupJPEGTables(ctx->jpeg_ctx, &jpeg_ctx->jpeg_coded_buf, ctx->src_surface);
444 pBufHeader = (BUFFER_HEADER *)jpeg_ctx->jpeg_coded_buf.pMemInfo;
446 rc = PrepareHeader(jpeg_ctx, &jpeg_ctx->jpeg_coded_buf, sizeof(BUFFER_HEADER), IMG_TRUE);
451 pBufHeader->ui32BytesUsed = jpeg_ctx->jpeg_coded_buf.ui32BytesWritten - sizeof(BUFFER_HEADER);
612 pContext->jpeg_coded_buf.pMemInfo = NULL;
643 pContext->jpeg_coded_buf.ui32BytesWritten = 0
    [all...]
tng_jpegES.c 472 (pJPEGContext->jpeg_coded_buf.ui32Size - PTG_JPEG_HEADER_MAX_SIZE) /
479 drv_debug_msg(VIDEO_DEBUG_GENERAL, "jpeg_coded_buf.pMemInfo: 0x%x\n", (unsigned int)(pJPEGContext->jpeg_coded_buf.pMemInfo));
489 ((IMG_UINT32)pJPEGContext->jpeg_coded_buf.pMemInfo + PTG_JPEG_HEADER_MAX_SIZE +
    [all...]
tng_jpegES.h 178 IMG_CODED_BUFFER jpeg_coded_buf; member in struct:__anon47962
pnw_hostjpeg.h 625 IMG_CODED_BUFFER jpeg_coded_buf; member in struct:context_jpeg_ENC_s
pnw_hostjpeg.c 528 (unsigned char *)pContext->jpeg_coded_buf.pMemInfo + PNW_JPEG_HEADER_MAX_SIZE + ui8Loop * pContext->ui32SizePerCodedBuffer;
    [all...]

Completed in 196 milliseconds