Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_decoder.h73 #define VPX_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dpostproc.c92 VPX_CODEC_USE_POSTPROC); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c199 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) { in decode_one()
241 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) { in decode_one()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c40 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC)) in vpx_codec_dec_init_ver()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c446 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) in vp8_decode()
589 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) in vp8_get_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c721 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) | in main_loop()