Searched refs:VP8E_SET_ACTIVEMAP (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | active_map_test.cc | 58 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/ |
D | vp8cx.h | 136 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/ |
D | set_maps.c | 109 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/ |
D | vp9_cx_iface.c | 1082 {VP8E_SET_ACTIVEMAP, vp9e_set_activemap},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 1204 {VP8E_SET_ACTIVEMAP, vp8e_set_activemap},
|