Home
last modified time | relevance | path

Searched refs:mappers (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg_per_turn.hpp117 container_type mappers; member in per_turn_visitor
137 mappers.push_back(new mapper_visitor<Point>(complete_caseid, p.second, p.first)); in per_turn_visitor()
144 for(typename container_type::iterator it = mappers.begin(); in apply()
145 it != mappers.end(); ++it) in apply()
155 for(typename container_type::iterator it = mappers.begin(); in map_input_output()
156 it != mappers.end(); ++it) in map_input_output()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.c99 extern const GstOggMap mappers[];
160 if (mappers[pad->map].granulepos_to_granule_func == NULL) { in gst_ogg_stream_granulepos_to_granule()
166 return mappers[pad->map].granulepos_to_granule_func (pad, granulepos); in gst_ogg_stream_granulepos_to_granule()
172 if (mappers[pad->map].granulepos_to_key_granule_func) in gst_ogg_stream_granulepos_to_key_granule()
173 return mappers[pad->map].granulepos_to_key_granule_func (pad, granulepos); in gst_ogg_stream_granulepos_to_key_granule()
190 if (mappers[pad->map].granule_to_granulepos_func == NULL) { in gst_ogg_stream_granule_to_granulepos()
196 return mappers[pad->map].granule_to_granulepos_func (pad, granule, in gst_ogg_stream_granule_to_granulepos()
207 if (mappers[pad->map].is_granulepos_key_frame_func == NULL) { in gst_ogg_stream_granulepos_is_key_frame()
213 return mappers[pad->map].is_granulepos_key_frame_func (pad, granulepos); in gst_ogg_stream_granulepos_is_key_frame()
219 if (mappers[pad->map].is_packet_key_frame_func == NULL) { in gst_ogg_stream_packet_is_key_frame()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td14 // Function mappers.
/third_party/boost/libs/log/doc/
Dsink_backends.qbk268mappers can be written by library users to translate the application log levels to the syslog leve…
/third_party/gstreamer/gstplugins_base/
DChangeLog41623 For stream mappers that don't set a specific granuleshift, it will
41762 end up using wrong functions from mappers() if the stream wasn't
84774 We don't do that any more, we now have stream mappers for this.