Searched refs:cropX (Results 1 – 1 of 1) sorted by relevance
128 uint32_t cropX; member139 uint32_t height, uint32_t cropX, uint32_t cropY, uint32_t cropWidth, in BufferSpec()145 cropX(cropX), in BufferSpec()176 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in DoFill()187 uint8_t* srcBuffer = src.buffer + src.cropY * src.strideBytes + src.cropX * src.sampleBytes; in ConvertFromRGB565()189 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in ConvertFromRGB565()231 srcY += src.cropY * srcBufferYCbCr.ystride + src.cropX; in ConvertFromYV12()232 srcV += (src.cropY / 2) * srcBufferYCbCr.cstride + (src.cropX / 2); in ConvertFromYV12()233 srcU += (src.cropY / 2) * srcBufferYCbCr.cstride + (src.cropX / 2); in ConvertFromYV12()234 uint8_t* dstBuffer = dst.buffer + dst.cropY * dst.strideBytes + dst.cropX * dst.sampleBytes; in ConvertFromYV12()[all …]