Searched refs:bufferTypeArray (Results 1 – 2 of 2) sorted by relevance
714 ImageEffect_BufferType *bufferTypeArray = nullptr; in OHEffectFilterInfoGetSupportedBufferTypes() local720 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()
139 ImageEffect_BufferType bufferTypeArray[] = {ImageEffect_BufferType::EFFECT_BUFFER_TYPE_PIXEL}; in OHEffectFilterRender() local141 … customFilterInfo, sizeof(bufferTypeArray) / sizeof(ImageEffect_BufferType), bufferTypeArray); in OHEffectFilterRender()