OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MTX_MAX_COMPONENTS
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/psb_video/src/
tng_jpegES.h
35
#define
MTX_MAX_COMPONENTS
(3)
93
COMPONENTPLANE ComponentPlane[
MTX_MAX_COMPONENTS
]; //!< Array of component plane source information (detailing physical address, stride and height)
94
MCUCOMPONENT MCUComponent[
MTX_MAX_COMPONENTS
]; //!< Array of Minimum Coded Unit information for each component plane
171
IMG_UINT32 ui32Offsets[
MTX_MAX_COMPONENTS
];
180
MCUCOMPONENT MCUComponent[
MTX_MAX_COMPONENTS
];
pnw_hostjpeg.h
38
#define
MTX_MAX_COMPONENTS
(3) //<!JPEG input parameter sizes
243
//#define
MTX_MAX_COMPONENTS
(3)
343
// COMPONENTPLANE ComponentPlane[
MTX_MAX_COMPONENTS
];
344
// MCUCOMPONENT MCUComponent[
MTX_MAX_COMPONENTS
];
502
COMPONENTPLANE ComponentPlane[
MTX_MAX_COMPONENTS
]; //!< Array of component plane source information (detailing physical address, stride and height)
503
MCUCOMPONENT MCUComponent[
MTX_MAX_COMPONENTS
]; //!< Array of Minimum Coded Unit information for each component plane
563
IMG_HANDLE ui32Handles[
MTX_MAX_COMPONENTS
];
564
IMG_UINT32 ui32Offsets[
MTX_MAX_COMPONENTS
];
621
IMG_UINT32 ui32Offsets[
MTX_MAX_COMPONENTS
];
tng_enc_trace.c
258
for(i=0;i<
MTX_MAX_COMPONENTS
;i++)
266
for(i=0;i<
MTX_MAX_COMPONENTS
;i++)
[
all
...]
tng_jpegES.c
539
pJPEGContext->pMTXSetup->ui32ComponentsInScan =
MTX_MAX_COMPONENTS
;
[
all
...]
tng_trace.c
123
for(i=0;i<
MTX_MAX_COMPONENTS
;i++)
131
for(i=0;i<
MTX_MAX_COMPONENTS
;i++)
[
all
...]
pnw_hostjpeg.c
571
if (uiComponentNumber >=
MTX_MAX_COMPONENTS
)
[
all
...]
Completed in 51 milliseconds