/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ivybridge/ |
D | bd82x6x.c | 74 int cur_type = pch_silicon_type(dev); in pch_silicon_supported() local 80 if (cur_type == PCH_TYPE_CPT && cur_rev >= rev) in pch_silicon_supported() 83 if (cur_type == PCH_TYPE_PPT) in pch_silicon_supported() 89 if (cur_type == PCH_TYPE_PPT && cur_rev >= rev) in pch_silicon_supported()
|
/third_party/gn/src/gn/ |
D | rust_tool.cc | 81 for (const auto& cur_type : list.required_types()) { in ReadOutputsPatternList() local 82 if (!IsValidRustSubstitution(cur_type)) { in ReadOutputsPatternList() 84 "You used the pattern " + std::string(cur_type->name) + in ReadOutputsPatternList()
|
D | c_tool.cc | 161 for (const auto& cur_type : list.required_types()) { in ReadOutputsPatternList() local 162 if (!ValidateOutputSubstitution(cur_type)) { in ReadOutputsPatternList() 164 "You used the pattern " + std::string(cur_type->name) + in ReadOutputsPatternList()
|
D | tool.cc | 69 for (const auto& cur_type : list) { in ValidateSubstitutionList() local 70 if (!ValidateSubstitution(cur_type)) { in ValidateSubstitutionList() 72 "You used the pattern " + std::string(cur_type->name) + in ValidateSubstitutionList()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_xml_object.cc | 33 CefXmlReader::NodeType cur_type; in Load() local 46 cur_type = reader->GetType(); in Load() 47 if (cur_type == XML_NODE_ELEMENT_START) { in Load() 89 } else if (cur_type == XML_NODE_ELEMENT_END) { in Load() 119 } else if (cur_type == XML_NODE_TEXT || cur_type == XML_NODE_CDATA || in Load() 120 cur_type == XML_NODE_ENTITY_REFERENCE) { in Load()
|
/third_party/gstreamer/gstplugins_bad/ext/libmms/ |
D | gstmms.c | 218 GstSeekType cur_type, stop_type; in gst_mms_prepare_seek_segment() local 225 &cur_type, &cur, &stop_type, &stop); in gst_mms_prepare_seek_segment() 237 if (cur_type != GST_SEEK_TYPE_NONE && cur_type != GST_SEEK_TYPE_SET) { in gst_mms_prepare_seek_segment() 251 gst_segment_do_seek (segment, rate, seek_format, flags, cur_type, cur, in gst_mms_prepare_seek_segment()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 502 GstSeekType cur_type, stop_type; in gst_rtmp_src_prepare_seek_segment() local 511 &cur_type, &cur, &stop_type, &stop); in gst_rtmp_src_prepare_seek_segment() 534 gst_segment_do_seek (segment, rate, format, flags, cur_type, cur, stop_type, in gst_rtmp_src_prepare_seek_segment()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 325 GstSeekType cur_type, stop_type; in gst_modplug_do_seek() local 333 gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur, in gst_modplug_do_seek() 340 if (cur_type != GST_SEEK_TYPE_SET || stop_type != GST_SEEK_TYPE_NONE) in gst_modplug_do_seek()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_id.cpp | 1735 auto cur_type = base; in walkCompositeTypeHierarchy() local 1737 switch (cur_type->opcode()) { in walkCompositeTypeHierarchy() 1744 cur_type = module.FindDef(cur_type->word(2)); in walkCompositeTypeHierarchy() 1753 static_cast<uint32_t>(cur_type->words().size() - 2); in walkCompositeTypeHierarchy() 1757 << " into the structure <id> '" << cur_type->id() in walkCompositeTypeHierarchy() 1764 auto structMemberId = cur_type->word(cur_index + 2); in walkCompositeTypeHierarchy() 1765 cur_type = module.FindDef(structMemberId); in walkCompositeTypeHierarchy() 1776 *result_type_instr = cur_type; in walkCompositeTypeHierarchy()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 194 GstSeekType cur_type, stop_type; in gst_sf_dec_do_seek() local 201 gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur, in gst_sf_dec_do_seek() 208 if (cur_type != GST_SEEK_TYPE_SET || stop_type != GST_SEEK_TYPE_NONE) in gst_sf_dec_do_seek()
|
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.cc | 423 GstSeekType cur_type, stop_type; in gst_pitch_src_event() local 433 &cur_type, &cur, &stop_type, &stop); in gst_pitch_src_event() 445 cur_type, cur, stop_type, stop); in gst_pitch_src_event()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 944 GstSeekType cur_type, stop_type; in gst_dvdemux_handle_push_seek() local 950 &cur_type, &cur, &stop_type, &stop); in gst_dvdemux_handle_push_seek() 966 cur_type, start_position, stop_type, end_position); in gst_dvdemux_handle_push_seek() 1048 GstSeekType cur_type, stop_type; in gst_dvdemux_handle_pull_seek() local 1063 &cur_type, &cur, &stop_type, &stop); in gst_dvdemux_handle_pull_seek() 1105 cur_type, cur, stop_type, stop, &update); in gst_dvdemux_handle_pull_seek()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 387 GstSeekType cur_type = GST_SEEK_TYPE_NONE, stop_type; in gst_wavparse_perform_seek() local 399 &cur_type, &cur, &stop_type, &stop); in gst_wavparse_perform_seek() 411 if (cur_type != GST_SEEK_TYPE_NONE) in gst_wavparse_perform_seek() 428 cur_type = GST_SEEK_TYPE_SET; in gst_wavparse_perform_seek() 464 event = gst_event_new_seek (rate, GST_FORMAT_BYTES, flags, cur_type, cur, in gst_wavparse_perform_seek() 513 cur_type, cur, stop_type, stop, &update); in gst_wavparse_perform_seek() 521 GST_DEBUG_OBJECT (wav, "cur_type =%d", cur_type); in gst_wavparse_perform_seek() 522 if ((cur_type != GST_SEEK_TYPE_NONE)) { in gst_wavparse_perform_seek()
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc.h | 404 enum RawDataBlockType cur_type; ///< channel group type cur_channel belongs to member
|
D | aaccoder_twoloop.h | 145 if (s->options.mid_side && s->cur_type == TYPE_CPE) in search_for_quantizers_twoloop()
|
D | aacenc.c | 725 s->cur_type = tag; in aac_encode_frame()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 534 GstSeekType cur_type, stop_type; in gst_ffmpegdemux_perform_seek() local 549 &cur_type, &cur, &stop_type, &stop); in gst_ffmpegdemux_perform_seek() 559 if (cur_type != GST_SEEK_TYPE_NONE && cur != -1) in gst_ffmpegdemux_perform_seek() 628 cur_type, cur, stop_type, stop, &update); in gst_ffmpegdemux_perform_seek()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-parse.c | 1239 GstSeekType cur_type, stop_type; in gst_matroska_parse_handle_seek_event() local 1253 gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur, in gst_matroska_parse_handle_seek_event() 1269 cur_type, cur, stop_type, stop, &update); in gst_matroska_parse_handle_seek_event() 1308 GstSeekType cur_type, stop_type; in gst_matroska_parse_handle_seek_push() local 1313 gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur, in gst_matroska_parse_handle_seek_push()
|
D | matroska-demux.c | 2657 GstSeekType cur_type, stop_type; in gst_matroska_demux_handle_seek_event() local 2676 gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur, in gst_matroska_demux_handle_seek_event() 2711 cur_type, cur, stop_type, stop, &update); in gst_matroska_demux_handle_seek_event() 2936 GstSeekType cur_type, stop_type; in gst_matroska_demux_handle_seek_push() local 2941 gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur, in gst_matroska_demux_handle_seek_push()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 4576 GstSeekType cur_type = GST_SEEK_TYPE_NONE, stop_type; in gst_avi_demux_handle_seek() local 4588 &cur_type, &cur, &stop_type, &stop); in gst_avi_demux_handle_seek() 4596 if (cur_type != GST_SEEK_TYPE_NONE) in gst_avi_demux_handle_seek() 4647 cur_type, cur, stop_type, stop, &update); in gst_avi_demux_handle_seek() 4717 GstSeekType cur_type = GST_SEEK_TYPE_NONE, stop_type; in avi_demux_handle_seek_push() local 4736 &cur_type, &cur, &stop_type, &stop); in avi_demux_handle_seek_push() 4741 if (cur_type != GST_SEEK_TYPE_NONE) in avi_demux_handle_seek_push() 4757 cur_type, cur, stop_type, stop, &update); in avi_demux_handle_seek_push()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.c | 2668 GstSeekType cur_type, stop_type; in rsn_dvdsrc_prepare_seek() local 2677 &cur_type, &cur, &stop_type, &stop); in rsn_dvdsrc_prepare_seek() 2688 gst_segment_do_seek (segment, rate, seek_format, flags, cur_type, cur, in rsn_dvdsrc_prepare_seek()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 1437 GstSeekType cur_type, gint64 * cur, GstSeekType stop_type, gint64 * stop) in gst_qtdemux_convert_seek() argument 1449 if (cur_type != GST_SEEK_TYPE_NONE) in gst_qtdemux_convert_seek() 1469 GstSeekType cur_type, stop_type; in gst_qtdemux_do_push_seek() local 1479 &cur_type, &cur, &stop_type, &stop); in gst_qtdemux_do_push_seek() 1487 if (!gst_qtdemux_convert_seek (pad, &format, cur_type, &cur, in gst_qtdemux_do_push_seek() 1528 event = gst_event_new_seek (rate, GST_FORMAT_BYTES, flags, cur_type, byte_cur, in gst_qtdemux_do_push_seek() 1643 GstSeekType cur_type, stop_type; in gst_qtdemux_do_seek() local 1656 &cur_type, &cur, &stop_type, &stop); in gst_qtdemux_do_seek() 1661 if (!gst_qtdemux_convert_seek (pad, &format, cur_type, &cur, in gst_qtdemux_do_seek() 1698 cur_type, cur, stop_type, stop, &update)) { in gst_qtdemux_do_seek()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2684 GstSeekType cur_type = GST_SEEK_TYPE_NONE, stop_type; in gst_rtspsrc_perform_seek() local 2696 &cur_type, &cur, &stop_type, &stop); in gst_rtspsrc_perform_seek() 2753 cur_type, cur, stop_type, stop, &update); in gst_rtspsrc_perform_seek()
|