/hardware/qcom/media/msm8996/mm-core/src/common/ |
D | qc_omx_core.c | 400 OMX_IN OMX_STRING componentName, in OMX_GetHandle() argument 410 componentName, in OMX_GetHandle() 418 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE); in OMX_GetHandle() 420 if(strstr(componentName, "avc") && strstr(componentName, "decoder")) in OMX_GetHandle() 435 char *pSubString = strstr(componentName, ".dsmode"); in OMX_GetHandle() 438 optComponentName[pSubString - componentName] = 0; in OMX_GetHandle() 456 cmp_index = get_cmp_index(componentName); in OMX_GetHandle() 457 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE); in OMX_GetHandle() 700 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, in OMX_ComponentNameEnum() argument 705 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %p %d %d\n", componentName in OMX_ComponentNameEnum() [all …]
|
D | omx_core_cmp.cpp | 85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) in qc_omx_component_init() argument 94 eRet = pThis->component_init(componentName); in qc_omx_component_init() 108 OMX_OUT OMX_STRING componentName, in qc_omx_component_get_version() argument 115 …DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %p, %s , %p\n", hComp, componentName, component… in qc_omx_component_get_version() 118 …eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID… in qc_omx_component_get_version()
|
D | omx_core_cmp.h | 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName); 58 OMX_OUT OMX_STRING componentName,
|
/hardware/qcom/media/msm8998/mm-core/src/common/ |
D | qc_omx_core.c | 400 OMX_IN OMX_STRING componentName, in OMX_GetHandle() argument 410 componentName, in OMX_GetHandle() 418 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE); in OMX_GetHandle() 420 if(strstr(componentName, "avc") && strstr(componentName, "decoder")) in OMX_GetHandle() 435 char *pSubString = strstr(componentName, ".dsmode"); in OMX_GetHandle() 438 optComponentName[pSubString - componentName] = 0; in OMX_GetHandle() 456 cmp_index = get_cmp_index(componentName); in OMX_GetHandle() 457 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE); in OMX_GetHandle() 702 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, in OMX_ComponentNameEnum() argument 707 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %p %d %d\n", componentName in OMX_ComponentNameEnum() [all …]
|
D | omx_core_cmp.cpp | 85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) in qc_omx_component_init() argument 94 eRet = pThis->component_init(componentName); in qc_omx_component_init() 108 OMX_OUT OMX_STRING componentName, in qc_omx_component_get_version() argument 115 …DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %p, %s , %p\n", hComp, componentName, component… in qc_omx_component_get_version() 118 …eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID… in qc_omx_component_get_version()
|
D | omx_core_cmp.h | 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName); 58 OMX_OUT OMX_STRING componentName,
|
/hardware/qcom/sdm845/media/mm-core/src/common/ |
D | qc_omx_core.c | 364 OMX_IN OMX_STRING componentName, in OMX_GetHandle() argument 374 componentName, in OMX_GetHandle() 381 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE); in OMX_GetHandle() 383 if(strstr(componentName, "avc") && strstr(componentName, "decoder")) in OMX_GetHandle() 398 char *pSubString = strstr(componentName, ".dsmode"); in OMX_GetHandle() 401 optComponentName[pSubString - componentName] = 0; in OMX_GetHandle() 419 cmp_index = get_cmp_index(componentName); in OMX_GetHandle() 420 strlcpy(optComponentName, componentName, OMX_MAX_STRINGNAME_SIZE); in OMX_GetHandle() 666 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, in OMX_ComponentNameEnum() argument 671 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %p %d %d\n", componentName in OMX_ComponentNameEnum() [all …]
|
D | omx_core_cmp.cpp | 85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) in qc_omx_component_init() argument 94 eRet = pThis->component_init(componentName); in qc_omx_component_init() 108 OMX_OUT OMX_STRING componentName, in qc_omx_component_get_version() argument 115 …DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %p, %s , %p\n", hComp, componentName, component… in qc_omx_component_get_version() 118 …eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID… in qc_omx_component_get_version()
|
D | omx_core_cmp.h | 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName); 58 OMX_OUT OMX_STRING componentName,
|
/hardware/qcom/media/msm8974/mm-core/src/common/ |
D | qc_omx_core.c | 396 OMX_IN OMX_STRING componentName, in OMX_GetHandle() argument 405 componentName, in OMX_GetHandle() 414 cmp_index = get_cmp_index(componentName); in OMX_GetHandle() 443 hnd_index = get_comp_handle_index(componentName); in OMX_GetHandle() 602 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, in OMX_ComponentNameEnum() argument 607 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %p %d %d\n", componentName in OMX_ComponentNameEnum() 613 strlcpy(componentName, core[index].name,nameLen); in OMX_ComponentNameEnum() 615 strncpy(componentName, core[index].name,nameLen); in OMX_ComponentNameEnum()
|
D | omx_core_cmp.cpp | 85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) in qc_omx_component_init() argument 94 eRet = pThis->component_init(componentName); in qc_omx_component_init() 108 OMX_OUT OMX_STRING componentName, in qc_omx_component_get_version() argument 115 …DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %p, %s , %p\n", hComp, componentName, component… in qc_omx_component_get_version() 118 …eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID… in qc_omx_component_get_version()
|
D | omx_core_cmp.h | 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName); 58 OMX_OUT OMX_STRING componentName,
|
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/ |
D | qc_omx_core.c | 417 OMX_IN OMX_STRING componentName, in OMX_GetHandle() argument 426 componentName, in OMX_GetHandle() 436 cmp_index = get_cmp_index(componentName); in OMX_GetHandle() 464 hnd_index = get_comp_handle_index(componentName); in OMX_GetHandle() 617 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, in OMX_ComponentNameEnum() argument 622 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %x %d %d\n",(unsigned) componentName in OMX_ComponentNameEnum() 628 strlcpy(componentName, core[index].name,nameLen); in OMX_ComponentNameEnum() 630 strncpy(componentName, core[index].name,nameLen); in OMX_ComponentNameEnum()
|
D | omx_core_cmp.cpp | 85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName) in qc_omx_component_init() argument 94 eRet = pThis->component_init(componentName); in qc_omx_component_init() 108 OMX_OUT OMX_STRING componentName, in qc_omx_component_get_version() argument 115 …DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(u… in qc_omx_component_get_version() 118 …eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID… in qc_omx_component_get_version()
|
D | omx_core_cmp.h | 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName); 58 OMX_OUT OMX_STRING componentName,
|
/hardware/google/av/media/sfplugin/ |
D | CCodecBufferChannel.cpp | 64 Buffers(const char *componentName, const char *name = "Buffers") in Buffers() argument 65 : mComponentName(componentName), in Buffers() 66 mChannelName(std::string(componentName) + ":" + name), in Buffers() 110 InputBuffers(const char *componentName, const char *name = "Input[]") in InputBuffers() argument 111 : Buffers(componentName, name) { } in InputBuffers() 165 OutputBuffers(const char *componentName, const char *name = "Output") in OutputBuffers() argument 166 : Buffers(componentName, name) { } in OutputBuffers() 714 InputBuffersArray(const char *componentName, const char *name = "Input[N]") in InputBuffersArray() argument 715 : InputBuffers(componentName, name) { } in InputBuffersArray() 769 LinearInputBuffers(const char *componentName, const char *name = "1D-Input") in LinearInputBuffers() argument [all …]
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 89 const std::string &componentName); 631 const std::string &componentName) { in testMain() argument 666 outputResults(componentName); in testMain() 702 auto componentName = "C2V4L2Codec"; in TEST_F() local 703 testMain(componentIntf, componentName); in TEST_F()
|
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/ |
D | qomx_core.c | 181 OMX_IN OMX_STRING componentName, in OMX_GetHandle() argument 200 comp_idx = get_comp_from_list(componentName); in OMX_GetHandle()
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 228 const std::string& componentName, const VT& componentValue) { in ValidateMetricAttributeAndValue() argument 238 if (value.componentName == componentName && in ValidateMetricAttributeAndValue() 250 const std::string& componentName, const VT& componentValue) { in ValidateMetricAttributeAndValue() argument 257 componentName, componentValue); in ValidateMetricAttributeAndValue()
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | qc_omx_component.h | 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | qc_omx_component.h | 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | qc_omx_component.h | 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | qc_omx_component.h | 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
|
/hardware/qcom/sdm845/media/mm-core/inc/ |
D | qc_omx_component.h | 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 43 * componentName: "operation_count" 88 string componentName;
|