Home
last modified time | relevance | path

Searched defs:new_s (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263ppay.c302 GstStructure *new_s = gst_structure_new ("video/x-h263", in gst_rtp_h263p_pay_sink_getcaps() local
486 GstStructure *new_s = gst_structure_new ("video/x-h263", in gst_rtp_h263p_pay_sink_getcaps() local
502 GstStructure *new_s = gst_structure_new ("video/x-h263", in gst_rtp_h263p_pay_sink_getcaps() local
Dgstrtph265pay.c404 GstStructure *new_s = gst_structure_new_empty ("video/x-h265"); in gst_rtp_h265_pay_getcaps() local
Dgstrtph264pay.c323 GstStructure *new_s = gst_structure_new_empty ("video/x-h264"); in gst_rtp_h264_pay_getcaps() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc323 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc317 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc323 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
/third_party/nghttp2/third-party/url-parser/
Durl_parser.c458 enum http_host_state new_s = http_parse_host_char(s, *p); in http_parse_host() local
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c1367 gchar *old_s, *new_s; in _update_ice_gathering_state_task() local
1403 gchar *old_s, *new_s; in _update_ice_connection_state_task() local
1440 gchar *old_s, *new_s; in _update_peer_connection_state_task() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c973 GstStructure *new_s = in gst_audio_aggregator_convert_sink_getcaps() local
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c1050 GstStructure *old_s, *new_s; in check_new_caps() local
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc4282 void set_s(const std::string& new_s) { s_ = new_s; } in TEST()