Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h277 int *buffer_depth);
288 ia_css_stream_set_buffer_depth(struct ia_css_stream *stream, int buffer_depth);
299 ia_css_stream_get_buffer_depth(struct ia_css_stream *stream, int *buffer_depth);
H A Dsh_css.c4239 int *buffer_depth) in ia_css_stream_get_max_buffer_depth() argument
4241 if (!buffer_depth) in ia_css_stream_get_max_buffer_depth()
4245 *buffer_depth = NUM_CONTINUOUS_FRAMES; in ia_css_stream_get_max_buffer_depth()
4250 ia_css_stream_set_buffer_depth(struct ia_css_stream *stream, int buffer_depth) in ia_css_stream_set_buffer_depth() argument
4252 …trace(IA_CSS_DEBUG_TRACE, "ia_css_stream_set_buffer_depth() enter: num_frames=%d\n", buffer_depth); in ia_css_stream_set_buffer_depth()
4254 if (buffer_depth > NUM_CONTINUOUS_FRAMES || buffer_depth < 1) in ia_css_stream_set_buffer_depth()
4257 stream->config.target_num_cont_raw_buf = buffer_depth; in ia_css_stream_set_buffer_depth()
4265 int *buffer_depth) in ia_css_stream_get_buffer_depth() argument
4267 if (!buffer_depth) in ia_css_stream_get_buffer_depth()
4271 *buffer_depth = stream->config.target_num_cont_raw_buf; in ia_css_stream_get_buffer_depth()