Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c75 int frame_within_gop; member
668 const int is_keyframe = (si->frame_within_gop == 0); in calculate_enc_frame_flags()
778 si->frame_within_gop == 0) { in set_svc_parameters()
804 svc_params.distance_from_i_frame = si->frame_within_gop; in set_svc_parameters()
813 si->frame_within_gop == 0; in set_svc_parameters()
871 if (si->frame_within_gop >= si->kf_dist || in vpx_svc_encode()
873 si->frame_within_gop = 0; in vpx_svc_encode()
875 si->is_keyframe = (si->frame_within_gop == 0); in vpx_svc_encode()
882 si->frame_within_gop); in vpx_svc_encode()
1003 ++si->frame_within_gop; in vpx_svc_encode()
[all …]