Home
last modified time | relevance | path

Searched refs:NUM_CONTINUOUS_FRAMES (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/staging/media/atomisp/pci/
Dia_css_pipe.h138 struct ia_css_frame *continuous_frames[NUM_CONTINUOUS_FRAMES];
139 struct ia_css_metadata *cont_md_buffers[NUM_CONTINUOUS_FRAMES];
Dsh_css_internal.h79 #define NUM_CONTINUOUS_FRAMES 15 macro
788 ia_css_ptr host2sp_offline_frames[NUM_CONTINUOUS_FRAMES];
789 ia_css_ptr host2sp_offline_metadata[NUM_CONTINUOUS_FRAMES];
803 (NUM_CONTINUOUS_FRAMES * SIZE_OF_HRT_VADDRESS * 2) + \
Dsh_css.c1414 default_css.num_cont_raw_frames = NUM_CONTINUOUS_FRAMES; in ia_css_reset_defaults()
2205 ia_css_frame_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
2207 ia_css_metadata_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
2219 ia_css_frame_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
2221 ia_css_metadata_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
2559 for (i = idx; i < NUM_CONTINUOUS_FRAMES; i++) { in alloc_continuous_frames()
4681 *buffer_depth = NUM_CONTINUOUS_FRAMES; in ia_css_stream_get_max_buffer_depth()
4690 if (buffer_depth > NUM_CONTINUOUS_FRAMES || buffer_depth < 1) in ia_css_stream_set_buffer_depth()
8738 curr_stream->config.target_num_cont_raw_buf = NUM_CONTINUOUS_FRAMES; in ia_css_stream_create()
Dsh_css_sp.c1417 assert(frame_num < NUM_CONTINUOUS_FRAMES); in sh_css_update_host2sp_offline_frame()