Lines Matching refs:srcRowBytes
146 const int srcRowBytes = width; in onDecode() local
149 srcRow += sampler.srcY0() * srcRowBytes; in onDecode()
152 srcRow += sampler.srcDY() * srcRowBytes; in onDecode()
175 const int srcRowBytes = width * 3; in onDecode() local
178 srcRow += sampler.srcY0() * srcRowBytes; in onDecode()
181 srcRow += sampler.srcDY() * srcRowBytes; in onDecode()
194 const int srcRowBytes = width * 3; in onDecode() local
197 srcRow += sampler.srcY0() * srcRowBytes; in onDecode()
200 srcRow += sampler.srcDY() * srcRowBytes; in onDecode()
224 const int srcRowBytes = width * 4; in onDecode() local
227 srcRow += sampler.srcY0() * srcRowBytes; in onDecode()
230 srcRow += sampler.srcDY() * srcRowBytes; in onDecode()