Home
last modified time | relevance | path

Searched refs:supportedBufferTypes (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_effect_base.h62 std::unordered_set<ImageEffect_BufferType> supportedBufferTypes; member
H A Dimage_effect_filter.cpp279 info->supportedBufferTypes.clear(); in OH_EffectFilterInfo_SetSupportedBufferTypes()
281 info->supportedBufferTypes.emplace(bufferTypeArray[index]); in OH_EffectFilterInfo_SetSupportedBufferTypes()
297 if (info->supportedBufferTypes.empty()) { in OH_EffectFilterInfo_GetSupportedBufferTypes()
303 auto bufferTypeRealSize = static_cast<uint32_t>(info->supportedBufferTypes.size()); in OH_EffectFilterInfo_GetSupportedBufferTypes()
318 for (const auto &bufferType : info->supportedBufferTypes) { in OH_EffectFilterInfo_GetSupportedBufferTypes()
320 EFFECT_LOGW("supportedBufferTypes size over bufferTypeArraySize! supportedBufferTypesSize=%{public}zu, " in OH_EffectFilterInfo_GetSupportedBufferTypes()
321 "bufferTypeArraySize=%{public}d", info->supportedBufferTypes.size(), info->bufferTypeArraySize); in OH_EffectFilterInfo_GetSupportedBufferTypes()
H A Dnative_common_utils.cpp169 ohFilterInfo->supportedBufferTypes.clear(); in SwitchToOHEffectInfo()
178 ohFilterInfo->supportedBufferTypes.emplace(bufferType); in SwitchToOHEffectInfo()
/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp404 ASSERT_NE(ohFilterInfo->supportedBufferTypes.size(), 1); in HWTEST_F()

Completed in 3 milliseconds