Home
last modified time | relevance | path

Searched refs:bufferTypeArray (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-effect-guidelines.md330 ImageEffect_BufferType bufferTypeArray[] = { ImageEffect_BufferType::EFFECT_BUFFER_TYPE_PIXEL };
331 …portedBufferTypes(customFilterInfo, sizeof(bufferTypeArray) / sizeof(ImageEffect_BufferType), buff…
397 ImageEffect_BufferType *bufferTypeArray = nullptr;
398 …H_EffectFilterInfo_GetSupportedBufferTypes(filterInfo, &supportedBufferTypesCnt, &bufferTypeArray);
/ohos5.0/foundation/multimedia/image_effect/interfaces/kits/native/
H A Dimage_effect_filter.h256 ImageEffect_BufferType *bufferTypeArray);
270 ImageEffect_BufferType **bufferTypeArray);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect_filter.cpp273 ImageEffect_BufferType *bufferTypeArray) in OH_EffectFilterInfo_SetSupportedBufferTypes() argument
279 …CHECK_AND_RETURN_RET_LOG(bufferTypeArray != nullptr, ImageEffect_ErrorCode::EFFECT_ERROR_PARAM_INV… in OH_EffectFilterInfo_SetSupportedBufferTypes()
284 info->supportedBufferTypes.emplace(bufferTypeArray[index]); in OH_EffectFilterInfo_SetSupportedBufferTypes()
291 ImageEffect_BufferType **bufferTypeArray) in OH_EffectFilterInfo_GetSupportedBufferTypes() argument
297 …CHECK_AND_RETURN_RET_LOG(bufferTypeArray != nullptr, ImageEffect_ErrorCode::EFFECT_ERROR_PARAM_INV… in OH_EffectFilterInfo_GetSupportedBufferTypes()
302 *bufferTypeArray = nullptr; in OH_EffectFilterInfo_GetSupportedBufferTypes()
331 *bufferTypeArray = info->effectBufferType; in OH_EffectFilterInfo_GetSupportedBufferTypes()
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-effect-guidelines.md330 ImageEffect_BufferType bufferTypeArray[] = { ImageEffect_BufferType::EFFECT_BUFFER_TYPE_PIXEL };
331 …portedBufferTypes(customFilterInfo, sizeof(bufferTypeArray) / sizeof(ImageEffect_BufferType), buff…
397 ImageEffect_BufferType *bufferTypeArray = nullptr;
398 …H_EffectFilterInfo_GetSupportedBufferTypes(filterInfo, &supportedBufferTypesCnt, &bufferTypeArray);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_image_effect.md117 …, uint32_t size, [ImageEffect_BufferType](#imageeffect_buffertype) \*bufferTypeArray) | 设置滤镜所支持的内存…
118 …nt32_t \*size, [ImageEffect_BufferType](#imageeffect_buffertype) \*\*bufferTypeArray) | 获取滤镜所支持的内存…
1246 …fferTypes (OH_EffectFilterInfo * info, uint32_t * size, ImageEffect_BufferType ** bufferTypeArray )
1263 | bufferTypeArray | 滤镜所支持内存类型[ImageEffect_BufferType](#imageeffect_buffertype)数组。 |
1351 …dBufferTypes (OH_EffectFilterInfo * info, uint32_t size, ImageEffect_BufferType * bufferTypeArray )
1368 | bufferTypeArray | 滤镜所支持内存类型[ImageEffect_BufferType](#imageeffect_buffertype)数组。 |
H A Dimage__effect__filter_8h.md84 … [ImageEffect_BufferType](_image_effect.md#imageeffect_buffertype) \*bufferTypeArray) | 设置滤镜所支持的内存…
85 …ImageEffect_BufferType](_image_effect.md#imageeffect_buffertype) \*\*bufferTypeArray) | 获取滤镜所支持的内存…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__effect__filter_8h.md84 … [ImageEffect_BufferType](_image_effect.md#imageeffect_buffertype) \*bufferTypeArray) | Sets the b…
85 …ImageEffect_BufferType](_image_effect.md#imageeffect_buffertype) \*\*bufferTypeArray) | Obtains th…
H A D_image_effect.md115 …, uint32_t size, [ImageEffect_BufferType](#imageeffect_buffertype) \*bufferTypeArray) | Sets the b…
116 …nt32_t \*size, [ImageEffect_BufferType](#imageeffect_buffertype) \*\*bufferTypeArray) | Obtains th…
1244 …fferTypes (OH_EffectFilterInfo * info, uint32_t * size, ImageEffect_BufferType ** bufferTypeArray )
1261 | bufferTypeArray | Double pointer to the array holding the buffer types supported, each of which i…
1349 …dBufferTypes (OH_EffectFilterInfo * info, uint32_t size, ImageEffect_BufferType * bufferTypeArray )
1366 | bufferTypeArray | Pointer to the array holding the buffer types supported, each of which is [Imag…
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp895 ImageEffect_BufferType *bufferTypeArray = nullptr; variable
896 OH_EffectFilterInfo_GetSupportedBufferTypes(info, &bufferTypeSize, &bufferTypeArray);