Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect_filter.cpp223 if (effectBufferType != nullptr) { in ~OH_EffectFilterInfo()
224 delete[] effectBufferType; in ~OH_EffectFilterInfo()
304 if (bufferTypeRealSize > info->bufferTypeArraySize && info->effectBufferType != nullptr) { in OH_EffectFilterInfo_GetSupportedBufferTypes()
305 delete[] info->effectBufferType; in OH_EffectFilterInfo_GetSupportedBufferTypes()
306 info->effectBufferType = nullptr; in OH_EffectFilterInfo_GetSupportedBufferTypes()
310 if (info->effectBufferType == nullptr) { in OH_EffectFilterInfo_GetSupportedBufferTypes()
313 info->effectBufferType = bufferType.release(); in OH_EffectFilterInfo_GetSupportedBufferTypes()
324 info->effectBufferType[index] = bufferType; in OH_EffectFilterInfo_GetSupportedBufferTypes()
328 *bufferTypeArray = info->effectBufferType; in OH_EffectFilterInfo_GetSupportedBufferTypes()
H A Dnative_effect_base.h65 ImageEffect_BufferType *effectBufferType = nullptr; member

Completed in 3 milliseconds