Home
last modified time | relevance | path

Searched refs:VP8E_SET_ACTIVEMAP (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dactive_map_test.cc58 encoder->Control(VP8E_SET_ACTIVEMAP, &map); in PreEncodeFrameHook()
64 encoder->Control(VP8E_SET_ACTIVEMAP, &map); in PreEncodeFrameHook()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h136 VP8E_SET_ACTIVEMAP, /**< control function to pass an Active map to encoder */ enumerator
334 VPX_CTRL_USE_TYPE(VP8E_SET_ACTIVEMAP, vpx_active_map_t *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dset_maps.c109 if (vpx_codec_control(codec, VP8E_SET_ACTIVEMAP, &map)) in set_active_map()
123 if (vpx_codec_control(codec, VP8E_SET_ACTIVEMAP, &map)) in unset_active_map()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c1082 {VP8E_SET_ACTIVEMAP, vp9e_set_activemap},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c1204 {VP8E_SET_ACTIVEMAP, vp8e_set_activemap},