Searched refs:mIsVideo (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 463 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 …]
|
D | MPEG4Writer.cpp | 328 bool mIsVideo; member in android::MPEG4Writer::Track 2262 mIsVideo = !strncasecmp(mime, "video/", 6); in Track() 2270 if (mIsVideo) { in Track() 2383 if (!mIsVideo) { in addOneCttsTableEntry() 2963 if ((mIsVideo || mIsHeif) && params && in start() 3521 } else if (mIsVideo) { in threadEntry() 3643 if (!mIsVideo && !mIsAudio && !mIsHeif && in threadEntry() 3758 if (mIsVideo && !mGotStartKeyFrame && !isSync) { in threadEntry() 3763 if (mIsVideo && isSync) { in threadEntry() 3809 if (mIsVideo) { in threadEntry() [all …]
|
D | ACodec.cpp | 583 mIsVideo(false), in ACodec() 1803 mIsVideo = !strncasecmp(mime, "video/", 6); in configureCodec() 1820 if (mIsVideo || mIsImage) { in configureCodec() 1877 if (encoder && mIsVideo in configureCodec() 1903 if (encoder && mIsVideo) { in configureCodec() 1938 if (encoder && (mIsVideo || mIsImage)) { in configureCodec() 1960 && obj != NULL && mIsVideo && !encoder; in configureCodec() 1962 if (mIsVideo && !encoder) { in configureCodec() 2138 if (mIsVideo || mIsImage) { in configureCodec() 2448 err = setOperatingRate(rateFloat, mIsVideo); in configureCodec() [all …]
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecSource.h | 48 bool isVideo() const { return mIsVideo; } in isVideo() 132 bool mIsVideo; member
|
D | ACodec.h | 290 bool mIsVideo; member
|
/frameworks/av/media/module/mpeg2ts/ |
D | AnotherPacketSource.cpp | 42 mIsVideo(false), in AnotherPacketSource() 62 mIsVideo = false; in setFormat() 75 mIsVideo = true; in setFormat() 282 if (mIsVideo) { in wasFormatChange()
|
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/ |
D | AnotherPacketSource.h | 115 bool mIsVideo; member
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | MyHandler.h | 1524 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/ |
D | Notification.java | 10412 private boolean mIsVideo; field in Notification.Builder.CallStyle 10511 mIsVideo = isVideo; in setIsVideo() 10654 mIsVideo ? R.drawable.ic_call_answer_video : R.drawable.ic_call_answer, in makeAnswerAction() 10655 mIsVideo ? R.string.call_notification_answer_video_action in makeAnswerAction() 10831 extras.putBoolean(EXTRA_CALL_IS_VIDEO, mIsVideo); in addExtras() 10874 mIsVideo = extras.getBoolean(EXTRA_CALL_IS_VIDEO); in restoreFromExtras()
|