Searched refs:last_profile (Results 1 – 4 of 4) sorted by relevance
431 self->last_height != height || self->last_profile != profile)) { in gst_rtp_vp8_depay_process()447 self->last_profile = profile; in gst_rtp_vp8_depay_process()478 self->last_profile = -1; in gst_rtp_vp8_depay_change_state()503 self->last_profile = -1; in gst_rtp_vp8_depay_handle_event()
67 gint last_profile; member
669 const bool last_profile = profiles_->IsLastProfileLeft(id); in StopProfiling() local670 if (last_profile) StopProcessor(); in StopProfiling()677 if (last_profile && logging_mode_ == kLazyLogging) { in StopProfiling()
151401 - const bool last_profile = profiles_->IsLastProfile(title);151402 + const bool last_profile = profiles_->IsLastProfileLeft(id);151403 if (last_profile) StopProcessor();