Searched refs:src_frame (Results 1 – 3 of 3) sorted by relevance
33 u8 *src_frame; member283 if (sel->which == V4L2_SUBDEV_FORMAT_ACTIVE && vsca->src_frame) in vimc_sca_set_selection()313 if (vsca->src_frame) in vimc_sca_s_stream()327 vsca->src_frame = vmalloc(frame_size); in vimc_sca_s_stream()328 if (!vsca->src_frame) in vimc_sca_s_stream()332 if (!vsca->src_frame) in vimc_sca_s_stream()335 vfree(vsca->src_frame); in vimc_sca_s_stream()336 vsca->src_frame = NULL; in vimc_sca_s_stream()358 u8 *walker = vsca->src_frame; in vimc_sca_fill_src_frame()386 if (!vsca->src_frame) in vimc_sca_process_frame()[all …]
38 u8 *src_frame; member263 if (vdeb->src_frame) in vimc_deb_set_fmt()329 vdeb->src_frame[index + i] = rgb[i]; in vimc_deb_process_rgb_frame()346 if (vdeb->src_frame) in vimc_deb_s_stream()366 vdeb->src_frame = vmalloc(frame_size); in vimc_deb_s_stream()367 if (!vdeb->src_frame) in vimc_deb_s_stream()371 if (!vdeb->src_frame) in vimc_deb_s_stream()374 vfree(vdeb->src_frame); in vimc_deb_s_stream()375 vdeb->src_frame = NULL; in vimc_deb_s_stream()503 if (!vdeb->src_frame) in vimc_deb_process_frame()[all …]
251 struct fimc_frame *src_frame = &ctx->s_frame; in fimc_hw_set_scaler() local279 switch (src_frame->fmt->color) { in fimc_hw_set_scaler()
Completed in 7 milliseconds