OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sScan_Encode_Info
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_jpeg.c
210
jpeg_ctx_p->
sScan_Encode_Info
.ui8NumberOfCodedBuffers = jpeg_ctx_p->ui8ScanNum;
213
jpeg_ctx_p->
sScan_Encode_Info
.aBufferTable =
215
* jpeg_ctx_p->
sScan_Encode_Info
.ui8NumberOfCodedBuffers);
217
if (NULL == jpeg_ctx_p->
sScan_Encode_Info
.aBufferTable)
241
if (ctx->jpeg_ctx->
sScan_Encode_Info
.aBufferTable) {
242
free(ctx->jpeg_ctx->
sScan_Encode_Info
.aBufferTable);
243
ctx->jpeg_ctx->
sScan_Encode_Info
.aBufferTable = NULL;
284
memset(ctx->jpeg_ctx->
sScan_Encode_Info
.aBufferTable, 0,
285
sizeof(TOPAZSC_JPEG_BUFFER_INFO) * ctx->jpeg_ctx->
sScan_Encode_Info
.ui8NumberOfCodedBuffers);
379
jpeg_ctx->
sScan_Encode_Info
.ui8NumberOfCodedBuffers = jpeg_ctx->ui8ScanNum
[
all
...]
tng_jpegES.c
411
pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsX =
415
pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsY =
419
pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsToEncode =
420
pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsX *
421
pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsY;
423
drv_debug_msg(VIDEO_DEBUG_GENERAL, "Number of X MCUs: %d\n", pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsX);
424
drv_debug_msg(VIDEO_DEBUG_GENERAL, "Number of Y MCUs: %d\n", pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsY);
425
drv_debug_msg(VIDEO_DEBUG_GENERAL, "Number of total MCUs: %d\n", pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsToEncode);
430
pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsToEncodePerScan =
431
(pJPEGContext->
sScan_Encode_Info
.ui32NumberMCUsY + (pJPEGContext->NumCores - 1)) / pJPEGContext->NumCores
[
all
...]
pnw_hostjpeg.c
521
for (ui8Loop = 0 ; ui8Loop < pContext->
sScan_Encode_Info
.ui8NumberOfCodedBuffers; ui8Loop ++)
522
if (pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].pMemInfo == NULL) {
523
pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = ((DATA_BUFFER_SIZE(pContext->
sScan_Encode_Info
.ui32NumberMCUsToEncodePerScan) + sizeof(BUFFER_HEADER)) + 3) & ~3;
524
pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].ui32DataBufferUsedBytes = 0;
525
pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].i8MTXNumber = 0; // Indicates buffer is idle
526
pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].ui16ScanNumber = 0; // Indicates buffer is idle
527
pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].pMemInfo =
548
ui8Loop = pContext->
sScan_Encode_Info
.ui8NumberOfCodedBuffers;
551
if (pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].pMemInfo != NULL)
[
all
...]
tng_jpegES.h
173
TOPAZHP_SCAN_ENCODE_INFO
sScan_Encode_Info
;
pnw_hostjpeg.h
76
/*pContext->
sScan_Encode_Info
.ui32NumberMCUsToEncodePerScan=(pContext->
sScan_Encode_Info
.ui32NumberMCUsToEncode+pEncContext->i32NumCores-1)/pEncContext->i32NumCores;
77
*pContext->
sScan_Encode_Info
.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = (DATA_BUFFER_SIZE(pContext->
sScan_Encode_Info
.ui32NumberMCUsToEncodePerScan) +sizeof(BUFFER_HEADER)) + 3 & ~3;
623
TOPAZSC_SCAN_ENCODE_INFO
sScan_Encode_Info
;
Completed in 141 milliseconds