Home
last modified time | relevance | path

Searched refs:dest_format (Results 1 – 25 of 41) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.c155 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 …]
Dgstvideoutilsprivate.h42 GstFormat * dest_format, gint64 * dest_value);
46 gint64 src_value, GstFormat * dest_format,
Dvideo-info.c1250 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/
Dgstaudiocdsrc.c468 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 …]
Dgstaudioutilsprivate.c168 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()
Dgstaudioutilsprivate.h42 gint64 src_value, GstFormat * dest_format,
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawbaseparse.c137 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/
Dgstkateparse.c102 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/
Dgstvorbisparse.c93 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/
Dgstdvdemux.c147 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/
Dgstauparse.c101 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/
Dgsttheoraparse.c738 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/
Dgstspeed.c183 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/
Dgstimagefreeze.c410 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/
Dbaseparse23 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/
Dgstbaseparse.h270 GstFormat dest_format,
363 GstFormat dest_format,
Dgstbasesrc.c1459 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/
Detnaviv_rs.h43 uint8_t dest_format; /* RS_FORMAT_XXX */ member
Detnaviv_rs.c100 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/
Dgstquery.h361 …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);
Dgstquery.c476 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/
Dgstogmparse.c160 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/
Dgstdiracparse.c64 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/
Daiffparse.c82 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/
Dgstmpegaudioparse.c103 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()

12