Home
last modified time | relevance | path

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

/external/adhd/audio_streams/src/
Daudio_streams.rs309 which_buffer: bool, field
315 self.which_buffer ^= true; in trigger()
335 which_buffer: false, in new()
413 which_buffer: false, in invalid_buffer_length()
Dcapture.rs151 which_buffer: false, in new()
187 which_buffer: false, in invalid_buffer_length()
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c425 int which_buffer = start_frame - frame; in vp8_temporal_filter_prepare_c() local
427 vp8_lookahead_peek(cpi->lookahead, which_buffer, PEEK_FORWARD); in vp8_temporal_filter_prepare_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c1131 const int which_buffer = start_frame - frame; in vp9_temporal_filter() local
1133 vp9_lookahead_peek(cpi->lookahead, which_buffer); in vp9_temporal_filter()