/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecConfig_test.cpp | 331 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F() 333 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F() 337 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F() 339 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F() 343 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F() 345 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F() 371 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F() 374 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F() 378 << "mInputFormat = " << mConfig.mInputFormat->debugString().c_str(); in TEST_F() 380 << "mOutputFormat = " << mConfig.mOutputFormat->debugString().c_str(); in TEST_F() [all …]
|
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/native/libs/binder/ |
D | Stability.cpp | 65 std::string Stability::Category::debugString() { in debugString() function in android::internal::Stability::Category 84 ALOGE("%s: stability is %s", tag.c_str(), stability.debugString().c_str()); in debugLogStability() 160 setting.debugString().c_str(), 161 current.debugString().c_str()); 168 current.debugString().c_str(), 169 setting.debugString().c_str());
|
D | BpBinder.cpp | 267 category.debugString().c_str(), in transact()
|
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
D | TelephonyTimeZoneSuggestionTest.java | 162 String debugString = "This is debug info"; in testParcelable() local 163 suggestion1.addDebugInfo(debugString); in testParcelable() 166 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
|
/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 | MediaCodecList.cpp | 385 componentName.c_str(), format->debugString(2).c_str()); in findMatchingCodecs()
|
D | FrameDecoder.cpp | 617 outputFormat->debugString().c_str()); in onOutputReceived() 624 outputFormat->debugString().c_str()); in onOutputReceived()
|
D | MediaCodec.cpp | 2022 ALOGV("Shaping input: %s", format->debugString(0).c_str()); in shapeMediaFormat() 2033 ALOGD("shapeMediaFormat: deltas(%zu): %s", changeCount, deltas->debugString(2).c_str()); in shapeMediaFormat() 2120 ALOGV("Pre-mapping: %s", format->debugString(2).c_str()); in mapFormat() 2139 ALOGV("Post-mapping: %s", format->debugString(2).c_str()); in mapFormat() 3225 mInputFormat->debugString(4).c_str(), in onMessageReceived() 3226 mOutputFormat->debugString(4).c_str()); in onMessageReceived() 3294 mInputFormat->debugString(4).c_str(), in onMessageReceived() 3295 mOutputFormat->debugString(4).c_str()); in onMessageReceived() 4479 mComponentName.c_str(), mOutputFormat->debugString(4).c_str()); in handleOutputFormatChangeIfNeeded()
|
D | MediaCodecSource.cpp | 545 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str()); in initEncoder() 895 ALOGV("got msg '%s' after encoder shutdown.", msg->debugString().c_str()); in onMessageReceived()
|
/frameworks/native/libs/binder/include/binder/ |
D | Stability.h | 156 std::string debugString();
|
/frameworks/native/include/binder/ |
D | Stability.h | 156 std::string debugString();
|
/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.h | 69 std::string debugString(size_t indent = 0) const;
|
D | CCodecConfig.cpp | 1179 std::string config = reflected.debugString(); in updateFormats() 1498 ALOGD("found invalid HDR static metadata %s", msg->debugString(8).c_str()); in getFormatForDomain() 1515 ALOGV("converted to SDK values as %s", msg->debugString().c_str()); in getFormatForDomain() 1746 ALOGV("filter src msg %s", params->debugString(4).c_str()); in getReflectedFormat() 1747 ALOGV("filter dst params %s", filtered.debugString(4).c_str()); in getReflectedFormat() 1761 ALOGD("no recognized params in: %s", params.debugString().c_str()); in getConfigUpdateFromSdkParams()
|
D | CCodecBuffers.cpp | 286 mName, (long long)entry.timestamp, outputFormat->debugString().c_str()); in popFromStashAndRegister() 1161 mName, mFormat->debugString().c_str()); in realloc()
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 455 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str()); in AMediaCodec_configure() 465 err, nativeFormat->debugString(0).c_str()); in AMediaCodec_configure() 755 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 | 625 format->debugString().c_str()); in decode()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AMessage.h | 176 AString debugString(int32_t indent = 0) const;
|
/frameworks/av/media/libmedia/tests/codeclist/ |
D | CodecListTest.cpp | 221 ALOGV("global settings: %s", globalSettings->debugString(0).c_str()); in TEST()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 416 msg->debugString().c_str()); in onMessageReceived()
|
/frameworks/av/media/libstagefright/foundation/ |
D | AMessage.cpp | 554 AString AMessage::debugString(int32_t indent) const { in debugString() function in android::AMessage 634 item.u.refValue)->debugString( in debugString()
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 81 ALOGD("component not yet set; msg = %s", msg->debugString().c_str()); in onMessageReceived()
|