Home
last modified time | relevance | path

Searched refs:cost (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dintra_est.cpp435 int cost; in find_cost_16x16() local
441 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_Vertical], *min_cost); in find_cost_16x16()
442 if (cost < *min_cost) in find_cost_16x16()
444 *min_cost = cost; in find_cost_16x16()
455 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_Horizontal], *min_cost); in find_cost_16x16()
456 if (cost < *min_cost) in find_cost_16x16()
458 *min_cost = cost; in find_cost_16x16()
466 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_DC], *min_cost); in find_cost_16x16()
467 if (cost < *min_cost) in find_cost_16x16()
469 *min_cost = cost; in find_cost_16x16()
[all …]
Dfindhalfpel.cpp595 int cost; in SATD_MB() local
599 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL); in SATD_MB()
601 return cost; in SATD_MB()
Davcenc_lib.h380 void cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost);
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h47 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost,
49 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys,
113 ClientDescriptor<KEY, VALUE>::ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, in ClientDescriptor() argument
115 mValue{value}, mCost{cost}, mConflicting{conflictingKeys}, mPriority{priority},
119 ClientDescriptor<KEY, VALUE>::ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, in ClientDescriptor() argument
121 mKey{std::forward<KEY>(key)}, mValue{std::forward<VALUE>(value)}, mCost{cost}, in ClientDescriptor()
385 int32_t cost = client->getCost(); in wouldEvictLocked() local
389 int64_t totalCost = getCurrentCostLocked() + cost; in wouldEvictLocked()
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd32 <p>In most cases a Wi-Fi radio will offer greater bandwidth at a significantly lower battery cost. …
38 …ss radio, higher bandwidth generally comes at the price of higher battery cost. Meaning that LTE t…
42 …er the same time. Perhaps less intuitively, because the tail-time battery cost is relatively highe…
44 <p>For example, if an LTE radio is has double the bandwidth and double the energy cost of 3G, you s…
Dredundant_redundant.jd85 …s can validate their freshness from the server, eliminating the bandwidth cost associated with the…
Defficient-network-access.jd84 …prefetch for around 6 seconds (approximately 1-2 Mb) before the potential cost of downloading unus…
116 …eep the radio powered on indefinitely, resulting in a significant battery cost for almost no actua…
130 …te scheduled to occur after the set interval. This approach mitigates the cost of performing a reg…
Dregular_updates.jd91 <p>The cost of initiating a network connection is the same whether you are able to contact your ser…
/frameworks/base/docs/html/distribute/analyze/
Dimprove-roi.jd12 convert over time &mdash; and that it's being done cost efficiently.
22 the highest value, measuring cost per download is only a partial view.
27 unbiased view of the performance of each network: from cost per download to
74 consideration more than just the cost per install. In the example, all the
Dunderstand-user-value.jd115 campaigns. If your cost to acquire a new user is higher than the average value over time,
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt41 surface has been updated, but it comes at the cost of doing potentially
DEGL_ANDROID_recordable.txt132 this config for normal window rendering would not have any added cost.
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp238 int cost = 100; in onFirstRef() local
244 cost = info.resource_cost; in onFirstRef()
257 mCameraStates.emplace(cameraId, std::make_shared<CameraState>(cameraId, cost, in onFirstRef()
2314 CameraService::CameraState::CameraState(const String8& id, int cost, in CameraState() argument
2316 mStatus(ICameraServiceListener::STATUS_PRESENT), mCost(cost), mConflicting(conflicting) {} in CameraState()
2398 int32_t cost = i->getCost(); in toString() local
2411 PRId32 ", ", key.string(), cost, pid, priority); in toString()
2432 const String8& key, const sp<BasicClient>& value, int32_t cost, in makeClientDescriptor() argument
2436 key, value, cost, conflictingKeys, priority, ownerId); in makeClientDescriptor()
DCameraService.h398 int32_t cost, const std::set<String8>& conflictingKeys, int32_t priority,
427 CameraState(const String8& id, int cost, const std::set<String8>& conflicting);
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd2 …ion=Best practices on how to optimize Android apps for low- and no-bandwidth and low-cost devices.
22 <h2><a href="#cost">Data Cost</a></h2>
300 common densities</a>, especially in lower-cost devices. Testing on
406 <h4 id="memory-footprint">Reduce memory footprint on low-cost devices</h4>
464 <!-- cost -->
466 <h2 id="cost">Data Cost</h2>
468 <p>Data plans in some countries can cost upwards of 10% of monthly income.
531 <li>Low-cost devices often come with little on-device storage. Users can
592 data-query="collection:distribute/essentials/billionsquality/cost"
719 <h4 id="content-60fps">Target 60 frames per second on low-cost devices</h4>
[all …]
/frameworks/base/docs/html/preview/features/
Ddata-saver.jd36 Over the life of a smartphone, the cost of a cellular data plan can easily
37 exceed the cost of the device itself. In the N Developer Preview, users can
/frameworks/base/docs/html/distribute/stories/games/
Dg4a-indian-rummy.jd60 …G4A found that the cost per translation was much lower with the App Translation Service compared t…
/frameworks/base/docs/html/distribute/users/
Dbuild-buzz.jd103 Cross promoting, or house ads, is a great cost effective way to get users to
217 to drive installs of your app at a target cost-per-acquisition (CPA). You
Dpromote-with-ads.jd102 work out an appropriate cost-per-install that you’re willing to pay.
/frameworks/base/docs/html/training/performance/battery/network/
Danalyze-data.jd32 On mobile devices, there is a significant cost associated with starting up the radio
189 Allow System to Check for Connectivity</a> - Avoid the battery cost of running your app just
Daction-app-traffic.jd46 power cost of turning on the radio just once, and still get all the data requested by an app.
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd230 the cost of getting the array length once for every iteration through the
355 there's a cost associated with the Java-native transition, and the JIT can't
/frameworks/base/docs/html/distribute/tools/
Dlocalization-checklist.jd504 get an idea of cost and turnaround time. Make sure to include multiple
505 iterations in the cost. You can find translation vendors online or use
822 budget you can support, but in general it's cost-effective and productive to
/frameworks/base/docs/html/distribute/googleplay/
Ddeveloper-console.jd132 Simply set a budget and cost per acquisition and Google takes care of the
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd338 efficiency, but at the cost of accuracy. The value of the trade-off depends on how your
347 with only one of the services reduces battery usage at a potential cost of accuracy.</p>

12