/hardware/qcom/media/msm8998/mm-core/src/common/ |
D | omx_core_cmp.cpp | 49 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/ |
D | omx_core_cmp.cpp | 49 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/ |
D | omx_core_cmp.cpp | 49 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/ |
D | omx_core_cmp.cpp | 49 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/ |
D | WrsOMXPlugin.cpp | 122 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()
|
D | WrsOMXPlugin.h | 81 OMX_COMPONENTTYPE **component); 84 OMX_COMPONENTTYPE *component);
|
/hardware/qcom/media/msm8974/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 74 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()
|
D | QComOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/qcom/media/msm8998/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 74 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()
|
D | QComOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/qcom/media/msm8996/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 74 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()
|
D | QComOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
D | README.md | 4 …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/ |
D | tinyjpeg-internal.h | 74 struct component struct 107 struct component component_infos[COMPONENTS];
|
/hardware/interfaces/graphics/mapper/2.0/default/ |
D | Gralloc1Mapper.cpp | 129 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/ |
D | Android.bp | 7 "omx/1.0/vts/functional/component",
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 32 * 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/ |
D | mapper.cpp | 352 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/ |
D | IOmx.hal | 34 * Information for an IOmxNode component.
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 59 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/ |
D | mapper.cpp | 352 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/ |
D | gr_buf_mgr.cpp | 795 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/ |
D | gr_buf_mgr.cpp | 814 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/ |
D | media_hidl_test_common.cpp | 332 buffArray->editItemAt(bufferIndex).owner = component; in dispatchOutputBuffer() 361 buffArray->editItemAt(bufferIndex).owner = component; in dispatchInputBuffer()
|
/hardware/interfaces/drm/1.0/ |
D | ICryptoPlugin.hal | 30 * component.
|