Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h260 VP8E_SET_FRAME_FLAGS, enumerator
873 VPX_CTRL_USE_TYPE(VP8E_SET_FRAME_FLAGS, int)
/external/libvpx/libvpx/test/
Derror_resilience_test.cc470 encoder->Control(VP8E_SET_FRAME_FLAGS, frame_flags); in PreEncodeFrameHook()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c584 vpx_codec_control(&codec[i], VP8E_SET_FRAME_FLAGS, flags); in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1177 { VP8E_SET_FRAME_FLAGS, vp8e_set_frame_flags },
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc871 vpx_codec_control(&encoders_[i], VP8E_SET_FRAME_FLAGS, flags[stream_idx]); in Encode()