Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkYUVAInfo.cpp42 int planeIdx) { in PlaneSubsamplingFactors() argument
44 planeIdx < 0 || in PlaneSubsamplingFactors()
45 planeIdx > NumPlanes(planeConfig)) { in PlaneSubsamplingFactors()
56 isSubsampledPlane = planeIdx == 1 || planeIdx == 2; in PlaneSubsamplingFactors()
63 isSubsampledPlane = planeIdx == 1; in PlaneSubsamplingFactors()
/third_party/skia/include/core/
DSkYUVAInfo.h104 static std::tuple<int, int> PlaneSubsamplingFactors(PlaneConfig, Subsampling, int planeIdx);
159 std::tuple<int, int> planeSubsamplingFactors(int planeIdx) const { in planeSubsamplingFactors() argument
160 return PlaneSubsamplingFactors(fPlaneConfig, fSubsampling, planeIdx); in planeSubsamplingFactors()
/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp264 for (int planeIdx = 0; planeIdx < numPlanes; ++planeIdx) { in onMakeProgramImpl() local
269 if (yuvPlane == planeIdx) { in onMakeProgramImpl()
280 this->invokeChild(planeIdx, args, sampleCoords).c_str(), in onMakeProgramImpl()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DImageTest.cpp496 for (size_t planeIdx = 0; planeIdx < data.size(); planeIdx++) in writeAHBData() local
498 const AHBPlaneData &planeData = data[planeIdx]; in writeAHBData()
499 const AHardwareBuffer_Plane &plane = planeInfo.planes[planeIdx]; in writeAHBData()
501 size_t planeHeight = (isYUV && planeIdx > 0) ? (height / 2) : height; in writeAHBData()
502 size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in writeAHBData()
805 for (size_t planeIdx = 0; planeIdx < data.size(); planeIdx++) in verifyResultAHB() local
807 const AHBPlaneData &planeData = data[planeIdx]; in verifyResultAHB()
808 const AHardwareBuffer_Plane &plane = planeInfo.planes[planeIdx]; in verifyResultAHB()
810 const size_t planeHeight = (isYUV && planeIdx > 0) ? (height / 2) : height; in verifyResultAHB()
811 const size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in verifyResultAHB()
[all …]