Home
last modified time | relevance | path

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

12

/hardware/qcom/media/msm8998/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/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/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/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/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/msm8998/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/interfaces/media/omx/1.0/vts/functional/
DREADME.md4 …l. The current directory contains the following folders: audio, common, component, master and vide…
11 #### component :
12 …irected towards testing these (omx core). Every standard OMX compatible component is expected to p…
17 …o on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 …o on. These tests are aimed towards testing the plugin that connects the component to the omx core.
/hardware/intel/common/libva/test/decode/
Dtinyjpeg-internal.h74 struct component struct
107 struct component component_infos[COMPONENTS];
/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc1Mapper.cpp129 if (plane.component == FLEX_COMPONENT_Y) { in toYCbCrLayout()
146 if (flex.planes[0].component != FLEX_COMPONENT_Y || in toYCbCrLayout()
147 flex.planes[1].component != FLEX_COMPONENT_Cb || in toYCbCrLayout()
148 flex.planes[2].component != FLEX_COMPONENT_Cr) { in toYCbCrLayout()
/hardware/interfaces/media/
DAndroid.bp7 "omx/1.0/vts/functional/component",
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal32 * The component values are unsigned normalized to the range [0, 1], whose
41 * The component values are unsigned normalized to the range [0, 1], whose
50 * The component values are unsigned normalized to the range [0, 1], whose
60 * The component values are unsigned normalized to the range [0, 1], whose
69 * The component values are unsigned normalized to the range [0, 1], whose
85 * The component values are signed floats, whose interpretation is defined
165 * Even when the internally chosen format has an alpha component, the
168 * The interpretation of the component values is defined by the dataspace.
185 * The interpretation of the component values is defined by the dataspace.
324 * The component values are unsigned normalized to the range [0, 1], whose
[all …]
/hardware/qcom/display/msm8994/libgralloc/
Dmapper.cpp352 layout->planes[0].component = FLEX_COMPONENT_Y; in ycbcr_to_flexible_layout()
356 layout->planes[1].component = FLEX_COMPONENT_Cb; in ycbcr_to_flexible_layout()
361 layout->planes[2].component = FLEX_COMPONENT_Cr; in ycbcr_to_flexible_layout()
/hardware/interfaces/media/omx/1.0/
DIOmx.hal34 * Information for an IOmxNode component.
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp59 void setComponent(const char* _component) { component = _component; } in setComponent()
67 const hidl_string getComponent() const { return component; } in getComponent()
123 hidl_string component; member in ComponentTestEnvironment
/hardware/qcom/display/msm8996/libgralloc/
Dmapper.cpp352 layout->planes[0].component = FLEX_COMPONENT_Y; in ycbcr_to_flexible_layout()
356 layout->planes[1].component = FLEX_COMPONENT_Cb; in ycbcr_to_flexible_layout()
361 layout->planes[2].component = FLEX_COMPONENT_Cr; in ycbcr_to_flexible_layout()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp795 layout->planes[0].component = FLEX_COMPONENT_Y; in GetFlexLayout()
799 layout->planes[1].component = FLEX_COMPONENT_Cb; in GetFlexLayout()
804 layout->planes[2].component = FLEX_COMPONENT_Cr; in GetFlexLayout()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp814 layout->planes[0].component = FLEX_COMPONENT_Y; in GetFlexLayout()
818 layout->planes[1].component = FLEX_COMPONENT_Cb; in GetFlexLayout()
823 layout->planes[2].component = FLEX_COMPONENT_Cr; in GetFlexLayout()
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp332 buffArray->editItemAt(bufferIndex).owner = component; in dispatchOutputBuffer()
361 buffArray->editItemAt(bufferIndex).owner = component; in dispatchInputBuffer()
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal30 * component.

12