Searched refs:component (Results 1 - 25 of 30) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp33 operate directly on the component.
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); local
52 component->nSize = sizeof(OMX_COMPONENTTYPE);
53 component->nVersion.nVersion = OMX_SPEC_VERSION;
54 component->pApplicationPrivate = 0;
55 component->pComponentPrivate = obj_ptr;
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
58 component->FreeBuffer = &qc_omx_component_free_buffer;
59 component->GetParameter = &qc_omx_component_get_parameter;
60 component
[all...]
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp33 operate directly on the component.
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); local
52 component->nSize = sizeof(OMX_COMPONENTTYPE);
53 component->nVersion.nVersion = OMX_SPEC_VERSION;
54 component->pApplicationPrivate = 0;
55 component->pComponentPrivate = obj_ptr;
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
58 component->FreeBuffer = &qc_omx_component_free_buffer;
59 component->GetParameter = &qc_omx_component_get_parameter;
60 component
[all...]
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp33 operate directly on the component.
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); local
52 component->nSize = sizeof(OMX_COMPONENTTYPE);
53 component->nVersion.nVersion = OMX_SPEC_VERSION;
54 component->pApplicationPrivate = 0;
55 component->pComponentPrivate = obj_ptr;
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
58 component->FreeBuffer = &qc_omx_component_free_buffer;
59 component->GetParameter = &qc_omx_component_get_parameter;
60 component
[all...]
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Domx_core_cmp.cpp33 operate directly on the component.
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); local
52 component->nSize = sizeof(OMX_COMPONENTTYPE);
53 component->nVersion.nVersion = OMX_SPEC_VERSION;
54 component->pApplicationPrivate = 0;
55 component->pComponentPrivate = obj_ptr;
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
58 component->FreeBuffer = &qc_omx_component_free_buffer;
59 component->GetParameter = &qc_omx_component_get_parameter;
60 component
[all...]
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h52 * @comp_name: name of the component
61 * @handle: array of number of instances of the component
62 * @roles: array of roles played by the component
64 * component name
65 * @open: Is the component active
67 * @obj_ptr: Function ptr to get the instance of the component
70 * the component
74 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component
76 uint8_t open; //Is component active
86 * @component
92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components member in struct:_omx_core_t
[all...]
H A Dqomx_core.c47 //Map the library name with the component name
90 /* populate the library name and component name */
92 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
93 g_omxcore->component[i].lib_name = g_comp_info[i].lib_name;
135 * component index. If not return the next index to create the component.
145 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {
158 * component being created.
202 ALOGE("%s:%d] Cannot find the component", __func__, __LINE__);
206 p_core_comp = &g_omxcore->component[comp_id
[all...]
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
H A Dqomx_core.h52 * @comp_name: name of the component
61 * @handle: array of number of instances of the component
62 * @roles: array of roles played by the component
64 * component name
65 * @open: Is the component active
67 * @obj_ptr: Function ptr to get the instance of the component
70 * the component
74 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component
76 uint8_t open; //Is component active
86 * @component
92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components member in struct:_omx_core_t
[all...]
H A Dqomx_core.c47 //Map the library name with the component name
90 /* populate the library name and component name */
92 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
93 g_omxcore->component[i].lib_name = g_comp_info[i].lib_name;
135 * component index. If not return the next index to create the component.
145 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {
158 * component being created.
202 ALOGE("%s:%d] Cannot find the component", __func__, __LINE__);
206 p_core_comp = &g_omxcore->component[comp_id
[all...]
/hardware/qcom/media/msm8974/libstagefrighthw/
H A DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) {
80 reinterpret_cast<OMX_HANDLETYPE *>(component),
86 OMX_COMPONENTTYPE *component) {
91 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
70 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
85 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DQComOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/qcom/media/msm8996/libstagefrighthw/
H A DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) {
80 reinterpret_cast<OMX_HANDLETYPE *>(component),
86 OMX_COMPONENTTYPE *component) {
91 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
70 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
85 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DQComOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/qcom/media/msm8998/libstagefrighthw/
H A DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) {
80 reinterpret_cast<OMX_HANDLETYPE *>(component),
86 OMX_COMPONENTTYPE *component) {
91 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
70 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
85 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DQComOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp68 OMX_COMPONENTTYPE **component) {
74 reinterpret_cast<OMX_HANDLETYPE *>(component),
80 OMX_COMPONENTTYPE *component) {
85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
64 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
79 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/ti/omap4-aah/libstagefrighthw/
H A DTIOMXPlugin.cpp76 OMX_COMPONENTTYPE **component) {
82 reinterpret_cast<OMX_HANDLETYPE *>(component),
88 OMX_COMPONENTTYPE *component) {
93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
72 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
87 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.cpp76 OMX_COMPONENTTYPE **component) {
82 reinterpret_cast<OMX_HANDLETYPE *>(component),
88 OMX_COMPONENTTYPE *component) {
93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
72 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
87 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.h81 OMX_COMPONENTTYPE **component);
84 OMX_COMPONENTTYPE *component);
H A DWrsOMXPlugin.cpp92 ALOGI("OMX IL core %s: declares component %s", coreName, tmpComponentName);
122 OMX_COMPONENTTYPE **component) {
130 reinterpret_cast<OMX_HANDLETYPE *>(component),
137 comp.mComponent = *component;
151 OMX_COMPONENTTYPE *component) {
154 if (mComponents[i].mComponent == component) {
158 OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(component));
118 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
150 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg-internal.h74 struct component struct
107 struct component component_infos[COMPONENTS];
/hardware/qcom/media/msm8974/mm-core/
H A DAndroid.mk21 #Comment out following line to disable drm.play component
/hardware/qcom/media/msm8996/mm-core/
H A DAndroid.mk21 #Comment out following line to disable drm.play component

Completed in 190 milliseconds

12