Searched refs:OH_PixelmapNative (Results 1 - 14 of 14) sorted by relevance
| /interface/sdk_c/multimedia/image_framework/include/image/ |
| H A D | pixelmap_native.h | 54 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 D | image_packer_native.h | 362 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 D | picture_native.h | 129 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 D | image_source_native.h | 361 OH_PixelmapNative **pixelmap); 378 OH_PixelmapNative *resVecPixMap[], size_t size);
|
| /interface/sdk_c/multimedia/video_processing_engine/ |
| H A D | image_processing.h | 217 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 D | image_processing_types.h | 57 * @brief Forward declaration of OH_PixelmapNative. 61 typedef struct OH_PixelmapNative OH_PixelmapNative; typedef
|
| /interface/sdk_c/graphic/graphic_2d/native_drawing/ |
| H A D | drawing_pixel_map.h | 61 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 D | effect_types.h | 61 typedef struct OH_PixelmapNative OH_PixelmapNative; typedef
|
| H A D | effect_filter.h | 55 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 D | drawable_descriptor.h | 58 struct OH_PixelmapNative; 61 * @brief Defines the pointer to OH_PixelmapNative. 65 typedef struct OH_PixelmapNative* OH_PixelmapNativeHandle;
|
| H A D | drag_and_drop.h | 532 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 D | image_effect.h | 244 * @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 D | image_effect_filter.h | 734 ImageEffect_ErrorCode OH_EffectFilter_Render(OH_EffectFilter *filter, OH_PixelmapNative *inputPixelmap, 735 OH_PixelmapNative *outputPixelmap);
|
| /interface/sdk_c/distributeddatamgr/udmf/include/ |
| H A D | uds.h | 599 * @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