Home
last modified time | relevance | path

Searched defs:src_value (Results 1 – 25 of 40) sorted by relevance

12

/third_party/glib/gobject/
Dgvaluetransform.c30 value_transform_memcpy_data0 (const GValue *src_value, in value_transform_memcpy_data0()
169 value_transform_bool_string (const GValue *src_value, in value_transform_bool_string()
177 value_transform_string_string (const GValue *src_value, in value_transform_string_string()
183 value_transform_enum_string (const GValue *src_value, in value_transform_enum_string()
192 value_transform_flags_string (const GValue *src_value, in value_transform_flags_string()
Dgboxed.c71 value_copy (GValue *src_value) in value_copy()
218 boxed_proxy_value_copy (const GValue *src_value, in boxed_proxy_value_copy()
359 GValue src_value, dest_value; in g_boxed_copy() local
Dgvaluetypes.c45 value_copy_long0 (const GValue *src_value, in value_copy_long0()
140 value_copy_int64 (const GValue *src_value, in value_copy_int64()
179 value_copy_float (const GValue *src_value, in value_copy_float()
218 value_copy_double (const GValue *src_value, in value_copy_double()
264 value_copy_string (const GValue *src_value, in value_copy_string()
325 value_copy_pointer (const GValue *src_value, in value_copy_pointer()
372 value_copy_variant (const GValue *src_value, in value_copy_variant()
Dgvalue.c199 g_value_copy (const GValue *src_value, in g_value_copy()
611 g_value_transform (const GValue *src_value, in g_value_transform()
Dgparam.c729 const GValue *src_value, in g_param_value_convert()
811 value_param_copy_value (const GValue *src_value, in value_param_copy_value()
821 value_param_transform_value (const GValue *src_value, in value_param_transform_value()
Dgenums.c143 value_flags_enum_copy_value (const GValue *src_value, in value_flags_enum_copy_value()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dnnacl_common.c24 float ShortToFloat32(uint16_t src_value) { in ShortToFloat32()
44 uint16_t Float32ToShort(float src_value) { in Float32ToShort()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.c85 #define EMIT_STATE(state_name, src_value) \ argument
88 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
91 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
Detnaviv_rs.c180 #define EMIT_STATE(state_name, src_value) \ argument
183 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
186 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
Detnaviv_texture_state.c276 #define EMIT_STATE(state_name, src_value) \ argument
279 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
282 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.c154 GstFormat src_format, gint64 src_value, in __gst_video_rawvideo_convert()
212 GstFormat src_format, gint64 src_value, GstFormat * dest_format, in __gst_video_encoded_video_convert()
Dvideo-info.c1249 GstFormat src_format, gint64 src_value, in gst_video_info_convert()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c387 gst_value_transform_any_list_string (const GValue * src_value, in gst_value_transform_any_list_string()
454 _gst_value_transform_g_value_array_string (const GValue * src_value, in _gst_value_transform_g_value_array_string()
541 gst_value_copy_list_or_array (const GValue * src_value, GValue * dest_value) in gst_value_copy_list_or_array()
1069 gst_value_transform_list_string (const GValue * src_value, GValue * dest_value) in gst_value_transform_list_string()
1075 gst_value_transform_array_string (const GValue * src_value, GValue * dest_value) in gst_value_transform_array_string()
1081 gst_value_transform_g_value_array_string (const GValue * src_value, in gst_value_transform_g_value_array_string()
1088 gst_value_transform_g_value_array_any_list (const GValue * src_value, in gst_value_transform_g_value_array_any_list()
1110 gst_value_transform_any_list_g_value_array (const GValue * src_value, in gst_value_transform_any_list_g_value_array()
1307 gst_value_copy_int_range (const GValue * src_value, GValue * dest_value) in gst_value_copy_int_range()
1439 gst_value_transform_int_range_string (const GValue * src_value, in gst_value_transform_int_range_string()
[all …]
Dgstcapsfeatures.c873 gst_caps_features_transform_to_string (const GValue * src_value, in gst_caps_features_transform_to_string()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dactivation_fp32.c168 MS_FLOAT32X8 src_value = MS_LD256_F32(src + index); in Swish() local
177 MS_FLOAT32X4 src_value = MS_LDQ_F32(src + index); in Swish() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c168 gint64 src_value, GstFormat * dest_format, gint64 * dest_value) in __gst_audio_encoded_audio_convert()
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/
Dgstpitch.cc471 GstFormat src_format, gint64 src_value, in gst_pitch_convert()
617 gint64 src_value, dst_value; in gst_pitch_src_query() local
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c409 GstFormat src_format, gint64 src_value, in gst_image_freeze_convert()
477 gint64 src_value, dest_value; in gst_image_freeze_src_query() local
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstdiracparse.c386 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_dirac_parse_convert()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawbaseparse.c675 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_raw_base_parse_convert()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dactivation_fp16.c27 float16x8_t src_value = vld1q_f16(src + offset); in ReluFp16() local
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisparse.c530 GstFormat src_format, gint64 src_value, in vorbis_parse_convert()
/third_party/gstreamer/gstplugins_good/ext/dv/
Dgstdvdemux.c382 GstFormat src_format, gint64 src_value, GstFormat dest_format, in gst_dvdemux_src_convert()
498 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_dvdemux_sink_convert()
/third_party/gstreamer/gstplugins_bad/gst/speed/
Dgstspeed.c182 gst_speed_convert (GstSpeed * filter, GstFormat src_format, gint64 src_value, in gst_speed_convert()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraparse.c737 GstFormat src_format, gint64 src_value, in theora_parse_src_convert()

12