Home
last modified time | relevance | path

Searched refs:dst_value (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/soundtouch/
Dgstpitch.cc472 GstFormat * dst_format, gint64 * dst_value) in gst_pitch_convert() argument
478 g_return_val_if_fail (dst_format && dst_value, FALSE); in gst_pitch_convert()
490 *dst_value = src_value; in gst_pitch_convert()
498 *dst_value = in gst_pitch_convert()
503 *dst_value = gst_util_uint64_scale_int (src_value, 1, sample_size); in gst_pitch_convert()
513 *dst_value = in gst_pitch_convert()
518 *dst_value = in gst_pitch_convert()
529 *dst_value = gst_util_uint64_scale_int (src_value, sample_size, 1); in gst_pitch_convert()
532 *dst_value = in gst_pitch_convert()
592 gint64 dst_value; in gst_pitch_src_query() local
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c328 GstH264SPSExtMVCLevelValue *const dst_value = &dst_mvc->level_value[i]; in gst_h264_sps_mvc_copy() local
332 dst_value->level_idc = src_value->level_idc; in gst_h264_sps_mvc_copy()
334 dst_value->num_applicable_ops_minus1 = src_value->num_applicable_ops_minus1; in gst_h264_sps_mvc_copy()
335 dst_value->applicable_op = g_new0 (GstH264SPSExtMVCLevelValueOp, in gst_h264_sps_mvc_copy()
336 dst_value->num_applicable_ops_minus1 + 1); in gst_h264_sps_mvc_copy()
337 if (!dst_value->applicable_op) in gst_h264_sps_mvc_copy()
340 for (j = 0; j <= dst_value->num_applicable_ops_minus1; j++) { in gst_h264_sps_mvc_copy()
341 GstH264SPSExtMVCLevelValueOp *const dst_op = &dst_value->applicable_op[j]; in gst_h264_sps_mvc_copy()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.c241 GValue dst_value = G_VALUE_INIT; in structure_transform() local
260 g_value_init (&dst_value, gst_structure_get_field_type (dst, key)); in structure_transform()
262 if (g_value_transform (src_value, &dst_value)) { in structure_transform()
263 gst_structure_set_value (dst, key, &dst_value); in structure_transform()
266 G_VALUE_TYPE_NAME (src_value), G_VALUE_TYPE_NAME (&dst_value)); in structure_transform()
270 g_value_unset (&dst_value); in structure_transform()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c1145 gint64 dst_value; in gst_video_rate_query() local
1159 dst_value = in gst_video_rate_query()
1163 GST_TIME_ARGS (dst_value)); in gst_video_rate_query()
1164 gst_query_set_position (query, dst_format, dst_value); in gst_video_rate_query()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh284 Value *dst_value = c->copy (*src_value); in copy_device() local
286 if (!dst_value) return false; in copy_device()
287 if (*dst_value == 0) return true; in copy_device()
289 *dst_value = 0; in copy_device()
293 c->add_link (*dst_value, c->pop_pack ()); in copy_device()
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh284 Value *dst_value = c->copy (*src_value); in copy_device() local
286 if (!dst_value) return false; in copy_device()
287 if (*dst_value == 0) return true; in copy_device()
289 *dst_value = 0; in copy_device()
293 c->add_link (*dst_value, c->pop_pack ()); in copy_device()
/third_party/spirv-tools/source/diff/
Ddiff.cpp1238 const uint64_t dst_value = dst_value_operand.AsLiteralUint64(); in MatchOpConstant() local
1241 if (src_value == dst_value) { in MatchOpConstant()
1256 return src_value - dst_value < tolerance || in MatchOpConstant()
1257 dst_value - src_value < tolerance; in MatchOpConstant()