Home
last modified time | relevance | path

Searched refs:vpx_active_map_t (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dactive_map_test.cc41 vpx_active_map_t map = {0}; in PreEncodeFrameHook()
60 vpx_active_map_t map = {0}; in PreEncodeFrameHook()
Dencode_test_driver.h135 void Control(int ctrl_id, vpx_active_map_t *arg) { in Control()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h250 } vpx_active_map_t; typedef
334 VPX_CTRL_USE_TYPE(VP8E_SET_ACTIVEMAP, vpx_active_map_t *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dset_maps.c100 vpx_active_map_t map = {0}; in set_active_map()
117 vpx_active_map_t map = {0}; in unset_active_map()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c1150 vpx_active_map_t *data = va_arg(args, vpx_active_map_t *); in vp8e_set_activemap()
1155 vpx_active_map_t *map = (vpx_active_map_t *)data; in vp8e_set_activemap()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c983 vpx_active_map_t *const map = va_arg(args, vpx_active_map_t *); in vp9e_set_activemap()