Home | History | Annotate | Download | only in src

Lines Matching refs:fixed_vop_time_increment

54   self->fixed_vop_time_increment = 3;

168 this_target->fixed_vop_time_increment= this_src->fixed_vop_time_increment;
213 if (this_first->fixed_vop_time_increment!= this_second->fixed_vop_time_increment) {
274 guint fixed_vop_time_increment) {
276 obj->fixed_vop_time_increment = fixed_vop_time_increment;
281 guint * fixed_vop_time_increment) {
282 MIX_VIDEOCONFIGPARAMSENC_MPEG4_GETTER_CHECK_INPUT (obj, fixed_vop_time_increment);
283 *fixed_vop_time_increment = obj->fixed_vop_time_increment;