Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/foundation/
DParsedMessage.h38 AString debugString() const;
DAMessage.h167 AString debugString(int32_t indent = 0) const;
/frameworks/av/media/libstagefright/foundation/
DAHierarchicalStateMachine.cpp71 msg->debugString().c_str()); in handleMessage()
DParsedMessage.cpp225 AString ParsedMessage::debugString() const { in debugString() function in android::ParsedMessage
DAMessage.cpp536 AString AMessage::debugString(int32_t indent) const { in debugString() function in android::AMessage
616 item.u.refValue)->debugString( in debugString()
/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()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp233 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
461 ALOGV("setParameters: %s", nativeParams->debugString(0).c_str()); in AMediaCodec_setParameters()
/frameworks/av/media/libstagefright/wifi-display/source/
DConverter.cpp195 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
302 msg->debugString().c_str()); in onMessageReceived()
DPlaybackSession.cpp484 msg->debugString().c_str()); in onMessageReceived()
DWifiDisplaySource.cpp1054 sessionID, data->debugString().c_str()); in onReceiveClientData()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp416 msg->debugString().c_str()); in onMessageReceived()
DNuPlayerDecoder.cpp132 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
/frameworks/av/media/libstagefright/
DMediaCodecListOverrides.cpp138 format->debugString().c_str()); in doProfileCodecs()
DMediaCodecSource.cpp498 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
818 ALOGV("got msg '%s' after encoder shutdown.", msg->debugString().c_str()); in onMessageReceived()
DMediaCodec.cpp1585 mInputFormat->debugString(4).c_str(), in onMessageReceived()
1586 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
1609 mInputFormat->debugString(4).c_str(), in onMessageReceived()
1610 mOutputFormat->debugString(4).c_str()); in onMessageReceived()
1755 mComponentName.c_str(), mOutputFormat->debugString(4).c_str()); in onMessageReceived()
DMediaCodecList.cpp278 caps->getDetails()->debugString().c_str()); in parseTopLevelXMLFile()
DACodec.cpp3649 mInputFormat->debugString(4).c_str(), mOutputFormat->debugString(4).c_str()); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace()
4939 notify->debugString().c_str()); in getPortFormat()
5264 changes->debugString(4).c_str(), to->debugString(4).c_str()); in onOutputFormatChanged()
5456 msg->debugString().c_str()); in checkOMXMessage()
5464 msg->debugString().c_str(), generation, mCodec->mNodeGeneration); in checkOMXMessage()
DUtils.cpp1485 ALOGI("converted %s to:", msg->debugString(0).c_str()); in convertMessageToMetaData()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp194 ALOGE("Message not handled:\n%s", msg->debugString().c_str()); in onMessageReceived()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp595 FLOGV("resumeUntilAsync: params=%s", params->debugString().c_str()); in resumeUntilAsync()
DLiveSession.cpp379 extra == NULL ? "NULL" : extra->debugString().c_str()); in dequeueAccessUnit()