Home
last modified time | relevance | path

Searched refs:OH_PixelmapNative (Results 1 - 14 of 14) sorted by relevance

/interface/sdk_c/multimedia/image_framework/include/image/
H A Dpixelmap_native.h54 struct OH_PixelmapNative;
55 typedef struct OH_PixelmapNative OH_PixelmapNative; typedef
611 OH_Pixelmap_InitializationOptions *options, OH_PixelmapNative **pixelmap);
624 Image_ErrorCode OH_PixelmapNative_ConvertPixelmapNativeToNapi(napi_env env, OH_PixelmapNative *pixelmapNative,
639 OH_PixelmapNative **pixelmapNative);
651 Image_ErrorCode OH_PixelmapNative_ReadPixels(OH_PixelmapNative *pixelmap, uint8_t *destination, size_t *bufferSize);
662 Image_ErrorCode OH_PixelmapNative_WritePixels(OH_PixelmapNative *pixelmap, uint8_t *source, size_t bufferSize);
676 * @see OH_PixelmapNative
679 Image_ErrorCode OH_PixelmapNative_GetArgbPixels(OH_PixelmapNative *pixelma
[all...]
H A Dimage_packer_native.h362 OH_PackingOptions *options, OH_PixelmapNative *pixelmap, uint8_t *outData, size_t *size);
398 OH_PackingOptionsForSequence *options, OH_PixelmapNative **pixelmapSequence,
425 OH_PackingOptions *options, OH_PixelmapNative *pixelmap, int32_t fd);
458 OH_PackingOptionsForSequence *options, OH_PixelmapNative **pixelmapSequence, size_t sequenceLength, int32_t fd);
H A Dpicture_native.h129 Image_ErrorCode OH_PictureNative_CreatePicture(OH_PixelmapNative *mainPixelmap, OH_PictureNative **picture);
141 Image_ErrorCode OH_PictureNative_GetMainPixelmap(OH_PictureNative *picture, OH_PixelmapNative **mainPixelmap);
154 Image_ErrorCode OH_PictureNative_GetHdrComposedPixelmap(OH_PictureNative *picture, OH_PixelmapNative **hdrPixelmap);
166 Image_ErrorCode OH_PictureNative_GetGainmapPixelmap(OH_PictureNative *picture, OH_PixelmapNative **gainmapPixelmap);
H A Dimage_source_native.h361 OH_PixelmapNative **pixelmap);
378 OH_PixelmapNative *resVecPixMap[], size_t size);
/interface/sdk_c/multimedia/video_processing_engine/
H A Dimage_processing.h217 OH_PixelmapNative* sourceImage, OH_PixelmapNative* destinationImage);
240 OH_PixelmapNative* sourceImage, OH_PixelmapNative* sourceGainmap, OH_PixelmapNative* destinationImage);
263 OH_PixelmapNative* sourceImage, OH_PixelmapNative* destinationImage, OH_PixelmapNative* destinationGainmap);
284 OH_PixelmapNative* sourceImage);
308 OH_PixelmapNative* sourceImag
[all...]
H A Dimage_processing_types.h57 * @brief Forward declaration of OH_PixelmapNative.
61 typedef struct OH_PixelmapNative OH_PixelmapNative; typedef
/interface/sdk_c/graphic/graphic_2d/native_drawing/
H A Ddrawing_pixel_map.h61 typedef struct OH_PixelmapNative OH_PixelmapNative; typedef
78 * @param OH_PixelmapNative Indicates a pointer to the <b>OH_PixelmapNative</b> object supported by image framework.
85 OH_Drawing_PixelMap* OH_Drawing_PixelMapGetFromOhPixelMapNative(OH_PixelmapNative*);
89 <b>OH_PixelmapNative</b> which is build by 'GetFrom' function.
/interface/sdk_c/graphic/graphic_2d/native_effect/
H A Deffect_types.h61 typedef struct OH_PixelmapNative OH_PixelmapNative; typedef
H A Deffect_filter.h55 EffectErrorCode OH_Filter_CreateEffect(OH_PixelmapNative* pixelmap, OH_Filter** filter);
136 EffectErrorCode OH_Filter_GetEffectPixelMap(OH_Filter* filter, OH_PixelmapNative** pixelmap);
/interface/sdk_c/arkui/ace_engine/native/
H A Ddrawable_descriptor.h58 struct OH_PixelmapNative;
61 * @brief Defines the pointer to OH_PixelmapNative.
65 typedef struct OH_PixelmapNative* OH_PixelmapNativeHandle;
H A Ddrag_and_drop.h532 int32_t OH_ArkUI_SetNodeDragPreview(ArkUI_NodeHandle node, OH_PixelmapNative* preview);
690 ArkUI_DragAction* dragAction, OH_PixelmapNative* pixelmapArray[], int32_t size);
/interface/sdk_c/multimedia/image_effect/
H A Dimage_effect.h244 * @param pixelmap Indicates the OH_PixelmapNative that contains the image information
250 ImageEffect_ErrorCode OH_ImageEffect_SetInputPixelmap(OH_ImageEffect *imageEffect, OH_PixelmapNative *pixelmap);
257 * @param pixelmap Indicates the OH_PixelmapNative that contains the image information
263 ImageEffect_ErrorCode OH_ImageEffect_SetOutputPixelmap(OH_ImageEffect *imageEffect, OH_PixelmapNative *pixelmap);
H A Dimage_effect_filter.h734 ImageEffect_ErrorCode OH_EffectFilter_Render(OH_EffectFilter *filter, OH_PixelmapNative *inputPixelmap,
735 OH_PixelmapNative *outputPixelmap);
/interface/sdk_c/distributeddatamgr/udmf/include/
H A Duds.h599 * @param pixelmapNative Represents output params of {@link OH_PixelmapNative}.
603 void OH_UdsPixelMap_GetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);
609 * @param pixelmapNative Represents a new {@link OH_PixelmapNative}.
616 int OH_UdsPixelMap_SetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);

Completed in 9 milliseconds