Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8depay.c431 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()
Dgstrtpvp8depay.h67 gint last_profile; member
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc669 const bool last_profile = profiles_->IsLastProfileLeft(id); in StopProfiling() local
670 if (last_profile) StopProcessor(); in StopProfiling()
677 if (last_profile && logging_mode_ == kLazyLogging) { in StopProfiling()
/third_party/chromium/patch/
D0001-cve.patch151401 - const bool last_profile = profiles_->IsLastProfile(title);
151402 + const bool last_profile = profiles_->IsLastProfileLeft(id);
151403 if (last_profile) StopProcessor();