Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp150 bool mIsDolbyVision; member in android::MPEG4Source
5081 mIsDolbyVision(false), in MPEG4Source()
5124 mIsDolbyVision = !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_DOLBY_VISION); in MPEG4Source()
5151 } else if (mIsDolbyVision) { in MPEG4Source()
6312 if (!mIsAVC && !mIsHEVC && !(mIsDolbyVision && mNALLengthSize) && !mIsAC4) { in read()
6755 if (!mIsAVC && !mIsHEVC && !(mIsDolbyVision && mNALLengthSize)) { in fragmentedRead()