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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.h21 #define MAX_LAG_BUFFERS 25 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.c16 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25) macro
73 else if(depth > MAX_LAG_BUFFERS)
74 depth = MAX_LAG_BUFFERS;
H A Donyx_int.h45 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25) macro
462 ONEPASS_FRAMESTATS one_pass_frame_stats[MAX_LAG_BUFFERS];
608 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];

Completed in 51 milliseconds