Home
last modified time | relevance | path

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

12

/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.cpp2011 mInputFormat->debugString(4).c_str(), in onMessageReceived()
2012 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
2048 mInputFormat->debugString(4).c_str(), in onMessageReceived()
2049 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
2201 mComponentName.c_str(), mOutputFormat->debugString(4).c_str()); in onMessageReceived()
DFrameDecoder.cpp510 outputFormat->debugString().c_str()); in onOutputReceived()
DACodec.cpp3756 mInputFormat->debugString(4).c_str(), mOutputFormat->debugString(4).c_str()); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace()
5134 notify->debugString().c_str()); in getPortFormat()
5543 changes->debugString(4).c_str(), to->debugString(4).c_str()); in onOutputFormatChanged()
5741 msg->debugString().c_str()); in checkOMXMessage()
5749 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.cpp1036 ALOGD("c2 config is %s", reflected.debugString().c_str()); in updateFormats()
1262 ALOGD("found invalid HDR static metadata %s", msg->debugString(8).c_str()); in getSdkFormatForDomain()
1267 ALOGV("converted to SDK values as %s", msg->debugString().c_str()); in getSdkFormatForDomain()
1498 ALOGV("filtered %s to %s", params->debugString(4).c_str(), in getReflectedFormat()
1499 filtered.debugString(4).c_str()); in getReflectedFormat()
1513 ALOGD("no recognized params in: %s", params.debugString().c_str()); in getConfigUpdateFromSdkParams()
DCCodec.cpp1025 config->mInputFormat->debugString().c_str(), in configure()
1026 config->mOutputFormat->debugString().c_str()); in configure()
1161 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
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DAMessage.h171 AString debugString(int32_t indent = 0) const;
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp409 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
419 err, nativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
709 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.cpp774 printf(" details: %s\n", caps->getDetails()->debugString(6).c_str()); in dumpCodecDetails()
/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/libmediaplayer2/nuplayer2/
DNuPlayer2DecoderPassThrough.cpp415 msg->debugString().c_str()); in onMessageReceived()
DNuPlayer2Decoder.cpp136 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
293 ALOGV("[%s] onConfigure (format=%s)", mComponentName.c_str(), format->debugString().c_str()); in onConfigure()
/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.cpp538 AString AMessage::debugString(int32_t indent) const { in debugString() function in android::AMessage
618 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/libmedia/
DNdkWrapper.cpp842 ALOGV("OnFormatChangedCB: format(%s)", outputFormat->debugString().c_str()); in OnFormatChangedCB()

12