Lines Matching full:pixel
346 /* Save the bytes per pixel of the sink */ in vimc_sca_s_stream()
386 const u8 *const pixel, in vimc_sca_fill_pix() argument
391 /* copy the pixel to the pointer */ in vimc_sca_fill_pix()
393 ptr[i] = pixel[i]; in vimc_sca_fill_pix()
402 const u8 *pixel; in vimc_sca_scale_pix() local
404 /* Point to the pixel value in position (lin, col) in the sink frame */ in vimc_sca_scale_pix()
408 pixel = &sink_frame[index]; in vimc_sca_scale_pix()
414 /* point to the place we are going to put the first pixel in vimc_sca_scale_pix()
425 /* Repeat this pixel mult times */ in vimc_sca_scale_pix()
428 * pixel repetition in a line in vimc_sca_scale_pix()
435 /* copy the pixel to the position index + j */ in vimc_sca_scale_pix()
437 pixel, vsca->bpp); in vimc_sca_scale_pix()
451 /* Scale each pixel from the original sink frame */ in vimc_sca_fill_src_frame()