Home
last modified time | relevance | path

Searched refs:src_start (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmssdemux.c144 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()
Ddash_demux.c254 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 …]
Dhls_demux.c284 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()
Dtest_http_src.h79 gboolean (*src_start)(GstTestHTTPSrc *src, member
Dtest_http_src.c292 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/
Dir3_delay.c227 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/
Dbrw_fs_register_coalesce.cpp109 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()
Dbrw_vec4.cpp2292 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/
Dradv_meta_blit.c518 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/
Dimage_process.cc117 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/
Dosr_dragdrop_win.cc160 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/
Danv_blorp.c729 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/
Dgstdvdemux.c839 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/
Ddeconv_winograd_fp32.c596 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/
Dlagarith.c377 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/
Dtensor.cc1133 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/
Ddeconv_winograd_fp16.c415 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/
Ddecode.c1956 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/
Ddecode.c1956 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/
Dpcm.c3353 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/
Dv3dv_meta_copy.c1093 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/
DChangeLog81576 Users of this element are obliged to implement at least the src_start