Searched refs:dst_value (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.cc | 472 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/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_quantize_parser.cc | 56 auto dst_value = MakeValue(static_cast<int32_t>(dstT)); in Parse() local 57 MS_CHECK_TRUE_RET(dst_value != nullptr, nullptr); in Parse() 58 prim->AddAttr("to", dst_value); in Parse()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.c | 328 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/ |
D | gstmsdkenc.c | 241 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/ |
D | gstvideorate.c | 1145 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/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 284 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/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 284 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/boost/tools/quickbook/src/ |
D | actions.cpp | 1520 value dst_value = values.consume(); in link_action() local 1527 dst = validate_id(state, dst_value); in link_action() 1530 dst = get_attribute_value(state, dst_value); in link_action()
|