Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DHeifCleanAperture.cpp120 if (clap.width.d <= 0 || clap.height.d <= 0 || clap.horizOff.d <= 0 || clap.vertOff.d <= 0 || in convertCleanApertureToRect()
137 if (!centerX.add(clap.horizOff) || !centerX.subtract(halfW) || !centerX.isInteger() || in convertCleanApertureToRect()
DItemTable.cpp873 mClap.horizOff.n = values[4]; in parse()
874 mClap.horizOff.d = values[5]; in parse()
/frameworks/av/media/module/extractors/mp4/include/
DHeifCleanAperture.h42 Fraction horizOff; member