/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoutilsprivate.c | 155 GstFormat * dest_format, gint64 * dest_value) in __gst_video_rawvideo_convert() argument 161 g_return_val_if_fail (dest_format != NULL, FALSE); in __gst_video_rawvideo_convert() 164 if (src_format == *dest_format || src_value == 0 || src_value == -1) { in __gst_video_rawvideo_convert() 174 *dest_format == GST_FORMAT_DEFAULT && vidsize) { in __gst_video_rawvideo_convert() 179 *dest_format == GST_FORMAT_BYTES && vidsize) { in __gst_video_rawvideo_convert() 184 *dest_format == GST_FORMAT_TIME && fps_n) { in __gst_video_rawvideo_convert() 189 *dest_format == GST_FORMAT_DEFAULT && fps_d) { in __gst_video_rawvideo_convert() 194 *dest_format == GST_FORMAT_BYTES && fps_d && vidsize) { in __gst_video_rawvideo_convert() 200 *dest_format == GST_FORMAT_TIME && fps_n && vidsize) { in __gst_video_rawvideo_convert() 212 GstFormat src_format, gint64 src_value, GstFormat * dest_format, in __gst_video_encoded_video_convert() argument [all …]
|
D | gstvideoutilsprivate.h | 42 GstFormat * dest_format, gint64 * dest_value); 46 gint64 src_value, GstFormat * dest_format,
|
D | video-info.c | 1250 GstFormat dest_format, gint64 * dest_value) in gst_video_info_convert() argument 1267 gst_format_get_name (dest_format)); in gst_video_info_convert() 1269 if (src_format == dest_format) { in gst_video_info_convert() 1282 if (src_format == GST_FORMAT_BYTES && dest_format == GST_FORMAT_DEFAULT) { in gst_video_info_convert() 1294 if (src_format == GST_FORMAT_DEFAULT && dest_format == GST_FORMAT_BYTES) { in gst_video_info_convert() 1301 if (src_format == GST_FORMAT_TIME && dest_format == GST_FORMAT_DEFAULT) { in gst_video_info_convert() 1314 if (src_format == GST_FORMAT_DEFAULT && dest_format == GST_FORMAT_TIME) { in gst_video_info_convert() 1327 if (src_format == GST_FORMAT_TIME && dest_format == GST_FORMAT_BYTES) { in gst_video_info_convert() 1340 if (src_format == GST_FORMAT_BYTES && dest_format == GST_FORMAT_TIME) { in gst_video_info_convert()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiocdsrc.c | 468 gint64 src_val, GstFormat dest_format, gint64 * dest_val) in gst_audio_cd_src_convert() argument 474 gst_format_get_name (dest_format)); in gst_audio_cd_src_convert() 476 if (src_format == dest_format) { in gst_audio_cd_src_convert() 498 if (src_format == dest_format) { in gst_audio_cd_src_convert() 509 switch (dest_format) { in gst_audio_cd_src_convert() 525 if (dest_format == sector_format) { in gst_audio_cd_src_convert() 527 } else if (dest_format == track_format) { in gst_audio_cd_src_convert() 548 switch (dest_format) { in gst_audio_cd_src_convert() 560 if (dest_format == sector_format) { in gst_audio_cd_src_convert() 562 } else if (dest_format == track_format) { in gst_audio_cd_src_convert() [all …]
|
D | gstaudioutilsprivate.c | 168 gint64 src_value, GstFormat * dest_format, gint64 * dest_value) in __gst_audio_encoded_audio_convert() argument 172 g_return_val_if_fail (dest_format != NULL, FALSE); in __gst_audio_encoded_audio_convert() 175 if (G_UNLIKELY (src_format == *dest_format || src_value == 0 || in __gst_audio_encoded_audio_convert() 191 switch (*dest_format) { in __gst_audio_encoded_audio_convert() 202 switch (*dest_format) { in __gst_audio_encoded_audio_convert()
|
D | gstaudioutilsprivate.h | 42 gint64 src_value, GstFormat * dest_format,
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawbaseparse.c | 137 GstFormat src_format, gint64 src_value, GstFormat dest_format, 675 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_raw_base_parse_convert() argument 699 if (G_UNLIKELY (src_format == dest_format)) { in gst_raw_base_parse_convert() 701 } else if ((src_format == GST_FORMAT_TIME || dest_format == GST_FORMAT_TIME) in gst_raw_base_parse_convert() 704 dest_format)) { in gst_raw_base_parse_convert() 713 klass->get_units_per_second (raw_base_parse, dest_format, in gst_raw_base_parse_convert() 730 dest_format, dest_value); in gst_raw_base_parse_convert() 735 gst_format_get_name (src_format), gst_format_get_name (dest_format), in gst_raw_base_parse_convert()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkateparse.c | 102 GstFormat * dest_format, gint64 * dest_value); 456 GstFormat * dest_format, gint64 * dest_value) 469 if (src_format == *dest_format) { 475 (src_format == GST_FORMAT_BYTES || *dest_format == GST_FORMAT_BYTES)) 480 switch (*dest_format) { 486 switch (*dest_format) {
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisparse.c | 93 gint64 src_value, GstFormat * dest_format, gint64 * dest_value); 531 GstFormat * dest_format, gint64 * dest_value) in vorbis_parse_convert() argument 545 if (src_format == *dest_format) { in vorbis_parse_convert() 551 (src_format == GST_FORMAT_BYTES || *dest_format == GST_FORMAT_BYTES)) in vorbis_parse_convert() 556 switch (*dest_format) { in vorbis_parse_convert() 569 switch (*dest_format) { in vorbis_parse_convert() 582 switch (*dest_format) { in vorbis_parse_convert()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 147 GstFormat src_format, gint64 src_value, GstFormat dest_format, 150 GstFormat src_format, gint64 src_value, GstFormat dest_format, 382 GstFormat src_format, gint64 src_value, GstFormat dest_format, in gst_dvdemux_src_convert() argument 387 if (dest_format == src_format || src_value == -1) { in gst_dvdemux_src_convert() 400 src_value, src_format, dest_format); in gst_dvdemux_src_convert() 404 switch (dest_format) { in gst_dvdemux_src_convert() 425 switch (dest_format) { in gst_dvdemux_src_convert() 453 switch (dest_format) { in gst_dvdemux_src_convert() 485 dest_format, *dest_value, res); in gst_dvdemux_src_convert() 498 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_dvdemux_sink_convert() argument [all …]
|
/third_party/gstreamer/gstplugins_good/gst/auparse/ |
D | gstauparse.c | 101 GstFormat src_format, gint64 srcval, GstFormat dest_format, 499 gint64 srcval, GstFormat dest_format, gint64 * destval) in gst_au_parse_src_convert() argument 504 if (dest_format == src_format) { in gst_au_parse_src_convert() 524 switch (dest_format) { in gst_au_parse_src_convert() 541 switch (dest_format) { in gst_au_parse_src_convert() 563 gst_format_get_name (src_format), gst_format_get_name (dest_format)); in gst_au_parse_src_convert()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraparse.c | 738 GstFormat * dest_format, gint64 * dest_value) in theora_parse_src_convert() argument 744 if (src_format == *dest_format) { in theora_parse_src_convert() 757 switch (*dest_format) { in theora_parse_src_convert() 769 switch (*dest_format) { in theora_parse_src_convert() 779 gst_format_get_name (*dest_format)); in theora_parse_src_convert() 784 switch (*dest_format) { in theora_parse_src_convert()
|
/third_party/gstreamer/gstplugins_bad/gst/speed/ |
D | gstspeed.c | 183 GstFormat * dest_format, gint64 * dest_value) in gst_speed_convert() argument 188 if (src_format == *dest_format) { in gst_speed_convert() 195 switch (*dest_format) { in gst_speed_convert() 221 switch (*dest_format) { in gst_speed_convert() 238 switch (*dest_format) { in gst_speed_convert()
|
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/ |
D | gstimagefreeze.c | 410 GstFormat * dest_format, gint64 * dest_value) in gst_image_freeze_convert() argument 414 if (src_format == *dest_format) { in gst_image_freeze_convert() 426 switch (*dest_format) { in gst_image_freeze_convert() 444 switch (*dest_format) { in gst_image_freeze_convert() 476 GstFormat src_format, dest_format; in gst_image_freeze_src_query() local 479 gst_query_parse_convert (query, &src_format, &src_value, &dest_format, in gst_image_freeze_src_query() 482 gst_image_freeze_convert (self, src_format, src_value, &dest_format, in gst_image_freeze_src_query() 485 gst_query_set_convert (query, src_format, src_value, dest_format, in gst_image_freeze_src_query()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | baseparse | 23 gint64 src_value, GstFormat dest_format, gint64 * dest_value); 97 gint64 src_value, GstFormat dest_format, gint64 * dest_value)
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbaseparse.h | 270 GstFormat dest_format, 363 GstFormat dest_format,
|
D | gstbasesrc.c | 1459 GstFormat seek_format, dest_format; in gst_base_src_default_prepare_seek_segment() local 1466 dest_format = segment->format; in gst_base_src_default_prepare_seek_segment() 1468 if (seek_format == dest_format) { in gst_base_src_default_prepare_seek_segment() 1477 gst_pad_query_convert (src->srcpad, seek_format, start, dest_format, in gst_base_src_default_prepare_seek_segment() 1485 gst_pad_query_convert (src->srcpad, seek_format, stop, dest_format, in gst_base_src_default_prepare_seek_segment() 1493 gst_segment_do_seek (segment, rate, dest_format, flags, start_type, in gst_base_src_default_prepare_seek_segment() 1683 GstFormat seek_format, dest_format; in gst_base_src_perform_seek() local 1698 dest_format = src->segment.format; in gst_base_src_perform_seek() 1708 if (dest_format != seek_format && !relative_seek) { in gst_base_src_perform_seek() 1713 gst_segment_init (&seeksegment, dest_format); in gst_base_src_perform_seek() [all …]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_rs.h | 43 uint8_t dest_format; /* RS_FORMAT_XXX */ member
|
D | etnaviv_rs.c | 100 VIVS_RS_CONFIG_DEST_FORMAT(rs->dest_format) | in etna_compile_rs_state() 167 rs->source_format == rs->dest_format && in etna_compile_rs_state() 307 .dest_format = format, in etna_rs_gen_clear_surface() 775 .dest_format = format, in etna_try_rs_blit()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.h | 361 …ry_new_convert (GstFormat src_format, gint64 value, GstFormat dest_format) G_GNUC_MALLOC; 365 GstFormat dest_format, gint64 dest_value); 369 GstFormat *dest_format, gint64 *dest_value);
|
D | gstquery.c | 476 GstFormat dest_format) in gst_query_new_convert() argument 484 GST_QUARK (DEST_FORMAT), GST_TYPE_FORMAT, dest_format, in gst_query_new_convert() 504 GstFormat dest_format, gint64 dest_value) in gst_query_set_convert() argument 514 GST_QUARK (DEST_FORMAT), GST_TYPE_FORMAT, dest_format, in gst_query_set_convert() 534 gint64 * src_value, GstFormat * dest_format, gint64 * dest_value) in gst_query_parse_convert() argument 548 if (dest_format) in gst_query_parse_convert() 549 *dest_format = in gst_query_parse_convert()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstogmparse.c | 160 gint64 src_value, GstFormat * dest_format, gint64 * dest_value); 414 GstFormat * dest_format, gint64 * dest_value) in gst_ogm_parse_sink_convert() argument 421 switch (*dest_format) { in gst_ogm_parse_sink_convert() 443 switch (*dest_format) { in gst_ogm_parse_sink_convert()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstdiracparse.c | 64 GstFormat src_format, gint64 src_value, GstFormat dest_format, 386 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_dirac_parse_convert() argument
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffparse.c | 82 gint64 src_value, GstFormat * dest_format, gint64 * dest_value); 1587 GstFormat * dest_format, gint64 * dest_value) in gst_aiff_parse_pad_convert() argument 1594 if (*dest_format == src_format) { in gst_aiff_parse_pad_convert() 1603 gst_format_get_name (src_format), gst_format_get_name (*dest_format)); in gst_aiff_parse_pad_convert() 1607 switch (*dest_format) { in gst_aiff_parse_pad_convert() 1625 switch (*dest_format) { in gst_aiff_parse_pad_convert() 1640 switch (*dest_format) { in gst_aiff_parse_pad_convert()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstmpegaudioparse.c | 103 GstFormat dest_format, gint64 * dest_value); 1323 gint64 src_value, GstFormat dest_format, gint64 * dest_value) in gst_mpeg_audio_parse_convert() argument 1328 if (src_format == GST_FORMAT_TIME && dest_format == GST_FORMAT_BYTES) in gst_mpeg_audio_parse_convert() 1331 else if (src_format == GST_FORMAT_BYTES && dest_format == GST_FORMAT_TIME) in gst_mpeg_audio_parse_convert() 1338 dest_format, dest_value); in gst_mpeg_audio_parse_convert()
|