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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /external/libvpx/libvpx/
vpxdec.c 524 int dec_flags = 0; local
738 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) |
741 &cfg, dec_flags)) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 515 int dec_flags = 0; local
721 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) |
723 if (vpx_codec_dec_init(&decoder, interface->interface(), &cfg, dec_flags)) {

Completed in 135 milliseconds