Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
A Dia_css_pipe.h126 struct ia_css_frame *continuous_frames[NUM_CONTINUOUS_FRAMES];
127 struct ia_css_metadata *cont_md_buffers[NUM_CONTINUOUS_FRAMES];
A Dsh_css_internal.h71 #define NUM_CONTINUOUS_FRAMES 15 macro
753 ia_css_ptr host2sp_offline_frames[NUM_CONTINUOUS_FRAMES];
754 ia_css_ptr host2sp_offline_metadata[NUM_CONTINUOUS_FRAMES];
768 (NUM_CONTINUOUS_FRAMES * SIZE_OF_HRT_VADDRESS * 2) + \
A Dsh_css.c1293 default_css.num_cont_raw_frames = NUM_CONTINUOUS_FRAMES; in ia_css_reset_defaults()
1942 ia_css_frame_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
1944 ia_css_metadata_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
1956 ia_css_frame_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
1958 ia_css_metadata_free_multiple(NUM_CONTINUOUS_FRAMES, in ia_css_pipe_destroy()
2283 for (i = idx; i < NUM_CONTINUOUS_FRAMES; i++) { in alloc_continuous_frames()
4245 *buffer_depth = NUM_CONTINUOUS_FRAMES; in ia_css_stream_get_max_buffer_depth()
4254 if (buffer_depth > NUM_CONTINUOUS_FRAMES || buffer_depth < 1) in ia_css_stream_set_buffer_depth()
7953 curr_stream->config.target_num_cont_raw_buf = NUM_CONTINUOUS_FRAMES; in ia_css_stream_create()
A Dsh_css_sp.c1382 assert(frame_num < NUM_CONTINUOUS_FRAMES); in sh_css_update_host2sp_offline_frame()

Completed in 23 milliseconds