Home
last modified time | relevance | path

Searched refs:VPX_EFLAG_FORCE_KF (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c142 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_UPD_GF | in set_temporal_layer_pattern()
157 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_UPD_GF | in set_temporal_layer_pattern()
163 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_UPD_GF | in set_temporal_layer_pattern()
180 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_REF_GF | in set_temporal_layer_pattern()
198 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_REF_GF | in set_temporal_layer_pattern()
219 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_REF_GF | in set_temporal_layer_pattern()
240 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_REF_GF | in set_temporal_layer_pattern()
260 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_REF_GF | in set_temporal_layer_pattern()
281 layer_flags[0] = VPX_EFLAG_FORCE_KF; in set_temporal_layer_pattern()
314 layer_flags[0] = VPX_EFLAG_FORCE_KF | VP8_EFLAG_NO_REF_GF | in set_temporal_layer_pattern()
[all …]
Dsimple_encoder.c236 flags |= VPX_EFLAG_FORCE_KF; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dkeyframe_test.cc38 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF; in PreEncodeFrameHook()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h255 #define VPX_EFLAG_FORCE_KF (1<<0) /**< Force this frame to be a keyframe */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c666 vpx_enc_frame_flags_t flags = VPX_EFLAG_FORCE_KF; in calculate_enc_frame_flags()
672 si->enc_frame_flags = VPX_EFLAG_FORCE_KF; in calculate_enc_frame_flags()
830 if (svc_params.flags == VPX_EFLAG_FORCE_KF) { in set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c819 flags |= VPX_EFLAG_FORCE_KF; in vp8e_encode()
843 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0; in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c718 flags |= VPX_EFLAG_FORCE_KF; in vp9e_encode()
736 lib_flags = (flags & VPX_EFLAG_FORCE_KF) ? FRAMEFLAGS_KEY : 0; in vp9e_encode()