Home
last modified time | relevance | path

Searched refs:OHNativeWindowBuffer (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/graphic/graphic_2d/native_window/
H A Dexternal_window.h78 * @brief define the new type name OHNativeWindowBuffer for struct NativeWindowBuffer.
81 typedef struct NativeWindowBuffer OHNativeWindowBuffer; typedef
428 * @brief Creates a <b>OHNativeWindowBuffer</b> instance. A new <b>OHNativeWindowBuffer</b> instance is created each time this function is called.
432 * @return Returns the pointer to the <b>OHNativeWindowBuffer</b> instance created.
438 OHNativeWindowBuffer* OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(void* pSurfaceBuffer);
441 * @brief Creates a <b>OHNativeWindowBuffer</b> instance.\n
442 * A new <b>OHNativeWindowBuffer</b> instance is created each time this function is called.\n
449 * @return Returns the pointer to the <b>OHNativeWindowBuffer</b> instance created.
453 OHNativeWindowBuffer* OH_NativeWindow_CreateNativeWindowBufferFromNativeBuffe
[all...]
/interface/sdk_c/graphic/graphic_2d/native_image/
H A Dnative_image.h52 * @brief define the new type name OHNativeWindowBuffer for struct NativeWindowBuffer.
55 typedef struct NativeWindowBuffer OHNativeWindowBuffer; typedef
243 * @brief Acquire an <b>OHNativeWindowBuffer</b> through an <b>OH_NativeImage</b> instance for content consumer.\n
245 * This method will create an <b>OHNativeWindowBuffer</b>.\n
246 * When using <b>OHNativeWindowBuffer</b>, need to increase its reference count
248 * When the <b>OHNativeWindowBuffer</b> is used up, its reference count needs to be decremented
257 * @param nativeWindowBuffer Indicates the pointer to an <b>OHNativeWindowBuffer</b> point.
266 OHNativeWindowBuffer** nativeWindowBuffer, int* fenceFd);
269 * @brief Release the <b>OHNativeWindowBuffer</b> to the buffer queue through an
276 * @param nativeWindowBuffer Indicates the pointer to an <b>OHNativeWindowBuffer</
[all...]
/interface/sdk_c/graphic/graphic_2d/native_buffer/
H A Dnative_buffer.h398 * @brief Converts an <b>OHNativeWindowBuffer</b> instance to an <b>OH_NativeBuffer</b>.\n
402 * @param nativeWindowBuffer Indicates the pointer to a <b>OHNativeWindowBuffer</b> instance.
408 int32_t OH_NativeBuffer_FromNativeWindowBuffer(OHNativeWindowBuffer *nativeWindowBuffer, OH_NativeBuffer **buffer);

Completed in 3 milliseconds