Searched defs:high_water_mark (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixbufferpool.h80 gulong high_water_mark; /* most buffers in use at one time */ member in struct:_MixBufferPool
H A Dmixsurfacepool.h81 gulong high_water_mark; /* most surfaces in use at one time */ member in struct:_MixSurfacePool
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c2924 int64_t high_water_mark = (opt_buffer_lvl + local
2934 if (cpi->buffer_level >= high_water_mark)
2940 high_water_mark);
2954 (double)(high_water_mark - opt_buffer_lvl));

Completed in 80 milliseconds