Searched +defs:val +defs:sequence (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | consumer_surface.cpp | 323 GSError ConsumerSurface::SetUserData(const std::string& key, const std::string& val) in SetUserData() 521 GSError ConsumerSurface::SetScalingMode(uint32_t sequence, ScalingMode scalingMode) in SetScalingMode() 539 GSError ConsumerSurface::GetScalingMode(uint32_t sequence, ScalingMode& scalingMode) in GetScalingMode() 547 GSError ConsumerSurface::SetMetaData(uint32_t sequence, const std::vector<GraphicHDRMetaData>& meta… in SetMetaData() 555 GSError ConsumerSurface::SetMetaDataSet(uint32_t sequence, GraphicHDRMetadataKey key, in SetMetaDataSet() 565 GSError ConsumerSurface::QueryMetaDataType(uint32_t sequence, HDRMetaDataType& type) const in QueryMetaDataType() 573 GSError ConsumerSurface::GetMetaData(uint32_t sequence, std::vector<GraphicHDRMetaData>& metaData) … in GetMetaData() 581 GSError ConsumerSurface::GetMetaDataSet(uint32_t sequence, GraphicHDRMetadataKey& key, in GetMetaDataSet() 614 GSError ConsumerSurface::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp& time… in SetPresentTimestamp() 622 GSError ConsumerSurface::GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, in GetPresentTimestamp()
|
H A D | producer_surface.cpp | 615 GSError ProducerSurface::SetUserData(const std::string& key, const std::string& val) in SetUserData() 881 GSError ProducerSurface::SetScalingMode(uint32_t sequence, ScalingMode scalingMode) in SetScalingMode() 907 GSError ProducerSurface::GetScalingMode(uint32_t sequence, ScalingMode& scalingMode) in GetScalingMode() 912 GSError ProducerSurface::SetMetaData(uint32_t sequence, const std::vector<GraphicHDRMetaData>& meta… in SetMetaData() 920 GSError ProducerSurface::SetMetaDataSet(uint32_t sequence, GraphicHDRMetadataKey key, in SetMetaDataSet() 930 GSError ProducerSurface::QueryMetaDataType(uint32_t sequence, HDRMetaDataType &type) const in QueryMetaDataType() 935 GSError ProducerSurface::GetMetaData(uint32_t sequence, std::vector<GraphicHDRMetaData> &metaData) … in GetMetaData() 940 GSError ProducerSurface::GetMetaDataSet(uint32_t sequence, GraphicHDRMetadataKey &key, in GetMetaDataSet() 960 GSError ProducerSurface::SetPresentTimestamp(uint32_t sequence, const GraphicPresentTimestamp &time… in SetPresentTimestamp() 965 GSError ProducerSurface::GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, in GetPresentTimestamp()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 136 uint32_t sequence = GetData<uint32_t>(); in SurfaceFuzzTest3() local 218 std::string val = GetStringFromData(STR_LEN); in SurfaceFuzzTest2() local 220 uint32_t sequence = GetData<uint32_t>(); in SurfaceFuzzTest2() local 239 [](const std::string& key, const std::string& val) {}); in SurfaceFuzzTest2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 299 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Bitmap& val) in Marshalling() 313 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Bitmap& val) in Unmarshalling() 470 std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr) in UnmarshallingNoLazyGeneratedImage() 626 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling() 639 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling() 971 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling() 991 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling() 1039 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling() 1546 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling() 1552 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RRectT<float>& val) in Unmarshalling() [all …]
|