Home
last modified time | relevance | path

Searched refs:debugString (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/av/media/codec2/sfplugin/tests/
DCCodecConfig_test.cpp344 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F()
346 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
350 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F()
352 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
356 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F()
358 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
384 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F()
387 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
391 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F()
393 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F()
[all …]
DMediaCodec_sanity_test.cpp340 … EXPECT_EQ(ocolor, xcolor) << ofmt->debugString(8).c_str() << buf->meta()->debugString(8).c_str(); in TEST_P()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java237 String debugString = mRow.getRoundableState().debugString(); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness() local
239 "If Pulsing is enabled, roundness should be set to 1. Value: " + debugString, in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
244 assertTrue(debugString.contains("Pulsing")); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
252 + mRow.getRoundableState().debugString(), in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
269 String debugString = mRow.getRoundableState().debugString(); in testPulsingRoundness_onHeadsUpStateChanged() local
271 "If Pulsing is enabled, roundness should be set to 1. Value: " + debugString, in testPulsingRoundness_onHeadsUpStateChanged()
276 assertTrue(debugString.contains("Pulsing")); in testPulsingRoundness_onHeadsUpStateChanged()
284 + mRow.getRoundableState().debugString(), in testPulsingRoundness_onHeadsUpStateChanged()
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DTelephonyTimeZoneSuggestionTest.java162 String debugString = "This is debug info"; in testParcelable() local
163 suggestion1.addDebugInfo(debugString); in testParcelable()
166 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
/frameworks/av/media/libstagefright/
DAHierarchicalStateMachine.cpp71 msg->debugString().c_str()); in handleMessage()
DMediaCodecListOverrides.cpp135 format->debugString().c_str()); in doProfileCodecs()
DMediaCodecList.cpp385 componentName.c_str(), format->debugString(2).c_str()); in findMatchingCodecs()
DFrameDecoder.cpp636 outputFormat->debugString().c_str()); in onOutputReceived()
643 outputFormat->debugString().c_str()); in onOutputReceived()
DMediaCodecSource.cpp545 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
895 ALOGV("got msg '%s' after encoder shutdown.", msg->debugString().c_str()); in onMessageReceived()
DMediaCodec.cpp2614 ALOGV("Shaping input: %s", format->debugString(0).c_str()); in shapeMediaFormat()
2625 ALOGD("shapeMediaFormat: deltas(%zu): %s", changeCount, deltas->debugString(2).c_str()); in shapeMediaFormat()
2712 ALOGV("Pre-mapping: %s", format->debugString(2).c_str()); in mapFormat()
2731 ALOGV("Post-mapping: %s", format->debugString(2).c_str()); in mapFormat()
3899 mInputFormat->debugString(4).c_str(), in onMessageReceived()
3900 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
3981 mInputFormat->debugString(4).c_str(), in onMessageReceived()
3982 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
5421 mComponentName.c_str(), mOutputFormat->debugString(4).c_str()); in handleOutputFormatChangeIfNeeded()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h69 std::string debugString(size_t indent = 0) const;
DCCodecConfig.cpp1302 std::string config = reflected.debugString(); in updateFormats()
1621 ALOGD("found invalid HDR static metadata %s", msg->debugString(8).c_str()); in getFormatForDomain()
1654 ALOGV("converted to SDK values as %s", msg->debugString().c_str()); in getFormatForDomain()
1916 ALOGV("filter src msg %s", params->debugString(4).c_str()); in getReflectedFormat()
1917 ALOGV("filter dst params %s", filtered.debugString(4).c_str()); in getReflectedFormat()
1992 ALOGD("no recognized params in: %s", params.debugString().c_str()); in getConfigUpdateFromSdkParams()
DCCodecBuffers.cpp356 mName, (long long)entry.timestamp, outputFormat->debugString().c_str()); in popFromStashAndRegister()
1242 mName, mFormat->debugString().c_str()); in realloc()
DReflectedParamUpdater.cpp37 std::string ReflectedParamUpdater::Dict::debugString(size_t indent_) const { in debugString() function in android::ReflectedParamUpdater::Dict
DCCodec.cpp1530 config->mInputFormat->debugString().c_str()); in configure()
1532 config->mOutputFormat->debugString().c_str()); in configure()
1709 config->mInputFormat->debugString().c_str()); in setupInputSurface()
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAMessage.h181 AString debugString(int32_t indent = 0) const;
/frameworks/av/cmds/stagefright/
Dmuxer.cpp108 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str()); in muxing()
Dcodec.cpp303 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str()); in decode()
/frameworks/av/media/libmedia/tests/codeclist/
DCodecListTest.cpp222 ALOGV("global settings: %s", globalSettings->debugString(0).c_str()); in TEST()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp548 ALOGV("configure with format: %s", dupNativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
558 err, dupNativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
881 ALOGV("setParameters: %s", nativeParams->debugString(0).c_str()); in AMediaCodec_setParameters()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp415 msg->debugString().c_str()); in onMessageReceived()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt434 fun debugString() = buildString { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java369 pw.println(getRoundableState().debugString()); in dump()
/frameworks/av/media/module/foundation/
DAMessage.cpp565 AString AMessage::debugString(int32_t indent) const { in debugString() function in android::AMessage
645 item.u.refValue)->debugString( in debugString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1544 public String debugString() {
1549 + ", roundableState: " + getRoundableState().debugString() + "}";

12