/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mssdemux.c | 144 http_src_callbacks.src_start = gst_mssdemux_http_src_start; in GST_START_TEST() 188 http_src_callbacks.src_start = gst_mssdemux_http_src_start; in GST_START_TEST() 253 http_src_callbacks.src_start = gst_mssdemux_http_src_start; in run_seek_position_test() 399 http_src_callbacks.src_start = gst_mssdemux_http_src_start; in GST_START_TEST() 502 http_src_callbacks.src_start = gst_mssdemux_http_src_start; in GST_START_TEST() 591 http_src_callbacks.src_start = gst_mssdemux_http_src_start; in GST_START_TEST()
|
D | dash_demux.c | 254 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 379 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 523 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 593 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 685 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in run_seek_position_test() 886 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 991 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 1078 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 1164 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() 1314 http_src_callbacks.src_start = gst_dashdemux_http_src_start; in GST_START_TEST() [all …]
|
D | hls_demux.c | 284 http_src_callbacks.src_start = gst_hlsdemux_test_src_start; in GST_START_TEST() 325 http_src_callbacks.src_start = gst_hlsdemux_test_src_start; in GST_START_TEST() 380 http_src_callbacks.src_start = gst_hlsdemux_test_src_start; in GST_START_TEST() 436 http_src_callbacks.src_start = gst_hlsdemux_test_src_start; in run_seek_position_test() 575 http_src_callbacks.src_start = gst_hlsdemux_test_src_start; in GST_START_TEST() 624 http_src_callbacks.src_start = gst_hlsdemux_test_src_start; in GST_START_TEST() 710 http_src_callbacks.src_start = gst_hlsdemux_test_src_start; in GST_START_TEST()
|
D | test_http_src.h | 79 gboolean (*src_start)(GstTestHTTPSrc *src, member
|
D | test_http_src.c | 292 if (!gst_test_http_src_callbacks->src_start) { in gst_test_http_src_start() 299 if (!gst_test_http_src_callbacks->src_start (src, src->uri, &src->input, in gst_test_http_src_start()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_delay.c | 227 unsigned src_start = post_ra_reg_num(src) * reg_elem_size(src); in delay_calc_srcn_postra() local 228 unsigned src_end = src_start + post_ra_reg_elems(src) * reg_elem_size(src); in delay_calc_srcn_postra() 232 if (dst_start >= src_end || src_start >= dst_end) in delay_calc_srcn_postra() 265 unsigned first_num = MAX2(src_start, dst_start) / reg_elem_size(dst); in delay_calc_srcn_postra()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_register_coalesce.cpp | 109 int src_start = live.start[src_var]; in can_coalesce_vars() local 113 if ((dst_end > src_end && src_start < dst_start) || in can_coalesce_vars() 114 (src_end > dst_end && dst_start < src_start)) in can_coalesce_vars() 120 int start_ip = MAX2(dst_start, src_start); in can_coalesce_vars()
|
D | brw_vec4.cpp | 2292 unsigned src_start = inst->src[i].offset; in dst_src_regions_overlap() local 2293 unsigned src_end = src_start + inst->size_read(i) - 1; in dst_src_regions_overlap() 2295 if ((dst_start >= src_start && dst_start <= src_end) || in dst_src_regions_overlap() 2296 (dst_end >= src_start && dst_end <= src_end) || in dst_src_regions_overlap() 2297 (dst_start <= src_start && dst_end >= src_end)) { in dst_src_regions_overlap()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 518 unsigned src_start, src_end; in blit_image() local 521 src_start = region->srcOffsets[0].z; in blit_image() 524 src_start = src_res->baseArrayLayer; in blit_image() 525 src_end = src_start + src_res->layerCount; in blit_image() 528 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); in blit_image() 529 float src_z_step = (float)(src_end - src_start) / (float)(dst_end - dst_start); in blit_image() 535 depth_center_offset = 0.5 / (dst_end - dst_start) * (src_end - src_start); in blit_image() 538 src_start = src_end; in blit_image() 575 src_start + i * src_z_step + depth_center_offset, in blit_image() 580 src_start + i * src_z_step + depth_center_offset, in blit_image() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/ |
D | image_process.cc | 117 const unsigned char *src_start = src + 3 * src_width * (y_span + 1); in ResizeBilinear3C() local 121 const unsigned char *src_start_p = src_start + x_offset[x]; in ResizeBilinear3C() 199 const unsigned char *src_start = src + src_width * (y_span + 1); in ResizeBilinear1C() local 203 const unsigned char *src_start_p = src_start + x_offset[x]; in ResizeBilinear1C() 726 uint32_t src_start = (h * src.width_ + w) * src.channel_; in SubStractMeanNormalize() local 728 uint32_t index = src_start + c; in SubStractMeanNormalize() 736 uint32_t src_start = (h * src.width_ + w) * src.channel_; in SubStractMeanNormalize() local 738 uint32_t index = src_start + c; in SubStractMeanNormalize() 746 uint32_t src_start = (h * src.width_ + w) * src.channel_; in SubStractMeanNormalize() local 748 uint32_t index = src_start + c; in SubStractMeanNormalize() [all …]
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_dragdrop_win.cc | 160 size_t src_start = line_start + src_url_str.length(); in CFHtmlExtractMetadata() local 161 if (src_end != std::string::npos && src_start != std::string::npos) { in CFHtmlExtractMetadata() 162 *base_url = cf_html.substr(src_start, src_end - src_start); in CFHtmlExtractMetadata()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 729 unsigned src_start, src_end; in blit_image() local 732 src_start = region->srcOffsets[0].z; in blit_image() 735 src_start = src_res->baseArrayLayer; in blit_image() 736 src_end = src_start + in blit_image() 740 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); in blit_image() 742 float src_z_step = (float)(src_end - src_start) / (float)num_layers; in blit_image() 748 depth_center_offset = 0.5 / num_layers * (src_end - src_start); in blit_image() 751 src_start = src_end; in blit_image() 776 float src_z = src_start + i * src_z_step + depth_center_offset; in blit_image()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 839 GstFormat src_format, gint64 src_start, gint64 src_stop, in gst_dvdemux_convert_src_pair() argument 847 src_format, src_start, dst_format, dst_start))) { in gst_dvdemux_convert_src_pair() 867 GstFormat src_format, gint64 src_start, gint64 src_stop, in gst_dvdemux_convert_sink_pair() argument 875 src_format, src_start, dst_format, dst_start))) { in gst_dvdemux_convert_sink_pair() 897 GstFormat src_format, gint64 src_start, gint64 src_stop, in gst_dvdemux_convert_src_to_sink() argument 906 src_format, src_start, src_stop, conv, dst_start, dst_stop))) { in gst_dvdemux_convert_src_to_sink()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | deconv_winograd_fp32.c | 596 const float *src_start = tile_out + index * C4NUM; in DeconvWgPost() local 612 const float *src = src_start + (hi * deconv_param->out_tile_w_ + wi) * src_unit_stride; in DeconvWgPost()
|
/third_party/ffmpeg/libavcodec/ |
D | lagarith.c | 377 const uint8_t *src_start = src; in lag_decode_zero_run_line() local 423 return src - src_start; in lag_decode_zero_run_line()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | tensor.cc | 1133 std::vector<dsize_t> src_start = HandleNegIndices(indices[0], dim_length); in SliceNumeric() local 1135 RETURN_IF_NOT_OK(shape_.ToFlatIndex(src_start, &src_start_index)); in SliceNumeric() 1164 src_start = HandleNegIndices(indices[i + 1], dim_length); // next index in SliceNumeric() 1165 RETURN_IF_NOT_OK(shape_.ToFlatIndex(src_start, &src_start_index)); in SliceNumeric()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | deconv_winograd_fp16.c | 415 const float16_t *src_start = tile_out + index * C4NUM; in DeconvWgPostFp16() local 431 const float16_t *src = src_start + (hi * deconv_param->out_tile_w_ + wi) * src_unit_stride; in DeconvWgPostFp16()
|
/third_party/node/deps/brotli/c/dec/ |
D | decode.c | 1956 int src_start = (pos - s->distance_code) & s->ringbuffer_mask; in ProcessCommandsInternal() local 1958 uint8_t* copy_src = &s->ringbuffer[src_start]; in ProcessCommandsInternal() 1960 int src_end = src_start + i; in ProcessCommandsInternal() 1969 if (src_end > pos && dst_end > src_start) { in ProcessCommandsInternal()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
D | decode.c | 1956 int src_start = (pos - s->distance_code) & s->ringbuffer_mask; in ProcessCommandsInternal() local 1958 uint8_t* copy_src = &s->ringbuffer[src_start]; in ProcessCommandsInternal() 1960 int src_end = src_start + i; in ProcessCommandsInternal() 1969 if (src_end > pos && dst_end > src_start) { in ProcessCommandsInternal()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 3353 const snd_pcm_channel_area_t *src_start = src_areas; in snd_pcm_areas_copy() local 3373 src_start->addr != dst_start->addr || in snd_pcm_areas_copy() 3374 src_start->first != dst_start->first) { in snd_pcm_areas_copy() 3377 s.addr = src_start->addr; in snd_pcm_areas_copy() 3378 s.first = src_start->first; in snd_pcm_areas_copy() 3390 src_start, src_offset, in snd_pcm_areas_copy() 3392 src_areas = src_start + 1; in snd_pcm_areas_copy()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 1093 const VkOffset3D src_start = { in copy_image_blit() local 1099 src_start.x + region->extent.width * src_scale_w, in copy_image_blit() 1100 src_start.y + region->extent.height * src_scale_h, in copy_image_blit() 1101 src_start.z + region->extent.depth, in copy_image_blit() 1118 .srcOffsets = { src_start, src_end }, in copy_image_blit()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 81576 Users of this element are obliged to implement at least the src_start
|