Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/lib/
Dtest_yaml_ext.py130 def _compare_scanners(py_data, c_data, verbose): argument
134 for token in yaml.scan(c_data, Loader=yaml.CLoader):
169 def _compare_parsers(py_data, c_data, verbose): argument
173 for event in yaml.parse(c_data, Loader=yaml.CLoader):
204 c_data = yaml.emit(events, Dumper=yaml.CDumper)
206 print(c_data)
207 py_events = list(yaml.parse(c_data, Loader=yaml.PyLoader))
208 c_events = list(yaml.parse(c_data, Loader=yaml.CLoader))
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.c360 GstCollectData *c_data = (GstCollectData *) walk->data; in mpegpsmux_create_streams() local
366 ret = mpegpsmux_create_stream (mux, ps_data, c_data->pad); in mpegpsmux_create_streams()
382 GstCollectData *c_data = (GstCollectData *) ps_data; in mpegpsmux_queue_buffer_for_stream() local
387 buf = gst_collect_pads_peek (mux->collect, c_data); in mpegpsmux_queue_buffer_for_stream()
406 ps_data->queued.pts = gst_segment_to_running_time (&c_data->segment, in mpegpsmux_queue_buffer_for_stream()
412 ps_data->queued.dts = gst_segment_to_running_time (&c_data->segment, in mpegpsmux_queue_buffer_for_stream()
421 GST_WARNING_OBJECT (c_data->pad, "got DTS without PTS"); in mpegpsmux_queue_buffer_for_stream()
452 GstCollectData *c_data = (GstCollectData *) walk->data; in mpegpsmux_choose_best_stream() local
474 c_best = c_data; in mpegpsmux_choose_best_stream()
478 c_best = c_data; in mpegpsmux_choose_best_stream()
/third_party/ffmpeg/libavutil/
Dimgutils.c643 uint8_t *c_data[4]; in av_image_fill_black() local
669 c_data[x] = &clear_block[x][0]; in av_image_fill_black()
671 av_write_image_line(src_array, c_data, c_linesize, desc, 0, 0, c, w); in av_image_fill_black()
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py523 for config_name, c_data in spec["configurations"].items():
525 _FixPath(primary_input), _ConfigFullName(config_name, c_data), tools=[tool]
1756 for config_name, c_data in spec["configurations"].items():
1758 _ConfigFullName(config_name, c_data), action, environment, working_directory
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py523 for config_name, c_data in spec["configurations"].items():
525 _FixPath(primary_input), _ConfigFullName(config_name, c_data), tools=[tool]
1756 for config_name, c_data in spec["configurations"].items():
1758 _ConfigFullName(config_name, c_data), action, environment, working_directory