/frameworks/av/media/libstagefright/ |
D | AHierarchicalStateMachine.cpp | 71 msg->debugString().c_str()); in handleMessage()
|
D | MediaCodecListOverrides.cpp | 136 format->debugString().c_str()); in doProfileCodecs()
|
D | MediaCodecSource.cpp | 529 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()
|
D | MediaCodec.cpp | 2011 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()
|
D | FrameDecoder.cpp | 510 outputFormat->debugString().c_str()); in onOutputReceived()
|
D | ACodec.cpp | 3756 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/ |
D | ReflectedParamUpdater.h | 69 std::string debugString(size_t indent = 0) const;
|
D | CCodecConfig.cpp | 1036 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()
|
D | CCodec.cpp | 1025 config->mInputFormat->debugString().c_str(), in configure() 1026 config->mOutputFormat->debugString().c_str()); in configure() 1161 config->mInputFormat->debugString().c_str()); in setupInputSurface()
|
D | ReflectedParamUpdater.cpp | 37 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/ |
D | AMessage.h | 171 AString debugString(int32_t indent = 0) const;
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 409 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/ |
D | muxer.cpp | 104 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str()); in muxing()
|
D | codec.cpp | 303 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str()); in decode()
|
D | mediafilter.cpp | 624 format->debugString().c_str()); in decode()
|
D | stagefright.cpp | 774 printf(" details: %s\n", caps->getDetails()->debugString(6).c_str()); in dumpCodecDetails()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | MediaCodec_sanity_test.cpp | 340 … EXPECT_EQ(ocolor, xcolor) << ofmt->debugString(8).c_str() << buf->meta()->debugString(8).c_str(); in TEST_P()
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2DecoderPassThrough.cpp | 415 msg->debugString().c_str()); in onMessageReceived()
|
D | NuPlayer2Decoder.cpp | 136 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/ |
D | NuPlayerDecoderPassThrough.cpp | 416 msg->debugString().c_str()); in onMessageReceived()
|
D | NuPlayerDecoder.cpp | 139 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str()); in onMessageReceived()
|
/frameworks/av/media/libstagefright/foundation/ |
D | AMessage.cpp | 538 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/ |
D | MediaFilter.cpp | 194 ALOGE("Message not handled:\n%s", msg->debugString().c_str()); in onMessageReceived()
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 81 ALOGD("component not yet set; msg = %s", msg->debugString().c_str()); in onMessageReceived()
|
/frameworks/av/media/libmedia/ |
D | NdkWrapper.cpp | 842 ALOGV("OnFormatChangedCB: format(%s)", outputFormat->debugString().c_str()); in OnFormatChangedCB()
|