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

/frameworks/av/include/media/stagefright/foundation/
H A DParsedMessage.h38 AString debugString() const;
H A DAMessage.h161 AString debugString(int32_t indent = 0) const;
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp71 msg->debugString().c_str());
H A DParsedMessage.cpp225 AString ParsedMessage::debugString() const { function in class:android::ParsedMessage
H A DAMessage.cpp489 AString AMessage::debugString(int32_t indent) const { function in class:android::AMessage
569 item.u.refValue)->debugString(
/frameworks/av/media/libstagefright/
H A DMediaCodecListOverrides.cpp140 ALOGV("doProfileEncoderInputBuffers: format %s", format->debugString().c_str());
193 format->debugString().c_str());
H A DMediaCodecSource.cpp474 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str());
769 ALOGV("got msg '%s' after encoder shutdown.", msg->debugString().c_str());
H A DMediaCodec.cpp1271 mInputFormat->debugString(4).c_str(),
1272 mOutputFormat->debugString(4).c_str());
1295 mInputFormat->debugString(4).c_str(),
1296 mOutputFormat->debugString(4).c_str());
1413 mComponentName.c_str(), mOutputFormat->debugString(4).c_str());
H A DMediaCodecList.cpp253 caps->getDetails()->debugString().c_str());
H A DACodec.cpp3504 mInputFormat->debugString(4).c_str(), mOutputFormat->debugString(4).c_str());
4870 notify->debugString().c_str());
5195 changes->debugString(4).c_str(), to->debugString(4).c_str());
5434 msg->debugString().c_str());
H A DUtils.cpp1424 ALOGI("converted %s to:", msg->debugString(0).c_str());
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp105 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str());
H A Dcodec.cpp301 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str());
H A Dmediafilter.cpp622 format->debugString().c_str());
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp194 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str());
301 msg->debugString().c_str());
H A DPlaybackSession.cpp485 msg->debugString().c_str());
H A DWifiDisplaySource.cpp1056 sessionID, data->debugString().c_str());
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp415 msg->debugString().c_str());
H A DNuPlayerDecoder.cpp108 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str());
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp219 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp186 ALOGE("Message not handled:\n%s", msg->debugString().c_str());
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp545 FLOGV("resumeUntilAsync: params=%s", params->debugString().c_str());
H A DLiveSession.cpp384 extra == NULL ? "NULL" : extra->debugString().c_str());

Completed in 2017 milliseconds