Searched refs:mDoviProfile (Results 1 – 1 of 1) sorted by relevance
383 int32_t mDoviProfile; member in android::MPEG4Writer::Track644 if (mDoviProfile == DolbyVisionProfileDvheStn) { in getDoviFourCC()646 } else if (mDoviProfile == DolbyVisionProfileDvheSt) { in getDoviFourCC()648 } else if (mDoviProfile == DolbyVisionProfileDvavSe) { in getDoviFourCC()2232 mDoviProfile(0), in Track()3454 if (!dolbyVisionProfileMap.map(dv_profile, &mDoviProfile)) { in getDolbyVisionProfile()3612 if (mDoviProfile == DolbyVisionProfileDvavSe) { in threadEntry()3614 } else if (mDoviProfile < DolbyVisionProfileDvavSe) { in threadEntry()4500 if (mDoviProfile <= DolbyVisionProfileDvheSt) { in writeVideoFourCCBox()4502 } else if (mDoviProfile == DolbyVisionProfileDvavSe) { in writeVideoFourCCBox()[all …]