Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata.cpp49 for (auto& component : components_) { in FillStaticMetadata() local
116 for (auto& component : components_) { in IsValidRequest() local
142 for (auto& component : components_) { in GetRequestTemplate() local
172 for (auto& component : components_) { in SetRequestSettings() local
190 for (auto& component : components_) { in FillResultMetadata() local
/hardware/qcom/media/msm8998/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
/hardware/qcom/media/msm8974/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
/hardware/qcom/sdm845/media/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
/hardware/qcom/sm7250/media/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
/hardware/qcom/sm8150/media/libstagefrighthw/
DQComOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
86 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
/hardware/qcom/sm7250/media/mm-core/src/
Dregistry_table_android.c57 omx_core_cb_type component[SIZE_OF_CORE]; variable
Dregistry_table.c54 omx_core_cb_type component[SIZE_OF_CORE]; variable
/hardware/qcom/sm8150/media/mm-core/src/
Dregistry_table_android.c59 omx_core_cb_type component[SIZE_OF_CORE]; variable
Dregistry_table.c56 omx_core_cb_type component[SIZE_OF_CORE]; variable
/hardware/libhardware/modules/camera/3_4/
Dformat_metadata_factory_test.cpp102 for (auto& component : components) { in TEST_F() local
168 for (auto& component : components) { in TEST_F() local
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
Dqomx_core.h92 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components member
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h125 PlaneComponent component; member
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.h139 PlaneComponent component; member
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h70 component, enumerator
/hardware/qcom/sm7250/media/mm-core/src/common/
Domx_core_cmp.cpp49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local
/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
/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
/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
/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
/hardware/qcom/sm8150/media/mm-core/src/common/
Domx_core_cmp.cpp49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local
/hardware/qcom/sdm845/media/mm-core/src/common/
Domx_core_cmp.cpp49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp125 for (const auto& component : planeLayout.components) { in verifyRGBA8888PlaneLayouts() local
1588 PlaneLayoutComponent component; in TEST_P() local
1655 const auto& component = planeLayout.components[j]; in TEST_P() local
/hardware/libhardware/include/hardware/
Dhwcomposer2.h741 static inline const char* getFormatColorComponentName(hwc2_format_color_component_t component) { in getFormatColorComponentName()