Home
last modified time | relevance | path

Searched refs:LOCAL_DESCRIPTIONS (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/
DTextDescriptions.h33 LOCAL_DESCRIPTIONS = 0x200, enumerator
DTimedText3GPPSource.cpp69 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS; in extractAndAppendLocalDescriptions()
DTextDescriptions.cpp34 } else if (flags & LOCAL_DESCRIPTIONS) { in getParcelOfDescriptions()
38 if (flags & LOCAL_DESCRIPTIONS) { in getParcelOfDescriptions()
DTimedTextSRTSource.cpp273 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS | in extractAndAppendLocalDescriptions()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1894 int32_t flag = TextDescriptions::LOCAL_DESCRIPTIONS; in sendTimedTextData()