OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pHuffmanTable
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c
499
OMX_MALLOC(pComponentPrivate->
pHuffmanTable
, sizeof(JPEGENC_CUSTOM_HUFFMANTTABLETYPE));
627
OMX_CONF_INIT_STRUCT(pComponentPrivate->
pHuffmanTable
, JPEGENC_CUSTOM_HUFFMANTTABLETYPE);
628
pComponentPrivate->
pHuffmanTable
->nPortIndex = JPEGENC_OUT_PORT;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h
454
OMX_IMAGE_PARAM_HUFFMANTTABLETYPE*
pHuffmanTable
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
415
JPEGENC_CUSTOM_HUFFMANTTABLETYPE *
pHuffmanTable
;
Completed in 97 milliseconds