Home | History | Annotate | Download | only in src

Lines Matching refs:intra_period

48 	self->intra_period = 30;
170 this_target->intra_period = this_src->intra_period;
271 if (this_first->intra_period != this_second->intra_period) {
510 guint intra_period) {
512 obj->intra_period = intra_period;
518 guint *intra_period) {
519 MIX_VIDEOCONFIGPARAMSENC_GETTER_CHECK_INPUT (obj, intra_period);
520 *intra_period = obj->intra_period;