Home | History | Annotate | Download | only in nuplayer

Lines Matching full:c_str

122     ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str());
260 mIsAudio = !strncasecmp("audio/", mime.c_str(), 6);
261 mIsVideoAVC = !strcasecmp(MEDIA_MIMETYPE_VIDEO_AVC, mime.c_str());
265 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get());
268 mCodecLooper, mime.c_str(), false /* encoder */, NULL /* err */, mPid);
275 ALOGI("[%s] creating", mComponentName.c_str());
277 mCodecLooper, mComponentName.c_str(), NULL /* err */, mPid);
282 (secure ? "secure " : ""), mime.c_str());
303 ALOGE("Failed to configure %s decoder (err=%d)", mComponentName.c_str(), err);
315 mStats->setString("mime", mime.c_str());
316 mStats->setString("component-name", mComponentName.c_str());
332 ALOGE("Failed to start %s decoder (err=%d)", mComponentName.c_str(), err);
451 ALOGE("failed to flush %s (err=%d)", mComponentName.c_str(), err);
493 mComponentName.c_str(), error);
501 ALOGE("failed to release %s (err=%d)", mComponentName.c_str(), err);
596 ALOGI("[%s] resubmitting CSD", mComponentName.c_str());
661 mComponentName.c_str(), (long long)timeUs);
886 mComponentName.c_str(), ix, bufferIx);
928 mComponentName.c_str(),
940 mComponentName.c_str(), (long long)resumeAtMediaTimeUs);
979 mComponentName.c_str(), err);
1019 mComponentName.c_str(), err);
1069 if (!strcasecmp(mime.c_str(), MEDIA_MIMETYPE_AUDIO_AAC)) {
1109 bool audio = !strncasecmp(oldMime.c_str(), "audio/", strlen("audio/"));
1120 ALOGV("%s seamless support for %s", seamless ? "yes" : "no", oldMime.c_str());
1133 if (!format->findBuffer(tag.c_str(), &buffer)) {