Searched refs:OMX_ALGOAREASTYPE (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFocus.cpp715 OMX_ALGOAREASTYPE *focusAreas;
731 areasSize = ((sizeof(OMX_ALGOAREASTYPE)+4095)/4096)*4096;
733 focusAreas = (OMX_ALGOAREASTYPE*) bufferlist[0].opaque;
744 OMX_INIT_STRUCT_PTR (focusAreas, OMX_ALGOAREASTYPE);
H A DOMX3A.cpp1691 OMX_ALGOAREASTYPE *meteringAreas;
1705 areasSize = ((sizeof(OMX_ALGOAREASTYPE)+4095)/4096)*4096;
1707 meteringAreas = (OMX_ALGOAREASTYPE *)bufferlist[0].opaque;
1718 OMX_INIT_STRUCT_PTR (meteringAreas, OMX_ALGOAREASTYPE);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp687 OMX_ALGOAREASTYPE **focusAreas;
703 areasSize = ((sizeof(OMX_ALGOAREASTYPE)+4095)/4096)*4096;
704 focusAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1);
715 OMX_INIT_STRUCT_PTR (focusAreas[0], OMX_ALGOAREASTYPE);
H A DOMX3A.cpp1492 OMX_ALGOAREASTYPE **meteringAreas;
1507 areasSize = ((sizeof(OMX_ALGOAREASTYPE)+4095)/4096)*4096;
1508 meteringAreas = (OMX_ALGOAREASTYPE**) memMgr.allocateBuffer(0, 0, NULL, areasSize, 1);
1519 OMX_INIT_STRUCT_PTR (meteringAreas[0], OMX_ALGOAREASTYPE);
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_TI_IVCommon.h2610 * This type specifies the purpose of areas specified in OMX_ALGOAREASTYPE.
2639 typedef struct OMX_ALGOAREASTYPE { struct
2647 } OMX_ALGOAREASTYPE; typedef in typeref:struct:OMX_ALGOAREASTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_TI_IVCommon.h3016 * This type specifies the purpose of areas specified in OMX_ALGOAREASTYPE.
3045 typedef struct OMX_ALGOAREASTYPE { struct
3053 } OMX_ALGOAREASTYPE; typedef in typeref:struct:OMX_ALGOAREASTYPE

Completed in 750 milliseconds