OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui8ScanNum
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_jpeg.c
201
jpeg_ctx_p->
ui8ScanNum
= JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, jpeg_ctx_p->eFormat);
203
if (jpeg_ctx_p->
ui8ScanNum
< 2 || jpeg_ctx_p->
ui8ScanNum
> PNW_JPEG_MAX_SCAN_NUM) {
204
drv_debug_msg(VIDEO_DEBUG_ERROR, "JPEG MCU scanning number(%d) is wrong!\n", jpeg_ctx_p->
ui8ScanNum
);
210
jpeg_ctx_p->sScan_Encode_Info.ui8NumberOfCodedBuffers = jpeg_ctx_p->
ui8ScanNum
;
212
drv_debug_msg(VIDEO_DEBUG_GENERAL, " JPEG Scanning Number %d\n", jpeg_ctx_p->
ui8ScanNum
);
369
jpeg_ctx->
ui8ScanNum
= JPEG_SCANNING_COUNT(jpeg_ctx->ui32OutputWidth, jpeg_ctx->ui32OutputHeight, ctx->NumCores, jpeg_ctx->eFormat);
371
if (jpeg_ctx->
ui8ScanNum
< 2 || jpeg_ctx->
ui8ScanNum
> PNW_JPEG_MAX_SCAN_NUM) {
372
drv_debug_msg(VIDEO_DEBUG_ERROR, "JPEG MCU scanning number(%d) is wrong!\n", jpeg_ctx->
ui8ScanNum
);
[
all
...]
pnw_hostjpeg.h
629
IMG_UINT8
ui8ScanNum
;
Completed in 36 milliseconds