Home
last modified time | relevance | path

Searched refs:raw_output_frame (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h365 struct ia_css_frame *raw_output_frame; member
H A Datomisp_cmd.c2364 if (asd->raw_output_frame) { in atomisp_free_internal_buffers()
2365 ia_css_frame_free(asd->raw_output_frame); in atomisp_free_internal_buffers()
2366 asd->raw_output_frame = NULL; in atomisp_free_internal_buffers()
5498 ia_css_frame_free(asd->raw_output_frame); in atomisp_set_fmt_to_isp()
5499 asd->raw_output_frame = NULL; in atomisp_set_fmt_to_isp()
5503 ia_css_frame_allocate_from_info(&asd->raw_output_frame, in atomisp_set_fmt_to_isp()
H A Datomisp_fops.c1212 raw_virt_addr = asd->raw_output_frame; in atomisp_mmap()