Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.h33 LOCAL_DESCRIPTIONS = 0x200, enumerator
H A DTextDescriptions.cpp34 } else if (flags & LOCAL_DESCRIPTIONS) { in getParcelOfDescriptions()
38 if (flags & LOCAL_DESCRIPTIONS) { in getParcelOfDescriptions()
/aosp12/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextUnitTest.cpp134 int32_t flag = TextDescriptions::OUT_OF_BAND_TEXT_SRT | TextDescriptions::LOCAL_DESCRIPTIONS; in TEST_P()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp2841 flag |= TextDescriptions::LOCAL_DESCRIPTIONS; in sendTimedTextData()