OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nCustomIndex
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c
655
OMX_INDEXTYPE
nCustomIndex
= OMX_IndexMax;
908
eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.decoder.Param.SetMaxResolution", (OMX_INDEXTYPE*)&
nCustomIndex
);
917
eError = OMX_SetParameter (pHandle,
nCustomIndex
, pMaxResolution);
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c
840
OMX_INDEXTYPE
nCustomIndex
= OMX_IndexMax;
855
eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.encoder.Config.APP0", (OMX_INDEXTYPE*)&
nCustomIndex
);
861
eError = OMX_SetConfig(pHandle,
nCustomIndex
, &sAPP0);
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
415
OMX_INDEXTYPE
nCustomIndex
;
Completed in 58 milliseconds