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

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 40 #define VPX_TS_MAX_LAYERS 5
45 /*!\deprecated Use #VPX_TS_MAX_LAYERS instead. */
46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
631 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
638 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 40 #define VPX_TS_MAX_LAYERS 5
45 /*!\deprecated Use #VPX_TS_MAX_LAYERS instead. */
46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
631 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
638 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_encoder.h 40 #define VPX_TS_MAX_LAYERS 5
45 /*!\deprecated Use #VPX_TS_MAX_LAYERS instead. */
46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
686 unsigned int ts_target_bitrate[VPX_TS_MAX_LAYERS];
693 unsigned int ts_rate_decimator[VPX_TS_MAX_LAYERS];
    [all...]

Completed in 913 milliseconds