HomeSort by relevance Sort by last modified time
    Searched full:encoding_mode (Results 1 - 1 of 1) sorted by null

  /external/libvpx/vp8/
vp8_cx_iface.c 30 vp8e_encoding_mode encoding_mode; /** best, good, realtime */ member in struct:vp8_extracfg
178 RANGE_CHECK(vp8_cfg, encoding_mode, VP8_BEST_QUALITY_ENCODING, VP8_REAL_TIME_ENCODING);
182 RANGE_CHECK(vp8_cfg, encoding_mode, VP8_REAL_TIME_ENCODING, VP8_REAL_TIME_ENCODING);
    [all...]

Completed in 29 milliseconds