Home
last modified time | relevance | path

Searched refs:pUint64_value (Results 1 – 5 of 5) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmi_kvp.h229 uint64* pUint64_value; member
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_utility.h119 uint64* pUint64_value; member
/external/opencore/engines/player/src/
Dpv_player_engine.h168 uint64* pUint64_value; member
Dpv_player_engine.cpp16635 KvpCapNConfig->value.pUint64_value = (uint64*)OSCL_MALLOC(sizeof(uint64)); in VerifyAndSaveKVPValues()
16636 if (! KvpCapNConfig->value.pUint64_value) return PVMFErrNoMemory; in VerifyAndSaveKVPValues()
16637 … oscl_memcpy(KvpCapNConfig->value.pUint64_value, aKvpValue->value.pUint64_value, sizeof(uint64)); in VerifyAndSaveKVPValues()
16736 OSCL_FREE((*Setkvp)->value.pUint64_value); in DeleteKVPValues()
16737 (*Setkvp)->value.pUint64_value = NULL; in DeleteKVPValues()
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2379 kvp->value.pUint64_value = OSCL_STATIC_CAST(uint64* , myPtr); in AllocateKvp()