Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstrtpxqtdepay.h50 guint16 previous_id; member
Dgstrtpxqtdepay.c540 rtpxqtdepay->previous_id = rtpxqtdepay->current_id; in gst_rtp_xqt_depay_process()
672 rtpxqtdepay->previous_id = -1; in gst_rtp_xqt_depay_change_state()
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
Dceval.h870 ceval_node_id previous_id = CEVAL_OPENPAR; in ceval_make_tree() local
894 if (previous_id == CEVAL_NUMBER || in ceval_make_tree()
895 previous_id == CEVAL_CONST_PI || in ceval_make_tree()
896 previous_id == CEVAL_CONST_E || in ceval_make_tree()
897 previous_id == CEVAL_CLOSEPAR) { in ceval_make_tree()
958 previous_id = node.id; in ceval_make_tree()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs2218 let previous_id = self.current_module; in with_module() localVariable
2223 self.current_module = previous_id; in with_module()