Home
last modified time | relevance | path

Searched refs:isBackgroundMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h286 bool isBackgroundMode() const;
/frameworks/av/media/libstagefright/
DUtils.cpp1803 int32_t isBackgroundMode; in convertMessageToMetaData() local
1804 if (msg->findInt32("android._background-mode", &isBackgroundMode) && isBackgroundMode != 0) { in convertMessageToMetaData()
1805 meta->setInt32(isBackgroundMode, 1); in convertMessageToMetaData()
DMPEG4Writer.cpp707 int32_t isBackgroundMode; in addSource() local
708 if (meta && meta->findInt32(kKeyBackgroundMode, &isBackgroundMode)) { in addSource()
709 mIsBackgroundMode |= isBackgroundMode; in addSource()
3529 } else if (mOwner->isBackgroundMode()) { in threadEntry()
4248 bool MPEG4Writer::isBackgroundMode() const { in isBackgroundMode() function in android::MPEG4Writer