Lines Matching refs:index
113 u32 mbus_code = vimc_mbus_code_by_index(code->index);
136 if (fse->index)
401 unsigned int i, j, index;
405 index = VIMC_FRAME_INDEX(lin, col,
408 pixel = &sink_frame[index];
411 "sca: %s: --- scale_pix sink pos %dx%d, index %d ---\n",
412 vsca->sd.name, lin, col, index);
419 index = VIMC_FRAME_INDEX(lin * sca_mult, col * sca_mult,
422 dev_dbg(vsca->ved.dev, "sca: %s: scale_pix src pos %dx%d, index %d\n",
423 vsca->sd.name, lin * sca_mult, col * sca_mult, index);
433 vsca->sd.name, index + j);
435 /* copy the pixel to the position index + j */
436 vimc_sca_fill_pix(&vsca->src_frame[index + j],
440 /* move the index to the next line */
441 index += vsca->src_line_size;