Searched refs:cost (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
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...]
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 Davcenc_lib.h45 \param "coef_cost" "Pointer to the coefficient cost to be filled in and returned."
295 \param "min_cost" "Best inter cost."
323 This function calculate the cost of all I16 modes and compare them to get the minimum.
326 \param "min_cost" "Pointer to the minimal cost so-far."
332 This function calculates the cost of each I16 mode.
336 \param "min_cost" "Minimal cost so-far."
347 \param "min_cost" "Pointer to the minimal cost so-far."
368 \return "Minimal cost, also set currMB->i4Mode"
373 This function calculates the cost of a given I4 prediction mode.
377 \param "cost" "Pointe
[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,
2313 CameraService::CameraState::CameraState(const String8& id, int cost, argument
2315 mStatus(ICameraServiceListener::STATUS_PRESENT), mCost(cost), mConflicting(conflicting) {}
2397 int32_t cost = i->getCost(); local
2410 PRId32 ", ", key.string(), cost, pi
2430 makeClientDescriptor( const String8& key, const sp<BasicClient>& value, int32_t cost, const std::set<String8>& conflictingKeys, int32_t priority, int32_t ownerId) argument
[all...]
H A DCameraService.h398 int32_t cost, const std::set<String8>& conflictingKeys, int32_t priority,
424 * Make a new CameraState and set the ID, cost, and conflicting devices using the values
427 CameraState(const String8& id, int cost, const std::set<String8>& conflicting);
/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 157 milliseconds