Home
last modified time | relevance | path

Searched refs:mIsVideo (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp463 mIsVideo(false), in MediaCodecSource()
515 mIsVideo = outputMIME.startsWithIgnoreCase("video/"); in initEncoder()
574 CHECK(mIsVideo); in initEncoder()
654 ALOGV("encoder (%s) reached EOS", mIsVideo ? "video" : "audio"); in signalEOS()
676 ALOGI("encoder (%s) stopped", mIsVideo ? "video" : "audio"); in signalEOS()
680 ALOGI("source (%s) stopped", mIsVideo ? "video" : "audio"); in signalEOS()
734 if (mIsVideo) { in feedEncoderInputBuffers()
764 if (mIsVideo) { in feedEncoderInputBuffers()
815 ALOGI("MediaCodecSource (%s) resuming", mIsVideo ? "video" : "audio"); in onStart()
820 if (mIsVideo) { in onStart()
[all …]
DMPEG4Writer.cpp324 bool mIsVideo; member in android::MPEG4Writer::Track
2210 mIsVideo = !strncasecmp(mime, "video/", 6); in Track()
2216 if (mIsVideo) { in Track()
2329 if (!mIsVideo) { in addOneCttsTableEntry()
2904 if ((mIsVideo || mIsHeic) && params && in start()
3462 } else if (mIsVideo) { in threadEntry()
3584 if (!mIsVideo && !mIsAudio && !mIsHeic && in threadEntry()
3699 if (mIsVideo && !mGotStartKeyFrame && !isSync) { in threadEntry()
3704 if (mIsVideo && isSync) { in threadEntry()
3750 if (mIsVideo) { in threadEntry()
[all …]
DACodec.cpp567 mIsVideo(false), in ACodec()
1740 mIsVideo = !strncasecmp(mime, "video/", 6); in configureCodec()
1757 if (mIsVideo || mIsImage) { in configureCodec()
1814 if (encoder && mIsVideo in configureCodec()
1840 if (encoder && mIsVideo) { in configureCodec()
1875 if (encoder && (mIsVideo || mIsImage)) { in configureCodec()
1897 && obj != NULL && mIsVideo && !encoder; in configureCodec()
1899 if (mIsVideo && !encoder) { in configureCodec()
2075 if (mIsVideo || mIsImage) { in configureCodec()
2385 err = setOperatingRate(rateFloat, mIsVideo); in configureCodec()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h48 bool isVideo() const { return mIsVideo; } in isVideo()
132 bool mIsVideo; member
DACodec.h275 bool mIsVideo; member
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp42 mIsVideo(false), in AnotherPacketSource()
62 mIsVideo = false; in setFormat()
75 mIsVideo = true; in setFormat()
282 if (mIsVideo) { in wasFormatChange()
/frameworks/av/media/libstagefright/mpeg2ts/include/mpeg2ts/
DAnotherPacketSource.h115 bool mIsVideo; member
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DMyHandler.h1524 info->mAllowedStaleAccessUnits = GetMaxAllowedStaleCount(info->mIsVideo); in parsePlayResponse()
1566 bool mIsVideo; member
1651 info->mIsVideo = source->isVideo(); in setupTrack()
1654 info->mAllowedStaleAccessUnits = GetMaxAllowedStaleCount(info->mIsVideo); in setupTrack()
1850 int32_t maxAllowedStaleAccessUnits = GetMaxAllowedStaleCount(track->mIsVideo); in processAccessUnitQueue()
/frameworks/base/core/java/android/app/
DNotification.java9385 private boolean mIsVideo; field in Notification.Builder.CallStyle
9483 mIsVideo = isVideo; in setIsVideo()
9616 mIsVideo ? R.drawable.ic_call_answer_video : R.drawable.ic_call_answer, in makeAnswerAction()
9617 mIsVideo ? R.string.call_notification_answer_video_action in makeAnswerAction()
9793 extras.putBoolean(EXTRA_CALL_IS_VIDEO, mIsVideo); in addExtras()
9836 mIsVideo = extras.getBoolean(EXTRA_CALL_IS_VIDEO); in restoreFromExtras()