Searched refs:found (Results 1 - 25 of 94) sorted by path

1234

/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp111 bool found = false; local
119 found = true;
123 if (!found) {
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c276 int found = 0; local
424 ALOGV("EffectGetSubEffects: effect found in the list");
730 // 1 HW and 1 SW sub effect found. Set the offload flag in the Proxy desc
749 int found = 0; local
755 while (e != NULL && !found) {
763 found = 1;
770 if (!found) {
771 ALOGV("findSubEffect() effect not found");
774 ALOGV("findSubEffect() found effect: %s in lib %s", d->name, l->name);
845 int found local
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp2157 bool found = false; local
2188 found = true;
2194 found = true;
2201 found = true;
2208 if (!found) {
2248 // no more formats, pick legacy format if found
H A DAVIExtractor.cpp1025 bool found = false; local
1028 found = true;
1035 if (!found) {
H A DMediaCodec.cpp298 bool found = response->findObject("input-surface", &obj); local
299 CHECK(found);
H A DMediaCodecList.cpp628 static status_t limitFoundMissingAttr(AString name, const char *attr, bool found = true) {
630 (found ? "" : "no "), attr);
681 bool found; local
713 (found = msg->findString("default", &def))) {
714 return limitFoundMissingAttr(name, "default", found);
719 if ((name == "aspect-ratio") ^ (found = msg->findString("in", &in_))) {
720 return limitFoundMissingAttr(name, "in", found);
750 (found = msg->findString("max", &max))) {
751 return limitFoundMissingAttr(name, "max", found);
757 (found
[all...]
H A DOMXCodec.cpp748 bool found = false; local
772 found = true;
784 if (!found) {
788 CODEC_LOGV("found a match.");
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c387 Flag found = 0; local
422 found = 0;
428 found = 0;
435 found = 1;
456 for (m = i + 1; (m < sectionData->noOfSections) && (found == 0); m++) {
464 found = 1;
484 if (found == 0) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c903 HANTRO_NOK failure, no short-term reference frame found that
1124 to be found is identified by picNum and isShortTerm flag.
1128 -1 if the specified picture was not found in the buffer
1138 u32 found = HANTRO_FALSE; local
1144 while (i < dpb->maxRefFrames && !found)
1148 found = HANTRO_TRUE;
1156 while (i < dpb->maxRefFrames && !found)
1160 found = HANTRO_TRUE;
1166 if (found)
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp339 bool found = findInt32("replyID", &tmp); local
341 if (!found) {
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp190 bool found = false; local
198 found = true;
203 if (!found) {
1497 bool found = false; local
1510 found = true;
1517 if (!found) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1065 bool found = false; local
1071 found = true;
1076 if (!found) {
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp275 bool found = false;
298 found = true;
303 CHECK(found);
357 bool found = false;
377 found = true;
382 CHECK(found);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp592 ALOGE("no playback thread found for output handle %d", output);
717 ALOGW("latency(): no playback thread found for output handle %d", output);
1627 ALOGV("getAudioHwSyncForSession found ID %d for session %d",
1679 ALOGV("setAudioHwSyncForSession_l found ID %d for session %d", syncId, sessionId);
2137 ALOGV("closeInput() found thread %d for effect session %d",
2250 ALOGW_IF(caller != getpid_cached, "session id %d not found for pid %d", audioSession, caller);
2284 bool found = false; local
2290 found = true;
2294 if (!found) {
2470 bool found local
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp185 ALOGV("stringToEnum() found %s", table[i].name);
858 bool found = profile->isCompatibleProfile(device, String8(""), samplingRate, local
862 if (found && (mAvailableOutputDevices.types() & profile->mSupportedDevices.types())) {
954 ALOGW("getOutputForAttr() no policy mix found for usage AUDIO_USAGE_VIRTUAL_SOURCE");
1166 // at this stage we should ignore the DIRECT flag as no direct output could be found earlier
1250 ALOGV("\t found BEACON stream");
2128 // - 2 if none found, getDeviceForInputSource() will:
2130 // - 2.2 if none found, default to device selection by policy rules
2137 // - 2 if none found, look for a mix matching the attributes usage
2138 // - 3 if none found, defaul
[all...]
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp285 bool found = false; local
290 found = true;
294 if (!found) {
321 bool found = false; local
326 found = true;
330 if (!found) {
347 bool found = false; local
352 found = true;
356 if (!found) {
368 bool found local
394 bool found = false; local
591 bool found = false; local
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java212 * can not be found.
484 * possibly styled text information, or def if id is 0 or not found.
815 * found in {@link DisplayMetrics}.
836 * found in {@link DisplayMetrics}.
1262 boolean found = mAssets.getResourceValue(id, 0, outValue, resolveRefs);
1263 if (found) {
1285 boolean found = mAssets.getResourceValue(id, density, outValue, resolveRefs);
1286 if (found) {
1496 * used only if defStyleAttr is 0 or can not be found
1599 * @return boolean Returns true if the attribute was found an
[all...]
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DKeyphraseEnrollmentInfo.java97 mParseError = "No enrollment application found";
101 boolean found = false;
120 found = true;
127 if (!found) {
129 mParseError = "No suitable enrollment application found";
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2345 Log.d(TAG, "missed alarms found: " + cursor.getCount());
2401 * given event id, begin time and alarm time. If one is found then this
2422 boolean found = false;
2425 found = true;
2432 return found;
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java235 Log.w(TAG, "No meta-data found for :" + si);
552 // Whether we found the given key.
553 boolean found = false;
563 found = true;
577 if (!found) {
578 // Not found, but the rest of the keys would have been copied
/frameworks/base/core/java/android/text/
H A DAutoText.java106 * of text. Returns null if no correction can be found.
220 boolean found = false;
237 found = true;
242 if (!found) {
/frameworks/base/core/java/android/util/
H A DStateSet.java80 boolean found = false;
95 found = true;
104 if (mustMatch && !found) {
H A DTimeUtils.java61 * Returns null if no suitable zone could be found.
122 boolean found = false;
125 found = true;
129 if (found == false) {
194 Log.d(TAG, "getTimeZone('" + country + "'): found tz.getID=="
/frameworks/base/core/java/android/view/
H A DView.java3677 * defStyleAttr is 0 or can not be found in the theme. Can be 0
6119 * be found.
7291 * can be found.
7385 * @param views Focusable views found so far
7400 * @param views Focusable views found so far or null if all we are interested is
7471 * @param views Touchable views found so far
17025 * @param id the id of the view to be found
17026 * @return the view of the specified id, null if cannot be found
17037 * @param tag the tag of the view to be found
17038 * @return the view of specified tag, null if cannot be found
21100 dumpFlag(HashMap<String, String> found, String name, int value) argument
[all...]
H A DViewDebug.java306 * @return the View to capture from, or null if not found
899 final View found = findView((ViewGroup) view, className, hashCode);
900 if (found != null) {
901 return found;
907 final View found = findView((ViewGroup) view.mOverlay.mOverlayViewGroup,
909 if (found != null) {
910 return found;
914 final View found = ((HierarchyHandler)view)
916 if (found != null) {
917 return found;
[all...]

Completed in 5966 milliseconds

1234