Lines Matching defs:index
176 if (code->index >= ARRAY_SIZE(vimc_deb_src_mbus_codes))
179 code->code = vimc_deb_src_mbus_codes[code->index];
181 if (code->index >= ARRAY_SIZE(vimc_deb_pix_map_list))
184 code->code = vimc_deb_pix_map_list[code->index].code;
194 if (fse->index)
322 unsigned int i, index;
325 index = VIMC_FRAME_INDEX(lin, col, vdeb->sink_fmt.width, 3);
329 vdeb->src_frame[index + i] = rgb[i];
332 vdeb->src_frame[index + i] = rgb[2 - i];
454 unsigned int index;
459 index = VIMC_FRAME_INDEX(wlin, wcol,
464 "deb: %s: RGB CALC: frame index %d, win pos %dx%d, color %d\n",
465 vdeb->sd.name, index, wlin, wcol, color);
469 vimc_deb_get_val(&frame[index], vdeb->sink_bpp);