Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 34) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Domx_core_cmp.cpp49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local
52 component->nSize = sizeof(OMX_COMPONENTTYPE); in qc_omx_create_component_wrapper()
53 component->nVersion.nVersion = OMX_SPEC_VERSION; in qc_omx_create_component_wrapper()
54 component->pApplicationPrivate = 0; in qc_omx_create_component_wrapper()
55 component->pComponentPrivate = obj_ptr; in qc_omx_create_component_wrapper()
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer; in qc_omx_create_component_wrapper()
58 component->FreeBuffer = &qc_omx_component_free_buffer; in qc_omx_create_component_wrapper()
59 component->GetParameter = &qc_omx_component_get_parameter; in qc_omx_create_component_wrapper()
60 component->SetParameter = &qc_omx_component_set_parameter; in qc_omx_create_component_wrapper()
61 component->SendCommand = &qc_omx_component_send_command; in qc_omx_create_component_wrapper()
[all …]
/hardware/qcom/media/msm8996/mm-core/src/common/
Domx_core_cmp.cpp49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local
52 component->nSize = sizeof(OMX_COMPONENTTYPE); in qc_omx_create_component_wrapper()
53 component->nVersion.nVersion = OMX_SPEC_VERSION; in qc_omx_create_component_wrapper()
54 component->pApplicationPrivate = 0; in qc_omx_create_component_wrapper()
55 component->pComponentPrivate = obj_ptr; in qc_omx_create_component_wrapper()
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer; in qc_omx_create_component_wrapper()
58 component->FreeBuffer = &qc_omx_component_free_buffer; in qc_omx_create_component_wrapper()
59 component->GetParameter = &qc_omx_component_get_parameter; in qc_omx_create_component_wrapper()
60 component->SetParameter = &qc_omx_component_set_parameter; in qc_omx_create_component_wrapper()
61 component->SendCommand = &qc_omx_component_send_command; in qc_omx_create_component_wrapper()
[all …]
/hardware/qcom/media/msm8974/mm-core/src/common/
Domx_core_cmp.cpp49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local
52 component->nSize = sizeof(OMX_COMPONENTTYPE); in qc_omx_create_component_wrapper()
53 component->nVersion.nVersion = OMX_SPEC_VERSION; in qc_omx_create_component_wrapper()
54 component->pApplicationPrivate = 0; in qc_omx_create_component_wrapper()
55 component->pComponentPrivate = obj_ptr; in qc_omx_create_component_wrapper()
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer; in qc_omx_create_component_wrapper()
58 component->FreeBuffer = &qc_omx_component_free_buffer; in qc_omx_create_component_wrapper()
59 component->GetParameter = &qc_omx_component_get_parameter; in qc_omx_create_component_wrapper()
60 component->SetParameter = &qc_omx_component_set_parameter; in qc_omx_create_component_wrapper()
61 component->SendCommand = &qc_omx_component_send_command; in qc_omx_create_component_wrapper()
[all …]
/hardware/bsp/intel/peripheral/libupm/docs/
Ddocumentation.md29 * @comname <component-name>
32 * @type <component-category>
33 * @man <component-manufacturer>
34 * @web <component-weblinks>
36 * @kit <component-kit>
43 * @image html <component-img.jpeg>
54 - `<component-name>` A short name for your sensor, can include manufacturer
58 - `<component-category>` Mention one or more categories the sensor fits in. Can
60 - `<component-manufacturer>` Sensor manufacturer. Can be 'generic'. *Mandatory*
61 - `<component-weblinks>` Links to vendors or data-sheets. *Optional*
[all …]
/hardware/ti/omap4-aah/libstagefrighthw/
DTIOMXPlugin.cpp76 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument
82 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance()
88 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument
93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.cpp76 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument
82 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance()
88 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument
93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.cpp68 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument
74 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance()
80 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument
85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp122 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument
130 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance()
137 comp.mComponent = *component; in makeComponentInstance()
151 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument
154 if (mComponents[i].mComponent == component) { in destroyComponentInstance()
158 …PE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
DWrsOMXPlugin.h81 OMX_COMPONENTTYPE **component);
84 OMX_COMPONENTTYPE *component);
/hardware/qcom/media/msm8974/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument
80 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument
91 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
DQComOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument
80 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument
91 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
DQComOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/qcom/camera/mm-image-codec/qomx_core/
Dqomx_core.c92 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name; in OMX_Init()
93 g_omxcore->component[i].lib_name = g_comp_info[i].lib_name; in OMX_Init()
145 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) { in get_comp_from_list()
206 p_core_comp = &g_omxcore->component[comp_idx]; in OMX_GetHandle()
295 if ((OMX_COMPONENTTYPE *)g_omxcore->component[i].handle[j] == in get_idx_from_handle()
361 p_core_comp = &g_omxcore->component[comp_idx]; in OMX_FreeHandle()
Dqomx_core.h92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components member
/hardware/intel/common/libva/test/decode/
Dtinyjpeg-internal.h74 struct component struct
107 struct component component_infos[COMPONENTS];
Dtinyjpeg.c229 struct component *c; in parse_SOF()
/hardware/bsp/intel/peripheral/libmraa/docs/
Diio.md6 add the driver by either rebuilding the kernel with IIO component enabled or
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didctllm_sse2.asm477 ; DC component
495 ; insert DC component
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp4296 const OMX_HANDLETYPE & component() const in component() function in Ti::Camera::CapabilitiesHandler
4315 OMX_ERRORTYPE eError = OMX_SetParameter(component(), in fetchCapabiltiesForMode()
4325 OMXCameraAdapter::getCaps(sensorId, properties, component()); in fetchCapabiltiesForMode()
4339 const OMX_ERRORTYPE sensorSelectError = OMX_SetConfig(component(), in fetchCapabilitiesForSensor()
4483 if(handler.component()) { in OMXCameraAdapter_Capabilities()
4485 OMX_FreeHandle(handler.component()); in OMXCameraAdapter_Capabilities()
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT109 Licensee must destroy all copies of the Software and all of its component
/hardware/invensense/6515/libsensors_iio/
DLicense.txt109 Licensee must destroy all copies of the Software and all of its component

12