/hardware/ti/omap4-aah/hwc/ |
D | rgz_2d.c | 293 static void rgz_set_async(struct rgz_blt_entry *e, int async) in rgz_set_async() argument 295 e->bp.flags = async ? e->bp.flags | BVFLAG_ASYNC : e->bp.flags & ~BVFLAG_ASYNC; in rgz_set_async() 317 struct rgz_blt_entry* e) in rgz_set_dst_data() argument 323 e->dstgeom.structsize = sizeof(struct bvsurfgeom); in rgz_set_dst_data() 324 e->dstgeom.format = screen_geom->format; in rgz_set_dst_data() 325 e->dstgeom.width = screen_geom->width; in rgz_set_dst_data() 326 e->dstgeom.height = screen_geom->height; in rgz_set_dst_data() 327 e->dstgeom.orientation = screen_geom->orientation; in rgz_set_dst_data() 328 e->dstgeom.virtstride = DSTSTRIDE(screen_geom); in rgz_set_dst_data() 330 e->bp.dstrect.left = subregion_rect->left; in rgz_set_dst_data() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 22 signed char e[16]; member 108 sum_diff = s.e[0] + s.e[1] + s.e[2] + s.e[3] + s.e[4] + s.e[5] in vp8_denoiser_filter_sse2() 109 + s.e[6] + s.e[7] + s.e[8] + s.e[9] + s.e[10] + s.e[11] in vp8_denoiser_filter_sse2() 110 + s.e[12] + s.e[13] + s.e[14] + s.e[15]; in vp8_denoiser_filter_sse2()
|
/hardware/intel/img/hwcomposer/common/base/ |
D | DisplayAnalyzer.cpp | 66 Event e; in postHotplugEvent() local 67 e.type = HOTPLUG_EVENT; in postHotplugEvent() 68 e.bValue = connected; in postHotplugEvent() 69 postEvent(e); in postHotplugEvent() 73 void DisplayAnalyzer::postEvent(Event& e) in postEvent() argument 76 mPendingEvents.add(e); in postEvent() 79 bool DisplayAnalyzer::getEvent(Event& e) in getEvent() argument 85 e = mPendingEvents[0]; in getEvent() 94 Event e; in handlePendingEvents() local 95 if (!getEvent(e)) { in handlePendingEvents() [all …]
|
D | DisplayAnalyzer.h | 51 inline void postEvent(Event& e); 52 inline bool getEvent(Event& e);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | gen_scalers.c | 41 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_4_scale_c() local 52 e = src[4]; in vp8_horizontal_line_5_4_scale_c() 57 des[3] = (unsigned char)((d * 64 + e * 192 + 128) >> 8); in vp8_horizontal_line_5_4_scale_c() 73 unsigned int a, b, c, d, e; in vp8_vertical_band_5_4_scale_c() local 83 e = src[4 * src_pitch]; in vp8_vertical_band_5_4_scale_c() 88 des[3 * dest_pitch] = (unsigned char)((d * 64 + e * 192 + 128) >> 8); in vp8_vertical_band_5_4_scale_c() 122 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_3_scale_c() local 133 e = src[4]; in vp8_horizontal_line_5_3_scale_c() 137 des[2] = (unsigned char)((d * 171 + e * 85 + 128) >> 8); in vp8_horizontal_line_5_3_scale_c() 151 unsigned int a, b, c, d, e; in vp8_vertical_band_5_3_scale_c() local [all …]
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit.cpp | 156 struct mdp_blit_req *e, in set_rects() argument 165 e->dst_rect.x = clip.l; in set_rects() 166 e->dst_rect.y = clip.t; in set_rects() 167 e->dst_rect.w = clip.r - clip.l; in set_rects() 168 e->dst_rect.h = clip.b - clip.t; in set_rects() 174 e->src_rect.w = (clip.b - clip.t); in set_rects() 175 e->src_rect.h = (clip.r - clip.l); in set_rects() 181 e->src_rect.w = (clip.r - clip.l); in set_rects() 182 e->src_rect.h = (clip.b - clip.t); in set_rects() 187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects() [all …]
|
/hardware/intel/img/libdrm/tests/ |
D | drmtest.c | 59 struct udev_enumerate *e; in drm_open_matching() local 72 e = udev_enumerate_new(udev); in drm_open_matching() 73 udev_enumerate_add_match_subsystem(e, "drm"); in drm_open_matching() 74 udev_enumerate_scan_devices(e); in drm_open_matching() 75 udev_list_entry_foreach(entry, udev_enumerate_get_list_entry(e)) { in drm_open_matching() 96 udev_enumerate_unref(e); in drm_open_matching()
|
/hardware/qcom/display/msm8974/libcopybit/ |
D | copybit.cpp | 159 struct mdp_blit_req *e, in set_rects() argument 168 e->dst_rect.x = clip.l; in set_rects() 169 e->dst_rect.y = clip.t; in set_rects() 170 e->dst_rect.w = clip.r - clip.l; in set_rects() 171 e->dst_rect.h = clip.b - clip.t; in set_rects() 177 e->src_rect.w = (clip.b - clip.t); in set_rects() 178 e->src_rect.h = (clip.r - clip.l); in set_rects() 184 e->src_rect.w = (clip.r - clip.l); in set_rects() 185 e->src_rect.h = (clip.b - clip.t); in set_rects() 190 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects() [all …]
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalCooling.java | 117 Log.e(TAG, "mParser NewInstance Exception"); in ThermalParser() 130 Log.e(TAG, "mParser setInput XmlPullParserException"); in ThermalParser() 131 } catch (FileNotFoundException e) { in ThermalParser() 132 Log.e(TAG, "mParser setInput FileNotFoundException"); in ThermalParser() 150 } catch (IOException e) { in parse() 198 } catch (IOException e) { in parse() 199 Log.i(TAG, "IOException caught in parse():" + e.getMessage()); in parse() 209 } catch (IOException e) { in parse() 232 Log.e(TAG, "XmlPullParserException:" + xppe.getMessage()); in processMetaTag() 235 Log.e(TAG, "IOException:" + ioe.getMessage()); in processMetaTag() [all …]
|
D | ThermalUtils.java | 52 } catch (UnsatisfiedLinkError e) { in readSysfs() 61 } catch (UnsatisfiedLinkError e) { in readSysfsTemp() 70 } catch (UnsatisfiedLinkError e) { in writeSysfs() 79 } catch (UnsatisfiedLinkError e) { in getThermalZoneIndex() 88 } catch (UnsatisfiedLinkError e) { in getThermalZoneIndexContains() 97 } catch (UnsatisfiedLinkError e) { in getCoolingDeviceIndex() 106 } catch (UnsatisfiedLinkError e) { in getCoolingDeviceIndexContains() 115 } catch (UnsatisfiedLinkError e) { in isFileExists()
|
D | ThermalService.java | 125 } catch (SecurityException e) { in ThermalParser() 126 Log.e(TAG, "SecurityException caught in ThermalParser"); in ThermalParser() 127 } catch (IllegalArgumentException e) { in ThermalParser() 128 Log.e(TAG, "IllegalArgumentException caught in ThermalParser"); in ThermalParser() 130 Log.e(TAG, "XmlPullParserException caught in ThermalParser"); in ThermalParser() 143 } catch (FileNotFoundException e) { in ThermalParser() 144 Log.e(TAG, "FileNotFoundException Exception in ThermalParser()"); in ThermalParser() 145 } catch (XmlPullParserException e) { in ThermalParser() 146 Log.e(TAG, "XmlPullParserException Exception in ThermalParser()"); in ThermalParser() 167 } catch (IOException e) { in parse() [all …]
|
D | ThermalManager.java | 631 Log.e(TAG, "ZoneCoolerBindMap null while setBucketSizeForProfiles"); in setBucketSizeForProfiles() 636 Log.e(TAG, "CoolerBindingInfo for zoneid:" + zone.getZoneId() + "not mapped"); in setBucketSizeForProfiles() 688 } catch (java.lang.IllegalArgumentException e) { in readShutdownNotiferProperties() 689 Log.e(TAG, "exception caught in reading thermal system properties"); in readShutdownNotiferProperties() 708 } catch (NoSuchElementException e) { in initializeZoneCriticalPendingMap()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.cpp | 162 struct mdp_blit_req *e, in set_rects() argument 169 e->dst_rect.x = clip.l; in set_rects() 170 e->dst_rect.y = clip.t; in set_rects() 171 e->dst_rect.w = clip.r - clip.l; in set_rects() 172 e->dst_rect.h = clip.b - clip.t; in set_rects() 178 e->src_rect.w = (clip.b - clip.t); in set_rects() 179 e->src_rect.h = (clip.r - clip.l); in set_rects() 185 e->src_rect.w = (clip.r - clip.l); in set_rects() 186 e->src_rect.h = (clip.b - clip.t); in set_rects() 191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects() [all …]
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.cpp | 162 struct mdp_blit_req *e, in set_rects() argument 169 e->dst_rect.x = clip.l; in set_rects() 170 e->dst_rect.y = clip.t; in set_rects() 171 e->dst_rect.w = clip.r - clip.l; in set_rects() 172 e->dst_rect.h = clip.b - clip.t; in set_rects() 178 e->src_rect.w = (clip.b - clip.t); in set_rects() 179 e->src_rect.h = (clip.r - clip.l); in set_rects() 185 e->src_rect.w = (clip.r - clip.l); in set_rects() 186 e->src_rect.h = (clip.b - clip.t); in set_rects() 191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects() [all …]
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/ |
D | Registry.cpp | 53 #define ASSERT_STATIC(e) do { enum { assert_static__ = 1 / (e) }; } while (0) argument 445 int e; in mcRegistryCleanupTrustlet() local 457 if (0 != (e = remove(dname.c_str()))) { in mcRegistryCleanupTrustlet() 458 LOG_E("remove UUID-data %s failed! error: %d", dname.c_str(), e); in mcRegistryCleanupTrustlet() 464 if (0 != (e = rmdir(pathname.c_str()))) { in mcRegistryCleanupTrustlet() 465 LOG_E("remove UUID-dir failed! errno: %d", e); in mcRegistryCleanupTrustlet() 471 if (0 != (e = remove(tlBinFilePath.c_str()))) { in mcRegistryCleanupTrustlet() 472 LOG_E("remove Tlb failed! errno: %d", e); in mcRegistryCleanupTrustlet() 477 if (0 != (e = remove(tlContFilePath.c_str()))) { in mcRegistryCleanupTrustlet() 478 LOG_E("remove Tlc failed! errno: %d", e); in mcRegistryCleanupTrustlet() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | all_builds.py | 56 configs += ["%s --enable-%s" % (base_command, e) for e in experiments] 59 my_configs = [e[0] for e in my_configs]
|
/hardware/libhardware/tests/camera2/ |
D | CameraBurstTests.cpp | 499 int64_t e; in TEST_F() local 505 e = minExp; in TEST_F() 508 while (e < maxExp) { in TEST_F() 509 expList.push_back(e); in TEST_F() 512 e = e * 2; in TEST_F() 514 e = maxExp; in TEST_F() 515 expList.push_back(e); in TEST_F() 521 e = 30 * MSEC; in TEST_F() 526 expList.push_back(e > d ? d : e); in TEST_F() 534 e = 30 * MSEC; in TEST_F() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 419 punpckhdq xmm5, xmm6 ; 8e 9e ae be ce de ee fe 487 punpckhdq xmm5, xmm6 ; 0e 1e 2e 3e 4e 5e 6e 7e 656 punpckhdq xmm5, xmm6 ; 8e 9e ae be ce de ee fe 724 punpckhdq xmm5, xmm6 ; 0e 1e 2e 3e 4e 5e 6e 7e
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymv.c | 144 int s, z, c, o, d, e, f; in inc_mv_component() local 155 e = (o & 1); /* high precision mv data */ in inc_mv_component() 160 comp_counts->class0_hp[e] += usehp * incr; in inc_mv_component() 167 comp_counts->hp[e] += usehp * incr; in inc_mv_component()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | args.h | 42 #define ARG_DEF_ENUM(s,l,v,d,e) {s,l,v,d,e} argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvreader.cpp | 35 const errno_t e = fopen_s(&m_file, fileName, "rb"); in Open() local 37 if (e) in Open()
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
D | OMX_TI_Debug.h | 564 int e=0; in mymalloc() local 571 while((lines[e]!=0)&& (e<(mem_array_size - 1)) ){ in mymalloc() 572 e++; in mymalloc() 574 arr[e]=p; in mymalloc() 575 lines[e]=line; in mymalloc() 576 bytes[e]=size; in mymalloc() 577 strcpy(file[e],s); in mymalloc() 579 "Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); in mymalloc()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 3480 struct mdp_blit_req *e; in render_fb() local 3494 e = &img.list.req[0]; in render_fb() 3528 e->src.width = portFmt.format.video.nStride; in render_fb() 3529 e->src.height = portFmt.format.video.nSliceHeight; in render_fb() 3530 e->src.format = MDP_Y_CBCR_H2V2; in render_fb() 3531 e->src.offset = pPMEMInfo->offset; in render_fb() 3533 e->src.memory_id = vheap->getHeapID(); in render_fb() 3535 e->src.memory_id = pPMEMInfo->pmem_fd; in render_fb() 3538 DEBUG_PRINT_ERROR("pmemOffset %d pmemID %d\n",e->src.offset,e->src.memory_id); in render_fb() 3540 e->dst.width = vinfo.xres; in render_fb() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 104 int z, c, o, d, e, f, cost = 0; in build_nmv_component_cost_table() local 110 e = (o & 1); /* high precision mv data */ in build_nmv_component_cost_table() 126 cost += class0_hp_cost[e]; in build_nmv_component_cost_table() 128 cost += hp_cost[e]; in build_nmv_component_cost_table()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 3936 struct mdp_blit_req *e; in render_fb() local 3949 e = &img.list.req[0]; in render_fb() 3981 e->src.width = portFmt.format.video.nStride; in render_fb() 3982 e->src.height = portFmt.format.video.nSliceHeight; in render_fb() 3983 e->src.format = MDP_Y_CBCR_H2V2; in render_fb() 3984 e->src.offset = pPMEMInfo->offset; in render_fb() 3986 e->src.memory_id = vheap->getHeapID(); in render_fb() 3988 e->src.memory_id = pPMEMInfo->pmem_fd; in render_fb() 3991 DEBUG_PRINT_ERROR("pmemOffset %d pmemID %d\n",e->src.offset,e->src.memory_id); in render_fb() 3993 e->dst.width = vinfo.xres; in render_fb() [all …]
|