HomeSort by relevance Sort by last modified time
    Searched full:vp8_set_postproc (Results 1 - 15 of 15) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8.h 47 VP8_SET_POSTPROC = 3, /**< set the decoder's post processing settings */
125 VPX_CTRL_USE_TYPE(VP8_SET_POSTPROC, vp8_postproc_cfg_t *)
  /external/libvpx/libvpx/examples/
postproc.c 109 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
114 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
  /external/libvpx/libvpx/vpx/
vp8.h 47 VP8_SET_POSTPROC = 3, /**< set the decoder's post processing settings */
128 VPX_CTRL_USE_TYPE(VP8_SET_POSTPROC, vp8_postproc_cfg_t *)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
postproc.c 111 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
116 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 626 static vpx_codec_err_t vp8_set_postproc(vpx_codec_alg_priv_t *ctx, function
778 {VP8_SET_POSTPROC, vp8_set_postproc},
vp8_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 773 static vpx_codec_err_t vp8_set_postproc(vpx_codec_alg_priv_t *ctx, function
907 {VP8_SET_POSTPROC, vp8_set_postproc},
vp8_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 561 {VP8_SET_POSTPROC, set_postproc},
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c     [all...]
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/
vpxdec.c 815 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 735 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) {
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]

Completed in 702 milliseconds