Searched refs:planeIdx (Results 1 – 4 of 4) sorted by relevance
42 int planeIdx) { in PlaneSubsamplingFactors() argument44 planeIdx < 0 || in PlaneSubsamplingFactors()45 planeIdx > NumPlanes(planeConfig)) { in PlaneSubsamplingFactors()56 isSubsampledPlane = planeIdx == 1 || planeIdx == 2; in PlaneSubsamplingFactors()63 isSubsampledPlane = planeIdx == 1; in PlaneSubsamplingFactors()
104 static std::tuple<int, int> PlaneSubsamplingFactors(PlaneConfig, Subsampling, int planeIdx);159 std::tuple<int, int> planeSubsamplingFactors(int planeIdx) const { in planeSubsamplingFactors() argument160 return PlaneSubsamplingFactors(fPlaneConfig, fSubsampling, planeIdx); in planeSubsamplingFactors()
264 for (int planeIdx = 0; planeIdx < numPlanes; ++planeIdx) { in onMakeProgramImpl() local269 if (yuvPlane == planeIdx) { in onMakeProgramImpl()280 this->invokeChild(planeIdx, args, sampleCoords).c_str(), in onMakeProgramImpl()
496 for (size_t planeIdx = 0; planeIdx < data.size(); planeIdx++) in writeAHBData() local498 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() local807 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 …]