Searched refs:componentName (Results 1 - 25 of 55) sorted by relevance

123

/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
H A DOMX_adaptor.cpp112 ALOGV("pComponentHandle = %p, componentName = %s", pComponentHandle, sComponentName.string());
261 const char* componentName,
264 ALOGV("componentName = %s", componentName);
266 if (strstri(componentName,"SECURE") != NULL) {
272 if ((strstri(componentName, "ENCODER") != NULL) ||
273 (strstri(componentName, "sw_ve") != NULL)) {
279 if (strstri(componentName, "AVC") != NULL) {
281 } else if (strstri(componentName, "VP8") != NULL) {
283 } else if (strstri(componentName, "VP
260 ParseCodecInfoFromComponentName( const char* componentName, AdaptorCodecInfo* codecInfo) argument
[all...]
H A DOMX_adaptor.h106 void ParseCodecInfoFromComponentName(const char* componentName,
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Dqc_omx_core.c400 OMX_IN OMX_STRING componentName,
410 componentName,
418 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE);
420 if(strstr(componentName, "avc") && strstr(componentName, "decoder"))
435 char *pSubString = strstr(componentName, ".dsmode");
438 optComponentName[pSubString - componentName] = 0;
456 cmp_index = get_cmp_index(componentName);
457 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE);
700 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, argument
399 OMX_GetHandle(OMX_OUT OMX_HANDLETYPE* handle, OMX_IN OMX_STRING componentName, OMX_IN OMX_PTR appData, OMX_IN OMX_CALLBACKTYPE* callBacks) argument
[all...]
H A Domx_core_cmp.h53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
H A Domx_core_cmp.cpp85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) argument
94 eRet = pThis->component_init(componentName);
108 OMX_OUT OMX_STRING componentName,
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %p, %s , %p\n", hComp, componentName, componentVersion);
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
107 qc_omx_component_get_version(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STRING componentName, OMX_OUT OMX_VERSIONTYPE* componentVersion, OMX_OUT OMX_VERSIONTYPE* specVersion, OMX_OUT OMX_UUIDTYPE* componentUUID) argument
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Dqc_omx_core.c400 OMX_IN OMX_STRING componentName,
410 componentName,
418 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE);
420 if(strstr(componentName, "avc") && strstr(componentName, "decoder"))
435 char *pSubString = strstr(componentName, ".dsmode");
438 optComponentName[pSubString - componentName] = 0;
456 cmp_index = get_cmp_index(componentName);
457 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE);
702 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, argument
399 OMX_GetHandle(OMX_OUT OMX_HANDLETYPE* handle, OMX_IN OMX_STRING componentName, OMX_IN OMX_PTR appData, OMX_IN OMX_CALLBACKTYPE* callBacks) argument
[all...]
H A Domx_core_cmp.h53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
H A Domx_core_cmp.cpp85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) argument
94 eRet = pThis->component_init(componentName);
108 OMX_OUT OMX_STRING componentName,
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %p, %s , %p\n", hComp, componentName, componentVersion);
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
107 qc_omx_component_get_version(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STRING componentName, OMX_OUT OMX_VERSIONTYPE* componentVersion, OMX_OUT OMX_VERSIONTYPE* specVersion, OMX_OUT OMX_UUIDTYPE* componentUUID) argument
/hardware/interfaces/drm/1.1/
H A Dtypes.hal43 * componentName: "operation_count"
88 string componentName;
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Dqc_omx_core.c417 OMX_IN OMX_STRING componentName,
426 componentName,
436 cmp_index = get_cmp_index(componentName);
464 hnd_index = get_comp_handle_index(componentName);
617 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, argument
622 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %x %d %d\n",(unsigned) componentName
628 strlcpy(componentName, core[index].name,nameLen);
630 strncpy(componentName, core[index].name,nameLen);
416 OMX_GetHandle(OMX_OUT OMX_HANDLETYPE* handle, OMX_IN OMX_STRING componentName, OMX_IN OMX_PTR appData, OMX_IN OMX_CALLBACKTYPE* callBacks) argument
H A Domx_core_cmp.h53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
H A Domx_core_cmp.cpp85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) argument
94 eRet = pThis->component_init(componentName);
108 OMX_OUT OMX_STRING componentName,
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(unsigned)componentVersion);
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
107 qc_omx_component_get_version(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STRING componentName, OMX_OUT OMX_VERSIONTYPE* componentVersion, OMX_OUT OMX_VERSIONTYPE* specVersion, OMX_OUT OMX_UUIDTYPE* componentUUID) argument
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Dqc_omx_core.c396 OMX_IN OMX_STRING componentName,
405 componentName,
414 cmp_index = get_cmp_index(componentName);
443 hnd_index = get_comp_handle_index(componentName);
602 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, argument
607 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %p %d %d\n", componentName
613 strlcpy(componentName, core[index].name,nameLen);
615 strncpy(componentName, core[index].name,nameLen);
395 OMX_GetHandle(OMX_OUT OMX_HANDLETYPE* handle, OMX_IN OMX_STRING componentName, OMX_IN OMX_PTR appData, OMX_IN OMX_CALLBACKTYPE* callBacks) argument
H A Domx_core_cmp.h53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
H A Domx_core_cmp.cpp85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) argument
94 eRet = pThis->component_init(componentName);
108 OMX_OUT OMX_STRING componentName,
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %p, %s , %p\n", hComp, componentName, componentVersion);
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
107 qc_omx_component_get_version(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_STRING componentName, OMX_OUT OMX_VERSIONTYPE* componentVersion, OMX_OUT OMX_VERSIONTYPE* specVersion, OMX_OUT OMX_UUIDTYPE* componentUUID) argument
/hardware/intel/common/utils/media_resource_manager/arbitrator/include/
H A DOMX_adaptor.h106 void ParseCodecInfoFromComponentName(const char* componentName,
/hardware/intel/common/utils/media_resource_manager/include/
H A DOMX_adaptor.h106 void ParseCodecInfoFromComponentName(const char* componentName,
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/include/
H A DOMX_adaptor.h106 void ParseCodecInfoFromComponentName(const char* componentName,
/hardware/qcom/media/msm8974/mm-core/inc/
H A Dqc_omx_component.h58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A Dqc_omx_component.h58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
/hardware/qcom/media/msm8996/mm-core/inc/
H A Dqc_omx_component.h58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
/hardware/qcom/media/msm8998/mm-core/inc/
H A Dqc_omx_component.h58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
H A Dqomx_core.c132 * Parameters: componentName
175 * Parameters: handle, componentName, appData, callbacks
181 OMX_IN OMX_STRING componentName,
200 comp_idx = get_comp_from_list(componentName);
179 OMX_GetHandle( OMX_OUT OMX_HANDLETYPE* handle, OMX_IN OMX_STRING componentName, OMX_IN OMX_PTR appData, OMX_IN OMX_CALLBACKTYPE* callBacks) argument
/hardware/google/av/codec2/tests/
H A DC2ComponentInterface_test.cpp89 const std::string &componentName);
631 const std::string &componentName) {
666 outputResults(componentName);
702 auto componentName = "C2V4L2Codec"; local
703 testMain(componentIntf, componentName);
630 testMain(std::shared_ptr<C2ComponentInterface> intf, const std::string &componentName) argument
/hardware/interfaces/drm/1.1/vts/functional/
H A Ddrm_hal_clearkey_test.cpp228 const std::string& componentName, const VT& componentValue) {
238 if (value.componentName == componentName &&
250 const std::string& componentName, const VT& componentValue) {
257 componentName, componentValue);
226 ValidateMetricAttributeAndValue(const DrmMetricGroup::Metric& metric, const std::string& attributeName, const AT& attributeValue, const std::string& componentName, const VT& componentValue) argument
247 ValidateMetricAttributeAndValue(const hidl_vec<DrmMetricGroup>& metricGroups, const std::string& metricName, const std::string& attributeName, const AT& attributeValue, const std::string& componentName, const VT& componentValue) argument

Completed in 738 milliseconds

123