/hardware/ti/wlan/lib/ |
H A D | scanmerge.c | 128 dst - pointer to scan result structure in the list 132 void copy_scan_res( scan_result_t *dst, scan_result_t *src ) argument 136 os_memcpy(src->ssid, dst->ssid, dst->ssid_len); 137 src->ssid_len = dst->ssid_len; 140 os_memcpy(dst, src, sizeof(scan_result_t));
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
H A D | Ethernet.h | 47 TMacAddr dst; member in struct:__anon1449 56 TMacAddr dst; member in struct:__anon1450
|
/hardware/msm7k/libcopybit/ |
H A D | copybit.cpp | 159 const struct copybit_rect_t *dst, 163 intersect(&clip, scissor, dst); 172 e->src_rect.x = (clip.t - dst->t) + src->t; 173 e->src_rect.y = (dst->r - clip.r) + src->l; 176 W = dst->b - dst->t; 177 H = dst->r - dst->l; 179 e->src_rect.x = (clip.l - dst->l) + src->l; 180 e->src_rect.y = (clip.t - dst 157 set_rects(struct copybit_context_t *dev, struct mdp_blit_req *e, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument [all...] |
/hardware/ti/omap4xxx/camera/ |
H A D | Encoder_libjpeg.cpp | 103 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { argument 104 if (!dst || !y || !uv) { 112 dst[0] = y0; 113 dst[1] = u0; 114 dst[2] = v0; 115 dst += 3; 121 static void uyvy_to_yuv(uint8_t* dst, uint32_t* src, int width) { argument 122 if (!dst || !src) { 137 dst[0] = y0; 138 dst[ [all...] |
H A D | AppCallbackNotifier.cpp | 54 if (((Encoder_libjpeg::params *) thumb_jpeg)->dst) { 55 free(((Encoder_libjpeg::params *) thumb_jpeg)->dst); 96 exif->insertExifThumbnailImage((const char*)thumb_param->dst, 468 static void copy2Dto1D(void *dst, argument 497 uint8_t *bufferDstY = ( uint8_t * ) dst; 537 bufferDst = ( unsigned char * ) dst; 538 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel; 564 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height); 577 " vst2.8 {q0,q1},[%[dst]]! \n\t" 587 " vst2.8 {d0,d1},[%[dst]]! \ [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
H A D | Encoder_libjpeg.h | 114 uint8_t* dst; member in struct:android::Encoder_libjpeg::params
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
H A D | bcmutils.h | 27 #define bcm_strcpy_s(dst, noOfElements, src) strcpy((dst), (src)) 28 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) 29 #define bcm_strcat_s(dst, noOfElements, src) strcat((dst), (src)) 610 xor_128bit_block(const uint8 *src1, const uint8 *src2, uint8 *dst) argument 616 (((uintptr)src1 | (uintptr)src2 | (uintptr)dst) & 3) == 0) { 619 ((uint32 *)dst)[0] = ((const uint32 *)src1)[0] ^ ((const uint32 *)src2)[0]; 620 ((uint32 *)dst)[ [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | bcmutils.h | 27 #define bcm_strcpy_s(dst, noOfElements, src) strcpy((dst), (src)) 28 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count)) 29 #define bcm_strcat_s(dst, noOfElements, src) strcat((dst), (src)) 610 xor_128bit_block(const uint8 *src1, const uint8 *src2, uint8 *dst) argument 616 (((uintptr)src1 | (uintptr)src2 | (uintptr)dst) & 3) == 0) { 619 ((uint32 *)dst)[0] = ((const uint32 *)src1)[0] ^ ((const uint32 *)src2)[0]; 620 ((uint32 *)dst)[ [all...] |
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
H A D | osRgstry.c | 806 static void decryptScanControlTable(TI_UINT8* src, TI_UINT8* dst, USHORT len); 4934 static void decryptScanControlTable(TI_UINT8* src, TI_UINT8* dst, USHORT len) argument 4981 dst[i/2] = finalChar;
|