HomeSort by relevance Sort by last modified time
    Searched defs:MAX_LAG_BUFFERS (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 21 #define MAX_LAG_BUFFERS 25
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 21 #define MAX_LAG_BUFFERS 25
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_lookahead.h 26 #define MAX_LAG_BUFFERS 25
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
lookahead.c 16 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)
73 else if(depth > MAX_LAG_BUFFERS)
74 depth = MAX_LAG_BUFFERS;
onyx_int.h 45 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)
459 ONEPASS_FRAMESTATS one_pass_frame_stats[MAX_LAG_BUFFERS];
607 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 16 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)
73 else if(depth > MAX_LAG_BUFFERS)
74 depth = MAX_LAG_BUFFERS;
onyx_int.h 45 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)
462 ONEPASS_FRAMESTATS one_pass_frame_stats[MAX_LAG_BUFFERS];
608 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.c 16 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)
73 else if(depth > MAX_LAG_BUFFERS)
74 depth = MAX_LAG_BUFFERS;
onyx_int.h 45 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)
462 ONEPASS_FRAMESTATS one_pass_frame_stats[MAX_LAG_BUFFERS];
608 YV12_BUFFER_CONFIG *frames[MAX_LAG_BUFFERS];

Completed in 126 milliseconds