Lines Matching refs:dstBuffer

176     uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes;  in DoFill()  local
178 libyuv::SetPlane(dstBuffer, static_cast<int>(dst.strideBytes), static_cast<int>(dst.cropWidth), in DoFill()
189 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in ConvertFromRGB565() local
199 dstBuffer, dstStrideBytes, // in ConvertFromRGB565()
234 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in ConvertFromYV12() local
248 dstBuffer, dstStrideBytes, width, height); in ConvertFromYV12()
266 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoCopy() local
280 dstBuffer, dstStrideBytes, // in DoCopy()
292 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoRotation() local
302 dstBuffer, dstStrideBytes, // in DoRotation()
311 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoScaling() local
323 return libyuv::ARGBScale(srcBuffer, srcStrideBytes, srcWidth, srcHeight, dstBuffer, in DoScaling()
332 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoAttenuation() local
342 dstBuffer, dstStrideBytes, // in DoAttenuation()
351 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoBlending() local
364 dstBuffer, dstStrideBytes, // in DoBlending()
365 dstBuffer, dstStrideBytes, // in DoBlending()
870 std::uint8_t* dstBuffer, // in composeLayerInto() argument
928 dstBuffer, in composeLayerInto()