Home
last modified time | relevance | path

Searched refs:bufferTypeArray (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A Deffect_filter_test.cpp714 ImageEffect_BufferType *bufferTypeArray = nullptr; in OHEffectFilterInfoGetSupportedBufferTypes() local
720 code = OH_EffectFilterInfo_GetSupportedBufferTypes(filterInfo, &getSize, &bufferTypeArray); in OHEffectFilterInfoGetSupportedBufferTypes()
729 code = OH_EffectFilterInfo_GetSupportedBufferTypes(filterInfo, &getSize, &bufferTypeArray); in OHEffectFilterInfoGetSupportedBufferTypes()
733 code = OH_EffectFilterInfo_GetSupportedBufferTypes(filterInfo, &getSize, &bufferTypeArray); in OHEffectFilterInfoGetSupportedBufferTypes()
H A DimageEffect.cpp138 ImageEffect_BufferType bufferTypeArray[] = {ImageEffect_BufferType::EFFECT_BUFFER_TYPE_PIXEL}; in OHEffectFilterRender() local
140 customFilterInfo, sizeof(bufferTypeArray) / sizeof(ImageEffect_BufferType), bufferTypeArray); in OHEffectFilterRender()

Completed in 4 milliseconds