Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mkv/
DMatroskaExtractor.cpp1982 bool isSetCsdFrom1stFrame = false; in addTracks() local
2018 isSetCsdFrom1stFrame = true; in addTracks()
2030 isSetCsdFrom1stFrame = true; in addTracks()
2047 isSetCsdFrom1stFrame = true; in addTracks()
2076 isSetCsdFrom1stFrame = true; in addTracks()
2257 (!strcmp(mimetype, MEDIA_MIMETYPE_VIDEO_AVC) && isSetCsdFrom1stFrame)) { in addTracks()
2265 (!strcmp(mimetype, MEDIA_MIMETYPE_VIDEO_MPEG2) && isSetCsdFrom1stFrame)) { in addTracks()
2273 (!strcmp(mimetype, MEDIA_MIMETYPE_VIDEO_MPEG4) && isSetCsdFrom1stFrame) || in addTracks()
2274 (!strcmp(mimetype, MEDIA_MIMETYPE_VIDEO_XVID) && isSetCsdFrom1stFrame) || in addTracks()
2275 (!strcmp(mimetype, MEDIA_MIMETYPE_VIDEO_DIVX) && isSetCsdFrom1stFrame) || in addTracks()
[all …]