Searched refs:src_buf (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | buffer_dec.c | 273 assert(src_buf != NULL && dst_buf != NULL); in WebPCopyDecBufferPixels() 276 dst_buf->width = src_buf->width; in WebPCopyDecBufferPixels() 277 dst_buf->height = src_buf->height; in WebPCopyDecBufferPixels() 281 if (WebPIsRGBMode(src_buf->colorspace)) { in WebPCopyDecBufferPixels() 285 src_buf->width * kModeBpp[src_buf->colorspace], in WebPCopyDecBufferPixels() 286 src_buf->height); in WebPCopyDecBufferPixels() 291 src_buf->width, src_buf->height); in WebPCopyDecBufferPixels() 293 (src_buf->width + 1) / 2, (src_buf->height + 1) / 2); in WebPCopyDecBufferPixels() 295 (src_buf->width + 1) / 2, (src_buf->height + 1) / 2); in WebPCopyDecBufferPixels() 296 if (WebPIsAlphaMode(src_buf->colorspace)) { in WebPCopyDecBufferPixels() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/ |
A D | app_bt_stream.h | 138 void app_bt_stream_copy_track_one_to_two_24bits(int32_t *dst_buf, int32_t *src_buf, uint32_t src_le… 140 void app_bt_stream_copy_track_one_to_two_16bits(int16_t *dst_buf, int16_t *src_buf, uint32_t src_le… 142 void app_bt_stream_copy_track_two_to_one_16bits(int16_t *dst_buf, int16_t *src_buf, uint32_t dst_le…
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_os.c | 108 int ota_hex2str(char *dest_buf, const unsigned char *src_buf, unsigned int dest_len, unsigned int s… in ota_hex2str() argument 112 if ((dest_buf != NULL) && (src_buf != NULL) && (dest_len > 2 * src_len)) { in ota_hex2str() 116 ota_snprintf(dest_buf + i * 2, 2 + 1, "%02X", src_buf[i]); in ota_hex2str()
|
A D | ota_hal_os.h | 32 int ota_hex2str(char *dest_buf, const unsigned char *src_buf, unsigned int dest_len, unsigned int s…
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_lwip.c | 71 void *src_buf = NULL; in low_level_output() local 77 src_buf = q->payload; in low_level_output() 80 src_buf = (char *)src_buf + ETH_PAD_SIZE; in low_level_output() 89 memcpy(&data[datalen], src_buf, copylen); in low_level_output()
|
Completed in 8 milliseconds