Home
last modified time | relevance | path

Searched defs:pp (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dfilter_base.cpp190 auto it = std::find_if(routeMap_.begin(), routeMap_.end(), [&outPortName](const PairPort &pp) { in GetRouteInPort()
202 auto it = std::find_if(routeMap_.begin(), routeMap_.end(), [&inPortName](const PairPort &pp) { in GetRouteOutPort()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object.cpp52 if (auto pp = interface_cast<IPropertyInternal>(p)) { in Build() local
144 if (auto pp = interface_pointer_cast<IPropertyInternal>(p)) { in AddProperty() local
H A Dmetadata.cpp85 if (auto pp = interface_pointer_cast<IPropertyInternal>(p)) { in RemoveProperty() local
94 for (auto& pp : cont) { in AddImpl() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dmetadata_helpers.h47 if (auto pp = interface_cast<IPropertyInternal>(p)) { in META_BEGIN_NAMESPACE() local
H A Dobject.h337 if (auto pp = interface_pointer_cast<IPropertyInternal>(p)) { in AddProperty() local
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp235 … [&outPortName](const PairPort& pp) { return outPortName == pp.second; }); in GetRouteInPort()
246 [&inPortName](const PairPort& pp) { return inPortName == pp.first; }); in GetRouteOutPort()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp212 PostProcess pp; in Create() local
396 PostProcess pp; in FillDefaultPostProcessData() local
442 auto& pp = ppStack.postProcesses.emplace_back(); in FillDefaultPostProcessData() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp66 static void UpdateUnsupportedDevicePre(PreStreamScene &pp, Stream &stream, const std::string &mode, in UpdateUnsupportedDevicePre()
84 static void UpdateUnsupportedModePre(PreStreamScene &pp, Stream &stream, std::string &mode, int32_t… in UpdateUnsupportedModePre()
130 static int32_t UpdateAvailableStreamPre(ProcessNew &preProcessNew, PreStreamScene &pp, ScenePriorit… in UpdateAvailableStreamPre()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c428 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey()
444 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey()
1050 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey()
1058 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey()
1150 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey()
1155 int OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) in OpensslI2dRsaPubKey()
1195 EVP_PKEY *OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iAutoPrivateKey()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c160 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey()
170 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey()
661 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey()
666 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey()
747 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey()
752 int OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) in OpensslI2dRsaPubKey()
792 EVP_PKEY *OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iAutoPrivateKey()
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
H A Dhcs_config_test.c913 struct DeviceResourceAttr *pp = NULL; in HcsTestTraverseAttrInNodeSuccess() local
940 struct DeviceResourceAttr *pp = NULL; in HcsTestTraverseAttrInNodeFail() local
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp224 ON_CALL(*this, i2d_PUBKEY).WillByDefault([this](EVP_PKEY *a, unsigned char **pp) { in SetMockFunDefaultBehaviorPartTwo()
518 int __wrap_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp) in __wrap_i2d_PUBKEY()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp688 const PostProcessConfigurationComponent::PostProcessEffect& pp) in FillPostProcessConfigurationVars()
2191 const auto& pp = *handle; in ProcessPostProcesses() local
2224 const auto& pp = *handle; in ProcessPostProcesses() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py2083 pp = pprint.PrettyPrinter(indent=4) variable