Searched defs:cost (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp71 // find cost for the current full-pel position
595 int cost; local
599 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL);
601 return cost;
H A Dintra_est.cpp435 int cost; local
441 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_Vertical], *min_cost);
442 if (cost < *min_cost)
444 *min_cost = cost;
455 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_Horizontal], *min_cost);
456 if (cost < *min_cost)
458 *min_cost = cost;
466 cost = cost_i16(orgY, org_pitch, encvid->pred_i16[AVC_I16_DC], *min_cost);
467 if (cost < *min_cost)
469 *min_cost = cost;
495 int cost; local
639 int cost = 0; local
731 uint16 min_cost, cost; local
1289 cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost) argument
1389 int cost, mincost; local
1727 int cost; local
[all...]
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h38 * resource, and the corresponding cost, priority, owner ID, and conflicting keys list used
47 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost,
49 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys,
65 * Return the cost for this descriptor.
113 ClientDescriptor<KEY, VALUE>::ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, argument
115 mValue{value}, mCost{cost}, mConflicting{conflictingKeys}, mPriority{priority},
119 ClientDescriptor<KEY, VALUE>::ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, argument
121 mKey{std::forward<KEY>(key)}, mValue{std::forward<VALUE>(value)}, mCost{cost},
206 * the max cost allowed for this ClientManager, descriptors with non-zero cost, equa
385 int32_t cost = client->getCost(); local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp222 ALOGE("%s: Received error loading camera info for device %d, cost and"
237 // Defaults to use for cost and conflicting devices
238 int cost = 100; local
242 // If using post-2.4 module version, query the cost + conflicting devices from the HAL
244 cost = info.resource_cost;
257 mCameraStates.emplace(cameraId, std::make_shared<CameraState>(cameraId, cost,
2314 CameraService::CameraState::CameraState(const String8& id, int cost, argument
2316 mStatus(ICameraServiceListener::STATUS_PRESENT), mCost(cost), mConflicting(conflicting) {}
2398 int32_t cost = i->getCost(); local
2411 PRId32 ", ", key.string(), cost, pi
2431 makeClientDescriptor( const String8& key, const sp<BasicClient>& value, int32_t cost, const std::set<String8>& conflictingKeys, int32_t priority, int32_t ownerId) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 907 milliseconds