Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h51 VP8_SET_DBG_DISPLAY_MV = 7, /**< set which motion vector modes to draw */ enumerator
129 VPX_CTRL_USE_TYPE(VP8_SET_DBG_DISPLAY_MV, int)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c485 MAP(VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag); in set_dbg_options()
565 {VP8_SET_DBG_DISPLAY_MV, set_dbg_options},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c813 MAP (VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag); in vp8_set_dbg_options()
911 {VP8_SET_DBG_DISPLAY_MV, vp8_set_dbg_options},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c759 && vpx_codec_control(&decoder, VP8_SET_DBG_DISPLAY_MV, vp8_dbg_display_mv)) { in main_loop()