HomeSort by relevance Sort by last modified time
    Searched refs:VPX_CBR (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/test/
datarate_test.cc 122 cfg_.rc_end_usage = VPX_CBR;
152 cfg_.rc_end_usage = VPX_CBR;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 230 VPX_CBR, /**< Constant Bit Rate (CBR) mode */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 339 } else if (mBitrateControlMode == VPX_CBR) {
581 mBitrateControlMode = VPX_CBR;
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 277 cfg[0].rc_end_usage = VPX_CBR;
vp8_scalable_patterns.c 187 cfg.rc_end_usage = VPX_CBR;
vpxenc.c 1061 {"cbr", VPX_CBR},
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 334 else if (cfg.rc_end_usage == VPX_CBR)
    [all...]

Completed in 71 milliseconds