Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h47 VP8_SET_POSTPROC = 3, /**< set the decoder's post processing settings */ enumerator
125 VPX_CTRL_USE_TYPE(VP8_SET_POSTPROC, vp8_postproc_cfg_t *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dpostproc.c111 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp)) in main()
116 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp)) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c561 {VP8_SET_POSTPROC, set_postproc},
Dvp9_cx_iface.c1077 {VP8_SET_POSTPROC, vp9e_set_previewpp},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c907 {VP8_SET_POSTPROC, vp8_set_postproc},
Dvp8_cx_iface.c1199 {VP8_SET_POSTPROC, vp8e_set_previewpp},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c735 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) { in main_loop()