Home
last modified time | relevance | path

Searched refs:UFKey (Results 1 – 7 of 7) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/os/private/
Dmos_utilities_usersetting.cpp163 void *UFKey, in MosUserFeatureReadValueBinary() argument
170 void *UFKey, in MosUserFeatureReadValueString() argument
177 void *UFKey, in MosUserFeatureReadValueMultiString() argument
184 void *UFKey, in MosUserFeatureReadValuePrimitive() argument
191 void *UFKey, in MosUserFeatureWriteValueString() argument
199 void *UFKey, in MosUserFeatureWriteValueMultiString() argument
207 void *UFKey, in MosUserFeatureWriteValueBinary() argument
215 void *UFKey, in MosUserFeatureWriteValuePrimitive() argument
/external/intel-media-driver/media_driver/agnostic/common/os/
Dmos_utilities_usersetting.cpp842 void *UFKey, in MosUserFeatureReadValueBinary() argument
849 MOS_OS_ASSERT(UFKey); in MosUserFeatureReadValueBinary()
869 UFKey, in MosUserFeatureReadValueBinary()
897 void *UFKey, in MosUserFeatureReadValueString() argument
905 MOS_OS_ASSERT(UFKey); in MosUserFeatureReadValueString()
920 UFKey, in MosUserFeatureReadValueString()
965 void *UFKey, in MosUserFeatureReadValueMultiString() argument
972 MOS_OS_ASSERT(UFKey); in MosUserFeatureReadValueMultiString()
991 UFKey, in MosUserFeatureReadValueMultiString()
1045 void *UFKey, in MosUserFeatureReadValuePrimitive() argument
[all …]
/external/intel-media-driver/media_softlet/linux/common/os/osservice/
Dmos_utilities_specific.h133 void *UFKey; member
168 void *UFKey,
198 void *UFKey,
286 static int32_t UserFeatureFindValue(MOS_UF_KEY UFKey, char * const pcValueName);
403 static MOS_STATUS UserFeatureGetKeyNamebyId(void *UFKey, char *pcKeyName);
Dmos_utilities_specific.cpp565 int32_t MosUtilitiesSpecificNext::UserFeatureFindValue(MOS_UF_KEY UFKey, char * const pcValueName) in UserFeatureFindValue() argument
572 for ( i = 0; i < UFKey.valueNum; i++ ) in UserFeatureFindValue()
574 iResult = strcmp(UFKey.pValueArray[i].pcValueName, pcValueName); in UserFeatureFindValue()
814 CurKey->UFKey = (void *)(intptr_t)iCurId; in UserFeatureDumpFile()
1034 fprintf(File, "\t0x%.8x\n", (uint32_t)(uintptr_t)pKeyTmp->pElem->UFKey); in UserFeatureDumpDataToFile()
1202 *pUFKey = pTempNode->pElem->UFKey; in UserFeatureGetKeyIdbyName()
1211 MOS_STATUS MosUtilitiesSpecificNext::UserFeatureGetKeyNamebyId(void *UFKey, char *pcKeyName) in UserFeatureGetKeyNamebyId() argument
1219 switch((uintptr_t)UFKey) in UserFeatureGetKeyNamebyId()
1234 if(pTempNode->pElem->UFKey == UFKey) in UserFeatureGetKeyNamebyId()
1249 void *UFKey, in MosUserFeatureOpenKeyFile() argument
[all …]
/external/intel-media-driver/media_softlet/agnostic/common/os/
Dmos_utilities_inner.cpp161 if (pNotifyCommon->UFKey == 0) in MosUserFeatureEnableNotification()
167 &pNotifyCommon->UFKey, in MosUserFeatureEnableNotification()
202 pNotifyCommon->UFKey, in MosUserFeatureEnableNotification()
251 if (pNotifyDataCommon->UFKey) in MosUserFeatureDisableNotification()
253 if ((eStatus = MosUserFeatureCloseKey(pNotifyDataCommon->UFKey)) != MOS_STATUS_SUCCESS) in MosUserFeatureDisableNotification()
Dmos_utilities.h1572 void *UFKey,
1607 void *UFKey,
1635 void *UFKey,
1664 void *UFKey,
2693 void *UFKey,
2713 void *UFKey,
2731 void *UFKey,
2749 void *UFKey,
2766 void *UFKey,
2782 void *UFKey,
[all …]
/external/intel-media-driver/media_common/agnostic/common/os/
Dmos_utilities_common.h714 void * UFKey; //!< Handle to User Feature Key member