Searched refs:addr (Results 1 - 8 of 8) sorted by relevance
/interface/sdk_c/multimedia/media_foundation/ |
H A D | native_avformat.h | 206 * @param addr written data addr 210 * 4. addr is nullptr. 5. size is zero. 214 bool OH_AVFormat_SetBuffer(struct OH_AVFormat *format, const char *key, const uint8_t *addr, size_t size); 292 * @param addr The life cycle is held by the format, with the destruction of the format, 297 * 4. addr is nullptr. 5. size is nullptr. 301 bool OH_AVFormat_GetBuffer(struct OH_AVFormat *format, const char *key, uint8_t **addr, size_t *size);
|
/interface/sdk_c/multimedia/image_effect/ |
H A D | image_effect_filter.h | 355 * @param addr Indicates the address of the image in memory 361 ImageEffect_ErrorCode OH_EffectBufferInfo_SetAddr(OH_EffectBufferInfo *info, void *addr); 368 * @param addr Indicates the address of the image in memory 374 ImageEffect_ErrorCode OH_EffectBufferInfo_GetAddr(OH_EffectBufferInfo *info, void **addr);
|
/interface/sdk_c/tee/include/ |
H A D | tee_sharemem_ops.h | 80 * @param addr Indicates the shared memory address that will be freed. 89 uint32_t tee_free_sharemem(void *addr, uint32_t size);
|
/interface/sdk_c/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 570 const struct sockaddr* addr, 581 const struct sockaddr* addr, 622 * in uv_udp_recv_cb, nread will always be 0 and addr will always be NULL. 643 const struct sockaddr* addr, 674 const struct sockaddr* addr, 676 UV_EXTERN int uv_udp_connect(uv_udp_t* handle, const struct sockaddr* addr); 703 const struct sockaddr* addr, 708 const struct sockaddr* addr); 923 const struct sockaddr* addr, 1636 UV_EXTERN int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr); [all...] |
/interface/sdk_c/multimedia/image_framework/include/ |
H A D | image_pixel_map_mdk.h | 629 * @param addr Indicates the double pointer to the memory address. 654 int32_t OH_PixelMap_AccessPixels(const NativePixelMap* native, void** addr);
|
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | resolv.h | 42 struct in_addr addr;
member
|
/interface/sdk_c/third_party/libuv/include/uv/ |
H A D | unix.h | 275 struct sockaddr_storage addr; \
|
H A D | win.h | 199 struct sockaddr* addr,
|
Completed in 9 milliseconds