Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/foundation/
DParsedMessage.h38 AString debugString() const;
DAMessage.h97 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.cpp424 AString AMessage::debugString(int32_t indent) const { in debugString() function in android::AMessage
504 item.u.refValue)->debugString( in debugString()
/frameworks/av/cmds/stagefright/
Dmuxer.cpp95 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str()); in muxing()
Dcodec.cpp281 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str()); in decode()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp400 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
652 msg->debugString().c_str()); in onMessageReceived()
DMediaCodecList.cpp142 caps->getDetails()->debugString().c_str()); in parseTopLevelXMLFile()
DUtils.cpp575 ALOGI("converted %s to:", msg->debugString(0).c_str()); in convertMessageToMetaData()
DACodec.cpp3593 notify->debugString().c_str()); in getPortFormat()
4158 msg->debugString().c_str()); in onOMXMessage()
/frameworks/av/media/libstagefright/wifi-display/source/
DConverter.cpp194 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder()
301 msg->debugString().c_str()); in onMessageReceived()
DPlaybackSession.cpp483 msg->debugString().c_str()); in onMessageReceived()
DWifiDisplaySource.cpp1050 sessionID, data->debugString().c_str()); in onReceiveClientData()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp406 msg->debugString().c_str()); in onMessageReceived()
DNuPlayerDecoder.cpp79 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp206 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str()); in AMediaCodec_configure()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp237 extra == NULL ? "NULL" : extra->debugString().c_str()); in dequeueAccessUnit()