OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pMemInfoTableBlock
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_hostjpeg.h
515
struct MEMORY_INFO_TAG*
pMemInfoTableBlock
;
618
unsigned char *
pMemInfoTableBlock
;
677
void pnw_jpeg_set_default_qmatix(unsigned char *
pMemInfoTableBlock
);
tng_jpegES.h
168
void *
pMemInfoTableBlock
;
pnw_jpeg.c
226
*
pMemInfoTableBlock
JPEG_MTX_QUANT_TABLE(128byes)*/
288
ctx->jpeg_ctx->
pMemInfoTableBlock
= cmdbuf->pic_params_p;
289
ctx->jpeg_ctx->psTablesBlock = (JPEG_MTX_QUANT_TABLE *)ctx->jpeg_ctx->
pMemInfoTableBlock
;
307
pnw_jpeg_set_default_qmatix(ctx->jpeg_ctx->
pMemInfoTableBlock
);
323
(ctx->jpeg_ctx->
pMemInfoTableBlock
);
463
(ctx->jpeg_ctx->
pMemInfoTableBlock
);
tng_jpegES.c
315
static void SetDefaultQmatix(void *
pMemInfoTableBlock
)
317
JPEG_MTX_QUANT_TABLE *pQTable =
pMemInfoTableBlock
;
330
ASSERT(NULL != pJPEGContext->
pMemInfoTableBlock
);
[
all
...]
pnw_hostjpeg.c
[
all
...]
Completed in 67 milliseconds