Home
last modified time | relevance | path

Searched refs:dbg_display_mv_flag (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c39 int dbg_display_mv_flag; member
247 (ctx->dbg_display_mv_flag ? VP9D_DEBUG_DRAW_MV : 0) | in decode_one()
257 flags.display_mv_flag = ctx->dbg_display_mv_flag; in decode_one()
485 MAP(VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag); in set_dbg_options()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c65 int dbg_display_mv_flag; member
597 | ((ctx->dbg_display_mv_flag != 0) ? VP8D_DEBUG_DRAW_MV : 0) in vp8_get_frame()
606 flags.display_mv_flag = ctx->dbg_display_mv_flag; in vp8_get_frame()
813 MAP (VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag); in vp8_set_dbg_options()