Home
last modified time | relevance | path

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

12

/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.cpp136 format->debugString().c_str()); in doProfileCodecs()
DMediaCodecSource.cpp529 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
859 ALOGV("got msg '%s' after encoder shutdown.", msg->debugString().c_str()); in onMessageReceived()
DMediaCodec.cpp2104 mInputFormat->debugString(4).c_str(), in onMessageReceived()
2105 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
2142 mInputFormat->debugString(4).c_str(), in onMessageReceived()
2143 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
2295 mComponentName.c_str(), mOutputFormat->debugString(4).c_str()); in onMessageReceived()
DFrameDecoder.cpp510 outputFormat->debugString().c_str()); in onOutputReceived()
DACodec.cpp3764 mInputFormat->debugString(4).c_str(), mOutputFormat->debugString(4).c_str()); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace()
5165 notify->debugString().c_str()); in getPortFormat()
5574 changes->debugString(4).c_str(), to->debugString(4).c_str()); in onOutputFormatChanged()
5772 msg->debugString().c_str()); in checkOMXMessage()
5780 msg->debugString().c_str(), generation, mCodec->mNodeGeneration); in checkOMXMessage()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h69 std::string debugString(size_t indent = 0) const;
DCCodecConfig.cpp1035 std::string config = reflected.debugString(); in updateFormats()
1279 ALOGD("found invalid HDR static metadata %s", msg->debugString(8).c_str()); in getSdkFormatForDomain()
1284 ALOGV("converted to SDK values as %s", msg->debugString().c_str()); in getSdkFormatForDomain()
1515 ALOGV("filtered %s to %s", params->debugString(4).c_str(), in getReflectedFormat()
1516 filtered.debugString(4).c_str()); in getReflectedFormat()
1530 ALOGD("no recognized params in: %s", params.debugString().c_str()); in getConfigUpdateFromSdkParams()
DCCodec.cpp1037 config->mInputFormat->debugString().c_str(), in configure()
1038 config->mOutputFormat->debugString().c_str()); in configure()
1173 config->mInputFormat->debugString().c_str()); in setupInputSurface()
DReflectedParamUpdater.cpp37 std::string ReflectedParamUpdater::Dict::debugString(size_t indent_) const { in debugString() function in android::ReflectedParamUpdater::Dict
DCCodecBuffers.cpp906 mName, mFormat->debugString().c_str()); in realloc()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp415 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
425 err, nativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
715 ALOGV("setParameters: %s", nativeParams->debugString(0).c_str()); in AMediaCodec_setParameters()
/frameworks/av/cmds/stagefright/
Dmuxer.cpp104 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str()); in muxing()
Dcodec.cpp303 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str()); in decode()
Dmediafilter.cpp624 format->debugString().c_str()); in decode()
Dstagefright.cpp773 printf(" details: %s\n", caps->getDetails()->debugString(6).c_str()); in dumpCodecDetails()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h173 AString debugString(int32_t indent = 0) const;
/frameworks/av/media/codec2/sfplugin/tests/
DMediaCodec_sanity_test.cpp340 … EXPECT_EQ(ocolor, xcolor) << ofmt->debugString(8).c_str() << buf->meta()->debugString(8).c_str(); in TEST_P()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp416 msg->debugString().c_str()); in onMessageReceived()
DNuPlayerDecoder.cpp139 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp541 AString AMessage::debugString(int32_t indent) const { in debugString() function in android::AMessage
621 item.u.refValue)->debugString( in debugString()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp194 ALOGE("Message not handled:\n%s", msg->debugString().c_str()); in onMessageReceived()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp81 ALOGD("component not yet set; msg = %s", msg->debugString().c_str()); in onMessageReceived()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp612 FLOGV("resumeUntilAsync: params=%s", params->debugString().c_str()); in resumeUntilAsync()

12