Home
last modified time | relevance | path

Searched refs:vf_frame_allocated (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c507 if (stage->vf_frame_allocated) { in pipeline_stage_destroy()
617 stage->vf_frame_allocated = false; in pipeline_stage_create()
642 stage->vf_frame_allocated = true; in pipeline_stage_create()
648 stage->vf_frame_allocated = true; in pipeline_stage_create()
/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h37 bool vf_frame_allocated; member