Searched defs:dp (Results 1 - 25 of 27) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dextend.c21 int dp, /* destination pitch */
48 dest_ptr1 += dp;
49 dest_ptr2 += dp;
56 src_ptr2 = d + dp * (h - 1) - el;
57 dest_ptr1 = d + dp * (-et) - el;
58 dest_ptr2 = d + dp * (h) - el;
64 dest_ptr1 += dp;
70 dest_ptr2 += dp;
16 copy_and_extend_plane( unsigned char *s, int sp, unsigned char *d, int dp, int h, int w, int et, int el, int eb, int er ) argument
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c52 DIR *dp; local
56 dp = opendir(iio_dir);
57 if (dp == NULL) {
62 while (ent = readdir(dp), ent != NULL) {
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.cpp290 DIR *dp; local
293 dp = opendir (sysfs_path);
295 if (dp != NULL)
299 while ((ep = readdir (dp))) {
326 closedir(dp);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp290 DIR *dp; local
293 dp = opendir (sysfs_path);
295 if (dp != NULL)
299 while ((ep = readdir (dp))) {
326 closedir(dp);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c70 DIR *dp; local
74 dp = opendir(iio_dir);
75 if (dp == NULL) {
80 while (ent = readdir(dp), ent != NULL) {
315 DIR *dp; local
318 dp = opendir(iio_dir);
319 if (dp == NULL) {
324 while (ent = readdir(dp), ent != NULL) {
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h107 DIR *dp; local
129 dp = opendir(scan_el_dir);
130 if (dp == NULL) {
134 while (ent = readdir(dp), ent != NULL)
183 closedir(dp);
202 DIR *dp; local
218 dp = opendir(device_dir);
219 if (dp == NULL) {
223 while (ent = readdir(dp), ent != NULL)
244 closedir(dp);
282 DIR *dp; local
598 DIR *dp; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h107 DIR *dp; local
129 dp = opendir(scan_el_dir);
130 if (dp == NULL) {
134 while (ent = readdir(dp), ent != NULL)
183 closedir(dp);
202 DIR *dp; local
218 dp = opendir(device_dir);
219 if (dp == NULL) {
223 while (ent = readdir(dp), ent != NULL)
244 closedir(dp);
282 DIR *dp; local
598 DIR *dp; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h105 DIR *dp; local
127 dp = opendir(scan_el_dir);
128 if (dp == NULL) {
132 while (ent = readdir(dp), ent != NULL)
181 closedir(dp);
200 DIR *dp; local
216 dp = opendir(device_dir);
217 if (dp == NULL) {
221 while (ent = readdir(dp), ent != NULL)
242 closedir(dp);
281 DIR *dp; local
645 DIR *dp; local
674 DIR *dp; local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c63 DIR *dp; local
67 dp = opendir(iio_dir);
68 if (dp == NULL) {
73 while (ent = readdir(dp), ent != NULL) {
308 DIR *dp; local
311 dp = opendir(iio_dir);
312 if (dp == NULL) {
317 while (ent = readdir(dp), ent != NULL) {
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp443 DIR *dp; local
452 if (NULL != (dp = opendir(pathname.c_str()))) {
453 while (NULL != (de = readdir(dp))) {
493 DIR *dp; local
517 if (NULL != (dp = opendir(pathname.c_str()))) {
518 while (NULL != (de = readdir(dp))) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c86 void myfree(void *dp, int line, char *s);
2026 void myfree(void *dp, int line, char *s){ argument
2029 if(arr[q]==dp){
2030 G711DEC_PRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2031 free(dp);
2032 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c94 int DebugFree(void *dp, int line, char *s);
121 int DebugFree(void *dp, int line, char *s){ argument
123 if(dp==NULL){
128 if(arr[q]==dp){
129 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
132 free(dp);
133 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c2277 int myfree(void *dp, int line, char *s){ argument
2280 if(arr[q]==dp){
2281 OMXDBG_PRINT(stderr, ERROR, 4, 0, "Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2282 free(dp);
2283 dp = NULL;
2290 OMXDBG_PRINT(stderr, ERROR, 4, 0, "\n\n%p Pointer not found. Line:%d File%s!!\n\n",dp, line, s);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c2154 int myfree(void *dp, int line, char *s){ argument
2156 if (dp==NULL){
2162 if(arr[q]==dp){
2163 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2164 free(dp);
2165 dp = NULL;
/hardware/broadcom/libbt/src/
H A Dhardware.c432 struct dirent *dp; local
459 while ((dp = readdir(dirp)) != NULL)
462 if ((hw_strncmp(dp->d_name, p_chip_id_str, strlen(p_chip_id_str)) \
466 filenamelen = strlen(dp->d_name);
469 &dp->d_name[filenamelen-FW_PATCHFILE_EXTENSION_LEN], \
475 fw_patchfile_path, dp->d_name);
494 strcat(p_chip_id_str, dp->d_name);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c1602 unsigned char * dp = cpi->partition_d[0] + cpi->partition_sz[0]; local
1607 validate_buffer(dp, 3 * (num_part - 1), cpi->partition_d_end[0],
1614 write_partition_size(dp, cpi->partition_sz[i]);
1615 dp += 3;
1624 vpx_memmove(dp, cpi->partition_d[i+1], cpi->partition_sz[i+1]);
1625 cpi->partition_d[i+1] = dp;
1626 dp += cpi->partition_sz[i+1];
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c104 int myfree(void *dp, int line, char *s);
1706 int myfree(void *dp, int line, char *s) argument
1710 if(arr[q]==dp){
1711 printf("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
1712 free(dp);
1713 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c189 int DebugFree(void *dp, int line, char *s){ argument
191 if(dp==NULL){
196 if(arr[q]==dp){
197 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
198 free(dp);
199 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c221 int mynewfree(void *dp, int line, char *s){ argument
223 if(dp==NULL){
228 if(arr[q]==dp){
229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
230 free(dp);
231 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c203 int mynewfree(void *dp, int line, char *s) { argument
206 if (dp == NULL) {
212 if (arr[q] == dp) {
213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s);
214 free(dp);
215 dp = NULL;
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h559 int myfree(void *dp, int line, char *s);
584 int myfree(void *dp, int line, char *s){ argument
587 if(arr[q]==dp){
589 bytes[q],dp, line, s);
590 free(dp);
591 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c190 int myfree(void *dp, ListMember** ListHeader);
2495 * @param dp Dinamic memory pointer to be freed
2503 int myfree(void *dp, ListMember** ListHeader) argument
2506 error = FreeListMember(dp, ListHeader);
2507 /* free(dp); */
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c155 int myfree(void *dp, int line, char *s);
2091 int myfree(void *dp, int line, char *s){ argument
2093 if (dp==NULL){
2099 if(arr[q]==dp){
2100 printf("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
2101 free(dp);
2102 dp = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c116 int myfree(void *dp, int line, char *s);
1907 int myfree(void *dp, int line, char *s) argument
1911 if(arr[q]==dp){
1912 printf("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
1913 free(dp);
1914 dp = NULL;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c2161 char *dp; local
2167 dp = varbuf;
2185 *dp++ = 0;
2189 *dp++ = varbuf[n];
2192 buf_len = (unsigned int)(dp - varbuf);
2200 while (dp < varbuf + n)
2201 *dp++ = 0;

Completed in 2781 milliseconds

12