Home
last modified time | relevance | path

Searched refs:dec_flags (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c515 int dec_flags = 0; in main_loop() local
721 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) | in main_loop()
723 if (vpx_codec_dec_init(&decoder, interface->interface(), &cfg, dec_flags)) { in main_loop()