OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:focusRequstCallback
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFocus.cpp
362
OMX_CONFIG_CALLBACKREQUESTTYPE
focusRequstCallback
;
381
OMX_INIT_STRUCT_PTR (&
focusRequstCallback
, OMX_CONFIG_CALLBACKREQUESTTYPE);
382
focusRequstCallback
.nPortIndex = OMX_ALL;
383
focusRequstCallback
.nIndex = OMX_IndexConfigCommonFocusStatus;
387
focusRequstCallback
.bEnable = OMX_TRUE;
391
focusRequstCallback
.bEnable = OMX_FALSE;
396
&
focusRequstCallback
);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp
335
OMX_CONFIG_CALLBACKREQUESTTYPE
focusRequstCallback
;
354
OMX_INIT_STRUCT_PTR (&
focusRequstCallback
, OMX_CONFIG_CALLBACKREQUESTTYPE);
355
focusRequstCallback
.nPortIndex = OMX_ALL;
356
focusRequstCallback
.nIndex = OMX_IndexConfigCommonFocusStatus;
360
focusRequstCallback
.bEnable = OMX_TRUE;
364
focusRequstCallback
.bEnable = OMX_FALSE;
369
&
focusRequstCallback
);
Completed in 2769 milliseconds