Home
last modified time | relevance | path

Searched refs:image (Results 1 - 11 of 11) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_image/
H A Dnative_image.h23 * @brief Provides the native image capability.
33 * @brief Defines the functions for obtaining and using a native image.
67 * @brief A listener for native image, use <b>OH_NativeImage_SetOnFrameAvailableListener</b> to register \n
87 * @param textureId Indicates the id of the Opengl ES texture which the native image attached to.
101 * @param image Indicates the pointer to a <b>OH_NativeImage</b> instance.
106 OHNativeWindow* OH_NativeImage_AcquireNativeWindow(OH_NativeImage* image);
114 * @param image Indicates the pointer to a <b>OH_NativeImage</b> instance.
115 * @param textureId Indicates the id of the Opengl ES texture which the native image attached to.
120 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId);
127 * @param image Indicate
[all...]
/interface/sdk_c/multimedia/image_framework/include/image/
H A Dimage_native.h17 * @addtogroup image
20 * @brief Provides APIs for access to the image interface.
28 * @brief Declares functions that access the image rectangle, size, format, and component data.
54 * @brief Defines the data type name of a native image.
63 * @param image Indicates the pointer to an {@link OH_ImageNative} object.
70 Image_ErrorCode OH_ImageNative_GetImageSize(OH_ImageNative *image, Image_Size *size);
75 * @param image Indicates the pointer to an {@link OH_ImageNative} object.
82 Image_ErrorCode OH_ImageNative_GetComponentTypes(OH_ImageNative *image,
88 * @param image Indicates the pointer to an {@link OH_ImageNative} object.
95 Image_ErrorCode OH_ImageNative_GetByteBuffer(OH_ImageNative *image,
[all...]
H A Dimage_receiver_native.h17 * @addtogroup image
20 * @brief Provides APIs for obtaining image data.
28 * @brief Declares the APIs for obtaining image data.
52 * @brief Defines the data type name of a native image receiver.
59 * @brief Defines an image receiver options object.
66 * @brief Defines the data type name of a native image receiver info.
172 * @brief Obtains the latest image through an {@link OH_ImageReceiverNative} object.
175 * @param image Indicates the pointer to an <b>OH_ImageNative</b> object at the application layer.
183 Image_ErrorCode OH_ImageReceiverNative_ReadLatestImage(OH_ImageReceiverNative* receiver, OH_ImageNative** image);
186 * @brief Obtains the next image throug
[all...]
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvulkan_ohos.h83 typedef VkResult (VKAPI_PTR *PFN_vkGetNativeFenceFdOpenHarmony)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int32_t* pNativeFenceFd);
85 typedef VkResult (VKAPI_PTR *PFN_vkAcquireImageOHOS)(VkDevice device, VkImage image, int32_t nativeFenceFd, VkSemaphore semaphore, VkFence fence);
86 typedef VkResult (VKAPI_PTR *PFN_vkQueueSignalReleaseImageOHOS)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int32_t* pNativeFenceFd);
107 VkImage image,
118 VkImage image,
127 VkImage image,
H A Dvulkan_core.h2889 VkImage image; member
3275 VkImage image; member
3296 VkImage image; member
3415 VkImage image; member
3954 typedef VkResult (VKAPI_PTR *PFN_vkBindImageMemory)(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset);
3956 typedef void (VKAPI_PTR *PFN_vkGetImageMemoryRequirements)(VkDevice device, VkImage image, VkMemoryRequirements* pMemoryRequirements);
3957 typedef void (VKAPI_PTR *PFN_vkGetImageSparseMemoryRequirements)(VkDevice device, VkImage image, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements* pSparseMemoryRequirements);
3980 typedef void (VKAPI_PTR *PFN_vkDestroyImage)(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator);
3981 typedef void (VKAPI_PTR *PFN_vkGetImageSubresourceLayout)(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
4044 typedef void (VKAPI_PTR *PFN_vkCmdClearColorImage)(VkCommandBuffer commandBuffer, VkImage image, VkImageLayou
5086 VkImage image; global() member
5110 VkImage image; global() member
5193 VkImage image; global() member
5199 VkImage image; global() member
6935 VkImage image; global() member
11698 VkImage image; global() member
14933 VkImage image; global() member
15855 VkImage image; global() member
[all...]
/interface/sdk_c/tee/include/
H A Dtee_tui_gp_api.h117 * @brief Enumerates source of the uesd image.
133 * @brief Represents the image in PNG format.
140 void *image; member
148 /** Represents the number of pixels of the width of the image. */
150 /** Represents the number of pixels of the height of the image. */
184 /** The image is placed in the label area. */
185 TEE_TUIImage image; member
186 /** X-coordinate of the upper left corner of the image to be displayed. */
188 /** Y-coordinate of the upper left corner of the image to be displayed. */
200 /** The image t
201 TEE_TUIImage image; global() member
[all...]
/interface/sdk_c/multimedia/image_framework/include/
H A Dimage_receiver_mdk.h17 * @addtogroup image
20 * @brief Provides APIs for obtaining image data from the native layer.
30 * @brief Declares the APIs for obtaining image data from the native layer.
57 * @brief Defines the data type name of a native image receiver.
73 * @brief Defines the information about an image receiver.
79 /* Default width of the image received by the consumer, in pixels. */
81 /* Default height of the image received by the consumer, in pixels. */
104 * returns {@link IRNdkErrCode} IMAGE_RESULT_DATA_UNSUPPORT - if image type unsupported.
138 * returns {@link IRNdkErrCode} IMAGE_RESULT_DATA_UNSUPPORT - if image type unsupported.
147 * @brief Obtains the latest image throug
[all...]
/interface/sdk_c/third_party/egl/EGL/
H A Deglext.h190 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
193 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
1074 typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDRMIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
1077 EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride);
1083 typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDMABUFIMAGEQUERYMESAPROC) (EGLDisplay dpy, EGLImageKHR image, int *fourcc, int *num_planes, EGLuint64KHR *modifiers);
1084 typedef EGLBoolean (EGLAPIENTRYP PFNEGLEXPORTDMABUFIMAGEMESAPROC) (EGLDisplay dpy, EGLImageKHR image, int *fds, EGLint *strides, EGLint *offsets);
1086 EGLAPI EGLBoolean EGLAPIENTRY eglExportDMABUFImageQueryMESA (EGLDisplay dpy, EGLImageKHR image, int *fourcc, int *num_planes, EGLuint64KHR *modifiers);
1087 EGLAPI EGLBoolean EGLAPIENTRY eglExportDMABUFImageMESA (EGLDisplay dpy, EGLImageKHR image, int *fds, EGLint *strides, EGLint *offsets);
1218 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMRELEASEIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage image, EGLSync sync);
1223 EGLAPI EGLBoolean EGLAPIENTRY eglStreamReleaseImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage image, EGLSyn
[all...]
H A Deglplatform.h138 #include <kernel/image.h>
H A Degl.h319 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEPROC) (EGLDisplay dpy, EGLImage image);
330 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/interface/sdk_c/third_party/openGLES/GLES2/
H A Dgl2ext.h240 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
241 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
243 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
244 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
1088 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXSTORAGEEXTPROC) (GLenum target, GLeglImageOES image, const GLint* attrib_list);
1089 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURESTORAGEEXTPROC) (GLuint texture, GLeglImageOES image, const GLint* attrib_list);
1091 GL_APICALL void GL_APIENTRY glEGLImageTargetTexStorageEXT (GLenum target, GLeglImageOES image, const GLint* attrib_list);
1092 GL_APICALL void GL_APIENTRY glEGLImageTargetTextureStorageEXT (GLuint texture, GLeglImageOES image, const GLint* attrib_list);

Completed in 64 milliseconds