Lines Matching refs:imageProcessor
61 …ageprocessing_create) ([OH_ImageProcessing](#oh_imageprocessing) \*\*imageProcessor, int32_t type)…
62 …mageprocessing_destroy) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor) | Destroys an…
63 …rocessing_setparameter) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor, const [OH_AVF…
64 …rocessing_getparameter) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor, [OH_AVFormat]…
65 …sing_convertcolorspace) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor, [OH_PixelmapN…
66 …mageprocessing_compose) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor, [OH_PixelmapN…
67 …geprocessing_decompose) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor, [OH_PixelmapN…
68 …ssing_generatemetadata) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor, [OH_PixelmapN…
69 …ocessing_enhancedetail) ([OH_ImageProcessing](#oh_imageprocessing) \*imageProcessor, [OH_PixelmapN…
247 ImageProcessing_ErrorCode OH_ImageProcessing_Compose(OH_ImageProcessing* imageProcessor,OH_Pixelmap…
262 | imageProcessor | Pointer to an image processing instance, which is created by [IMAGE_PROCESSING_T…
281 ImageProcessing_ErrorCode OH_ImageProcessing_ConvertColorSpace(OH_ImageProcessing* imageProcessor, …
296 | imageProcessor | Pointer to an image processing instance, which is created by [IMAGE_PROCESSING_T…
314 ImageProcessing_ErrorCode OH_ImageProcessing_Create(OH_ImageProcessing** imageProcessor, int32_t ty…
327 | imageProcessor | Double pointer to the image processing instance created. The pointer **\*imageP…
342 ImageProcessing_ErrorCode OH_ImageProcessing_Decompose(OH_ImageProcessing* imageProcessor, OH_Pixel…
357 | imageProcessor | Pointer to an image processing instance, which is created by [IMAGE_PROCESSING_T…
396 ImageProcessing_ErrorCode OH_ImageProcessing_Destroy(OH_ImageProcessing* imageProcessor)
409 | imageProcessor | Pointer to an image processing instance, You are advised to set the pointer to a…
420 ImageProcessing_ErrorCode OH_ImageProcessing_EnhanceDetail(OH_ImageProcessing* imageProcessor, OH_P…
435 | imageProcessor | Pointer to an image processing instance, which is created by [IMAGE_PROCESSING_T…
453 ImageProcessing_ErrorCode OH_ImageProcessing_GenerateMetadata(OH_ImageProcessing* imageProcessor, O…
466 | imageProcessor | Pointer to an image processing instance, which is created by [IMAGE_PROCESSING_T…
483 ImageProcessing_ErrorCode OH_ImageProcessing_GetParameter(OH_ImageProcessing* imageProcessor, OH_AV…
498 | imageProcessor | Pointer to an image processing instance.|
627 ImageProcessing_ErrorCode OH_ImageProcessing_SetParameter(OH_ImageProcessing* imageProcessor, const…
642 | imageProcessor | Pointer to an image processing instance.|