Searched refs:VP8_SET_POSTPROC (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8.h | 47 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/ |
D | postproc.c | 111 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/ |
D | vp9_dx_iface.c | 561 {VP8_SET_POSTPROC, set_postproc},
|
D | vp9_cx_iface.c | 1077 {VP8_SET_POSTPROC, vp9e_set_previewpp},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 907 {VP8_SET_POSTPROC, vp8_set_postproc},
|
D | vp8_cx_iface.c | 1199 {VP8_SET_POSTPROC, vp8e_set_previewpp},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 735 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) { in main_loop()
|