/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_index_modify.c | 39 unsigned short *out_map = out; in util_shorten_ubyte_elts_to_userptr() local 53 *out_map = (unsigned short)(*in_map + index_bias); in util_shorten_ubyte_elts_to_userptr() 55 out_map++; in util_shorten_ubyte_elts_to_userptr() 73 unsigned short *out_map = out; in util_rebuild_ushort_elts_to_userptr() local 87 *out_map = (unsigned short)(*in_map + index_bias); in util_rebuild_ushort_elts_to_userptr() 89 out_map++; in util_rebuild_ushort_elts_to_userptr() 107 unsigned int *out_map = out; in util_rebuild_uint_elts_to_userptr() local 121 *out_map = (unsigned int)(*in_map + index_bias); in util_rebuild_uint_elts_to_userptr() 123 out_map++; in util_rebuild_uint_elts_to_userptr()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | adrian.c | 46 pa_sample_spec *out_ss, pa_channel_map *out_map) { in pa_adrian_ec_fixate_spec() argument 49 pa_channel_map_init_mono(out_map); in pa_adrian_ec_fixate_spec() 52 *play_map = *out_map; in pa_adrian_ec_fixate_spec() 54 *rec_map = *out_map; in pa_adrian_ec_fixate_spec() 60 pa_sample_spec *out_ss, pa_channel_map *out_map, in pa_adrian_ec_init() argument 77 pa_adrian_ec_fixate_spec(rec_ss, rec_map, play_ss, play_map, out_ss, out_map); in pa_adrian_ec_init()
|
D | echo-cancel.h | 95 pa_channel_map *out_map, 146 pa_sample_spec *out_ss, pa_channel_map *out_map, 156 pa_sample_spec *out_ss, pa_channel_map *out_map, 167 pa_sample_spec *out_ss, pa_channel_map *out_map, 179 pa_sample_spec *out_ss, pa_channel_map *out_map,
|
D | speex.c | 54 pa_sample_spec *out_ss, pa_channel_map *out_map) { in speex_ec_fixate_spec() argument 58 *play_map = *out_map; in speex_ec_fixate_spec() 60 *rec_map = *out_map; in speex_ec_fixate_spec() 162 pa_sample_spec *out_ss, pa_channel_map *out_map, in pa_speex_ec_init() argument 185 speex_ec_fixate_spec(rec_ss, rec_map, play_ss, play_map, out_ss, out_map); in pa_speex_ec_init()
|
D | null.c | 31 pa_sample_spec *out_ss, pa_channel_map *out_map, in pa_null_ec_init() argument 40 *rec_map = *out_map; in pa_null_ec_init()
|
D | webrtc.cc | 123 pa_sample_spec *out_ss, pa_channel_map *out_map, in webrtc_ec_fixate_spec() argument 140 *out_map = *rec_map; in webrtc_ec_fixate_spec() 145 pa_channel_map_init_mono(out_map); in webrtc_ec_fixate_spec() 236 pa_sample_spec *out_ss, pa_channel_map *out_map, in pa_webrtc_ec_init() argument 377 webrtc_ec_fixate_spec(rec_ss, rec_map, play_ss, play_map, out_ss, out_map, beamforming); in pa_webrtc_ec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/openaptx/ |
D | gstopenaptxdec.c | 74 GstMapInfo out_map; in gst_openaptx_dec_handle_frame() local 113 if (!gst_buffer_map (outbuf, &out_map, GST_MAP_WRITE)) { in gst_openaptx_dec_handle_frame() 122 gst_buffer_unmap (outbuf, &out_map); in gst_openaptx_dec_handle_frame() 129 out_map.data, output_size, &written, &synced, &dropped); in gst_openaptx_dec_handle_frame() 132 out_map.data, out_map.size, &written); in gst_openaptx_dec_handle_frame() 162 gst_buffer_unmap (outbuf, &out_map); in gst_openaptx_dec_handle_frame()
|
D | gstopenaptxenc.c | 150 GstMapInfo out_map; in gst_openaptx_enc_handle_frame() local 180 if (!gst_buffer_map (outbuf, &out_map, GST_MAP_WRITE)) { in gst_openaptx_enc_handle_frame() 189 gst_buffer_unmap (outbuf, &out_map); in gst_openaptx_enc_handle_frame() 200 out_map.data, output_size, &written); in gst_openaptx_enc_handle_frame() 204 aptx_encode_finish (enc->aptx_c, out_map.data, output_size, &written); in gst_openaptx_enc_handle_frame() 215 gst_buffer_unmap (outbuf, &out_map); in gst_openaptx_enc_handle_frame()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | dataset_iterator.cc | 34 Status DatasetIterator::GetNextAsMap(TensorMap *out_map) { in GetNextAsMap() argument 35 if (out_map == nullptr) { in GetNextAsMap() 39 out_map->clear(); in GetNextAsMap() 69 (*out_map)[colMap.first] = std::move(curr_row[colMap.second]); in GetNextAsMap() 71 if (out_map->size() == 0) { in GetNextAsMap()
|
D | dataset_iterator.h | 67 Status GetNextAsMap(TensorMap *out_map);
|
/third_party/cef/libcef/common/ |
D | cef_crash_report_utils.cc | 42 ParameterMap out_map; in FilterParameters() local 51 out_map.insert(std::make_pair(key, params.second)); in FilterParameters() 54 return out_map; in FilterParameters()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/ |
D | pull_based_tree_consumer.cc | 53 …ullBasedIteratorConsumer::GetNextAsMap(std::unordered_map<std::string, TensorPtr> *const out_map) { in GetNextAsMap() argument 54 RETURN_UNEXPECTED_IF_NULL(out_map); in GetNextAsMap() 55 out_map->clear(); in GetNextAsMap() 65 (*out_map)[colMap.first] = std::move(res[colMap.second]); in GetNextAsMap()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcdec.c | 71 GstMapInfo out_map; in gst_sbc_dec_handle_frame() local 99 gst_buffer_map (outbuf, &out_map, GST_MAP_WRITE); in gst_sbc_dec_handle_frame() 106 dec->frame_len, out_map.data + (i * dec->samples_per_frame * 2), in gst_sbc_dec_handle_frame() 116 gst_buffer_unmap (outbuf, &out_map); in gst_sbc_dec_handle_frame()
|
D | gstsbcenc.c | 235 GstMapInfo in_map, out_map; in gst_sbc_enc_handle_frame() local 267 gst_buffer_map (outbuf, &out_map, GST_MAP_WRITE); in gst_sbc_enc_handle_frame() 273 samples_per_frame * 2, out_map.data + (i * frame_len), frame_len, in gst_sbc_enc_handle_frame() 283 gst_buffer_unmap (outbuf, &out_map); in gst_sbc_enc_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2filter.c | 377 GstMapInfo * in_map, GstMapInfo * out_map) in gst_lv2_filter_transform_data() argument 403 out = (gfloat *) out_map->data; in gst_lv2_filter_transform_data() 444 (gfloat *) out_map->data, out_samples, out); in gst_lv2_filter_transform_data() 472 GstMapInfo in_map, out_map; in gst_lv2_filter_transform() local 476 gst_buffer_map (outbuf, &out_map, GST_MAP_WRITE); in gst_lv2_filter_transform() 479 &in_map, &out_map); in gst_lv2_filter_transform() 482 gst_buffer_unmap (outbuf, &out_map); in gst_lv2_filter_transform()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 150 GLubyte **out_map, in radeon_map_renderbuffer_s8z24() argument 180 *out_map = rrb->map_buffer; in radeon_map_renderbuffer_s8z24() 188 GLubyte **out_map, in radeon_map_renderbuffer_z16() argument 219 *out_map = rrb->map_buffer; in radeon_map_renderbuffer_z16() 228 GLubyte **out_map, in radeon_map_renderbuffer() argument 244 *out_map = NULL; in radeon_map_renderbuffer() 296 *out_map = map; in radeon_map_renderbuffer() 299 *out_map = map + (h - 1) * rrb->map_pitch; in radeon_map_renderbuffer() 313 mode, out_map, out_stride); in radeon_map_renderbuffer() 318 mode, out_map, out_stride); in radeon_map_renderbuffer() [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 150 GLubyte **out_map, in radeon_map_renderbuffer_s8z24() argument 180 *out_map = rrb->map_buffer; in radeon_map_renderbuffer_s8z24() 188 GLubyte **out_map, in radeon_map_renderbuffer_z16() argument 219 *out_map = rrb->map_buffer; in radeon_map_renderbuffer_z16() 228 GLubyte **out_map, in radeon_map_renderbuffer() argument 244 *out_map = NULL; in radeon_map_renderbuffer() 296 *out_map = map; in radeon_map_renderbuffer() 299 *out_map = map + (h - 1) * rrb->map_pitch; in radeon_map_renderbuffer() 313 mode, out_map, out_stride); in radeon_map_renderbuffer() 318 mode, out_map, out_stride); in radeon_map_renderbuffer() [all …]
|
/third_party/ffmpeg/libavutil/ |
D | tx.c | 46 int *in_map, *out_map; in ff_tx_gen_compound_mapping() local 59 out_map = s->pfatab + n*m; in ff_tx_gen_compound_mapping() 66 out_map[(i*m*m_inv + j*n*n_inv) % len] = i*m + j; in ff_tx_gen_compound_mapping()
|
D | tx_template.c | 366 const int m = s->m, *in_map = s->pfatab, *out_map = in_map + N*m; \ 382 out[i] = s->tmp[out_map[i]]; \ 451 const int *in_map = s->pfatab, *out_map = in_map + N*m; \ 473 const int s0 = out_map[i0], s1 = out_map[i1]; \ 493 const int *in_map = s->pfatab, *out_map = in_map + N*m; \ 519 const int s0 = out_map[i0], s1 = out_map[i1]; \
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkaudiosink.cpp | 539 GstMapInfo out_map; in gst_decklink_audio_sink_render() local 544 gst_buffer_map (buffer, &out_map, GST_MAP_READWRITE); in gst_decklink_audio_sink_render() 546 gint16 *swap_data = (gint16 *) out_map.data; in gst_decklink_audio_sink_render() 562 gint32 *swap_data = (gint32 *) out_map.data; in gst_decklink_audio_sink_render() 578 gst_buffer_unmap (buffer, &out_map); in gst_decklink_audio_sink_render() 588 GstMapInfo out_map; in gst_decklink_audio_sink_render() local 591 gst_buffer_map (out_buf, &out_map, GST_MAP_READWRITE); in gst_decklink_audio_sink_render() 594 in_frames, (gpointer *) & out_map.data, out_frames); in gst_decklink_audio_sink_render() 596 gst_buffer_unmap (out_buf, &out_map); in gst_decklink_audio_sink_render()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/ |
D | tensor_layout.cc | 389 Map out_map; in SqueezeShape() local 392 (void)out_map.Init({MAP_NONE}); in SqueezeShape() 394 (void)out.Init(device_arrangement_, out_map, out_shape); in SqueezeShape() 403 out_map = tensor_map_.SqueezeMapByIdxList(squeeze_list); in SqueezeShape() 404 (void)out.Init(device_arrangement_, out_map, out_shape); in SqueezeShape()
|
/third_party/gstreamer/gstplugins_bad/ext/ldac/ |
D | gstldacenc.c | 354 GstMapInfo in_map, out_map; in gst_ldac_enc_handle_frame() local 389 gst_buffer_map (outbuf, &out_map, GST_MAP_WRITE); in gst_ldac_enc_handle_frame() 391 out_data = out_map.data; in gst_ldac_enc_handle_frame() 462 gst_buffer_unmap (outbuf, &out_map); in gst_ldac_enc_handle_frame()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.h | 45 GLubyte **out_map,
|
D | s_renderbuffer.c | 182 GLubyte **out_map, in _swrast_map_soft_renderbuffer() argument 192 *out_map = NULL; in _swrast_map_soft_renderbuffer() 199 *out_map = map; in _swrast_map_soft_renderbuffer()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_fbo.c | 136 GLubyte **out_map, in nouveau_renderbuffer_map() argument 166 *out_map = map; in nouveau_renderbuffer_map()
|