/third_party/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalphacolor.c | 483 switch (GST_VIDEO_INFO_FORMAT (in_info)) { in gst_alpha_color_set_info() 485 switch (GST_VIDEO_INFO_FORMAT (out_info)) { in gst_alpha_color_set_info() 515 switch (GST_VIDEO_INFO_FORMAT (out_info)) { in gst_alpha_color_set_info() 545 switch (GST_VIDEO_INFO_FORMAT (out_info)) { in gst_alpha_color_set_info() 575 switch (GST_VIDEO_INFO_FORMAT (out_info)) { in gst_alpha_color_set_info() 605 switch (GST_VIDEO_INFO_FORMAT (out_info)) { in gst_alpha_color_set_info() 653 if (GST_VIDEO_INFO_FORMAT (in_info) == GST_VIDEO_INFO_FORMAT (out_info) in gst_alpha_color_set_info()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcolorconvert.c | 640 if (GST_VIDEO_INFO_FORMAT (in) != GST_VIDEO_INFO_FORMAT (out)) in _gst_gl_color_convert_can_passthrough_info() 686 g_return_val_if_fail (GST_VIDEO_INFO_FORMAT (&in_info) != in _gst_gl_color_convert_set_caps_unlocked() 688 g_return_val_if_fail (GST_VIDEO_INFO_FORMAT (&in_info) != in _gst_gl_color_convert_set_caps_unlocked() 690 g_return_val_if_fail (GST_VIDEO_INFO_FORMAT (&out_info) != in _gst_gl_color_convert_set_caps_unlocked() 692 g_return_val_if_fail (GST_VIDEO_INFO_FORMAT (&out_info) != in _gst_gl_color_convert_set_caps_unlocked() 1542 GstVideoFormat in_format = GST_VIDEO_INFO_FORMAT (&convert->in_info); in _RGB_to_RGB() 1544 GstVideoFormat out_format = GST_VIDEO_INFO_FORMAT (&convert->out_info); in _RGB_to_RGB() 1573 GstVideoFormat out_format = GST_VIDEO_INFO_FORMAT (&convert->out_info); in _YUV_to_RGB() 1605 switch (GST_VIDEO_INFO_FORMAT (&convert->in_info)) { in _YUV_to_RGB() 1709 GstVideoFormat in_format = GST_VIDEO_INFO_FORMAT (&convert->in_info); in _RGB_to_YUV() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/pnm/ |
D | gstpnmenc.c | 144 switch (GST_VIDEO_INFO_FORMAT (info)) { in gst_pnmenc_set_format() 200 switch (GST_VIDEO_INFO_FORMAT (info)) { in gst_pnmenc_handle_frame() 270 switch (GST_VIDEO_INFO_FORMAT (info)) { in gst_pnmenc_handle_frame() 316 gst_video_format_to_string (GST_VIDEO_INFO_FORMAT (info))); in gst_pnmenc_handle_frame() 335 switch (GST_VIDEO_INFO_FORMAT (info)) { in gst_pnmenc_handle_frame()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-overlay-composition.c | 504 GST_VIDEO_INFO_FORMAT (&rect->info)); in gst_video_overlay_composition_blend() 1090 format = GST_VIDEO_INFO_FORMAT (src); in gst_video_overlay_rectangle_convert() 1202 format = GST_VIDEO_INFO_FORMAT (&rectangle->info); in gst_video_overlay_rectangle_get_pixels_raw_internal() 1236 GST_VIDEO_INFO_FORMAT (&r->info) == wanted_format && in gst_video_overlay_rectangle_get_pixels_raw_internal() 1255 if (GST_VIDEO_INFO_FORMAT (&r->info) == wanted_format && in gst_video_overlay_rectangle_get_pixels_raw_internal() 1274 GST_VIDEO_INFO_FORMAT (&conv_info), width, height); in gst_video_overlay_rectangle_get_pixels_raw_internal() 1291 format = GST_VIDEO_INFO_FORMAT (&conv_rect->info); in gst_video_overlay_rectangle_get_pixels_raw_internal() 1302 GST_VIDEO_INFO_FORMAT (&conv_rect->info), wanted_width, wanted_height); in gst_video_overlay_rectangle_get_pixels_raw_internal() 1379 flags, FALSE, GST_VIDEO_INFO_FORMAT (&rectangle->info)); in gst_video_overlay_rectangle_get_pixels_raw() 1453 flags, TRUE, GST_VIDEO_INFO_FORMAT (&rectangle->info)); in gst_video_overlay_rectangle_get_pixels_unscaled_raw()
|
D | gstvideoaggregator.c | 421 GST_VIDEO_INFO_FORMAT (&vpad->info), in gst_video_aggregator_convert_pad_prepare_frame() 422 GST_VIDEO_INFO_FORMAT (&pad->priv->conversion_info)); in gst_video_aggregator_convert_pad_prepare_frame() 496 || GST_VIDEO_INFO_FORMAT (&vpad->info) == GST_VIDEO_FORMAT_UNKNOWN) { in gst_video_aggregator_convert_pad_create_conversion_info() 501 || GST_VIDEO_INFO_FORMAT (&agg->info) == GST_VIDEO_FORMAT_UNKNOWN) { in gst_video_aggregator_convert_pad_create_conversion_info() 511 if (GST_VIDEO_INFO_FORMAT (&agg->info) != GST_VIDEO_INFO_FORMAT (&vpad->info) in gst_video_aggregator_convert_pad_create_conversion_info() 521 gst_video_info_set_format (&tmp_info, GST_VIDEO_INFO_FORMAT (&agg->info), in gst_video_aggregator_convert_pad_create_conversion_info() 755 if (GST_VIDEO_INFO_FORMAT (&pad->info) == GST_VIDEO_FORMAT_UNKNOWN) in gst_video_aggregator_find_best_format() 774 GINT_TO_POINTER (GST_VIDEO_INFO_FORMAT (&pad->info)))); in gst_video_aggregator_find_best_format() 778 GINT_TO_POINTER (GST_VIDEO_INFO_FORMAT (&pad->info)), in gst_video_aggregator_find_best_format() 887 best_format = GST_VIDEO_INFO_FORMAT (&best_info); in gst_video_aggregator_default_update_caps() [all …]
|
D | video-anc.c | 91 res = gst_video_vbi_parser_new (GST_VIDEO_INFO_FORMAT (&parser->info), in gst_video_vbi_parser_copy() 553 switch (GST_VIDEO_INFO_FORMAT (&parser->info)) { in gst_video_vbi_parser_add_line() 587 res = gst_video_vbi_encoder_new (GST_VIDEO_INFO_FORMAT (&encoder->info), in gst_video_vbi_encoder_copy() 912 switch (GST_VIDEO_INFO_FORMAT (&encoder->info)) { in gst_video_vbi_encoder_write_line()
|
D | video-frame.h | 115 #define GST_VIDEO_FRAME_FORMAT(f) (GST_VIDEO_INFO_FORMAT(&(f)->info))
|
/third_party/gstreamer/gstplugins_bad/sys/vdpau/ |
D | gstvdpvideobufferpool.c | 73 if (GST_VIDEO_INFO_FORMAT (&info) == GST_VIDEO_FORMAT_UNKNOWN) in gst_vdp_video_buffer_pool_set_config() 143 vmeta = gst_buffer_add_video_meta (buf, 0, GST_VIDEO_INFO_FORMAT (info), in gst_vdp_video_buffer_pool_alloc()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 106 if (GST_VIDEO_INFO_FORMAT (&this->v_info) == GST_VIDEO_FORMAT_UNKNOWN) in bind() 202 if (GST_VIDEO_INFO_FORMAT (&this->v_info) == GST_VIDEO_FORMAT_UNKNOWN) in textureSize()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wllinuxdmabuf.c | 84 GST_VIDEO_INFO_FORMAT (info)), NULL); in gst_wl_linux_dmabuf_construct_wl_buffer() 87 format = gst_video_format_to_wl_dmabuf_format (GST_VIDEO_INFO_FORMAT (info)); in gst_wl_linux_dmabuf_construct_wl_buffer()
|
D | wlshmallocator.c | 210 format = gst_video_format_to_wl_shm_format (GST_VIDEO_INFO_FORMAT (info)); in gst_wl_shm_memory_construct_wl_buffer() 218 GST_VIDEO_INFO_FORMAT (info)), NULL); in gst_wl_shm_memory_construct_wl_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 240 gst_video_info_set_format (&info, GST_VIDEO_INFO_FORMAT (&mix->info), in gst_videomixer2_update_src_caps() 344 if (GST_VIDEO_INFO_FORMAT (&pad->info) == GST_VIDEO_FORMAT_UNKNOWN) in gst_videomixer2_update_converters() 363 GINT_TO_POINTER (GST_VIDEO_INFO_FORMAT (&pad->info)))); in gst_videomixer2_update_converters() 367 GINT_TO_POINTER (GST_VIDEO_INFO_FORMAT (&pad->info)), in gst_videomixer2_update_converters() 373 best_format = GST_VIDEO_INFO_FORMAT (&pad->info); in gst_videomixer2_update_converters() 377 best_format = GST_VIDEO_INFO_FORMAT (&pad->info); in gst_videomixer2_update_converters() 388 best_format = GST_VIDEO_INFO_FORMAT (&best_info); in gst_videomixer2_update_converters() 433 if (GST_VIDEO_INFO_FORMAT (&pad->info) == GST_VIDEO_FORMAT_UNKNOWN) in gst_videomixer2_update_converters() 444 if (best_format != GST_VIDEO_INFO_FORMAT (&pad->info) || in gst_videomixer2_update_converters() 453 GST_VIDEO_INFO_FORMAT (&pad->info), in gst_videomixer2_update_converters() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkbufferpool.c | 99 GstVideoFormat v_format = GST_VIDEO_INFO_FORMAT (&priv->v_info); in gst_vulkan_buffer_pool_set_config() 161 GstVideoFormat v_format = GST_VIDEO_INFO_FORMAT (&priv->v_info); in gst_vulkan_buffer_pool_alloc()
|
/third_party/gstreamer/gstplugins_good/gst/y4m/ |
D | gsty4mencode.c | 140 switch (GST_VIDEO_INFO_FORMAT (info)) { in gst_y4m_encode_set_format() 233 if (GST_VIDEO_INFO_FORMAT (&filter->info) == GST_VIDEO_FORMAT_UNKNOWN) in gst_y4m_encode_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | msdk.c | 278 gst_msdk_get_mfx_fourcc_from_format (GST_VIDEO_INFO_FORMAT (info)); in gst_msdk_set_mfx_frame_info_from_video_info() 280 gst_msdk_get_mfx_chroma_from_format (GST_VIDEO_INFO_FORMAT (info)); in gst_msdk_set_mfx_frame_info_from_video_info()
|
/third_party/gstreamer/gstplugins_good/ext/libpng/ |
D | gstpngenc.c | 160 switch (GST_VIDEO_INFO_FORMAT (info)) { in gst_pngenc_set_format() 176 switch (GST_VIDEO_INFO_FORMAT (info)) { in gst_pngenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
D | gstopencvutils.cpp | 104 format = GST_VIDEO_INFO_FORMAT (info); in gst_opencv_cv_mat_params_from_video_info()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstline21dec.c | 146 vbi_pixfmt_from_gst_video_format (GST_VIDEO_INFO_FORMAT (in_info), in gst_line_21_decoder_set_info() 175 if (GST_VIDEO_INFO_FORMAT (in_info) == GST_VIDEO_FORMAT_v210) { in gst_line_21_decoder_set_info()
|
D | gstline21enc.c | 130 vbi_pixfmt_from_gst_video_format (GST_VIDEO_INFO_FORMAT (&self->info)); in gst_line_21_encoder_set_info()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglstereomix.c | 546 if (GST_VIDEO_INFO_FORMAT (&pad->info) == GST_VIDEO_FORMAT_UNKNOWN) in _update_caps() 734 GST_VIDEO_INFO_FORMAT (out_info), in gst_gl_stereo_mix_process_frames() 740 GST_VIDEO_INFO_FORMAT (out_info), in gst_gl_stereo_mix_process_frames()
|
/third_party/gstreamer/gstplugins_good/ext/cairo/ |
D | gstcairooverlay.c | 382 switch (GST_VIDEO_INFO_FORMAT (&overlay->info)) { in gst_cairo_overlay_transform_ip() 397 gst_video_format_to_string (GST_VIDEO_INFO_FORMAT (&overlay->info))); in gst_cairo_overlay_transform_ip()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlacemethod.c | 115 if (GST_VIDEO_INFO_FORMAT (self->vinfo) == GST_VIDEO_FORMAT_UNKNOWN) in gst_deinterlace_method_setup_impl() 118 switch (GST_VIDEO_INFO_FORMAT (self->vinfo)) { in gst_deinterlace_method_setup_impl() 620 if (GST_VIDEO_INFO_FORMAT (vinfo) == GST_VIDEO_FORMAT_UNKNOWN) in gst_deinterlace_simple_method_setup() 623 switch (GST_VIDEO_INFO_FORMAT (vinfo)) { in gst_deinterlace_simple_method_setup()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsbufferpool.c | 166 GST_VIDEO_INFO_FORMAT (info), in gst_kms_buffer_pool_alloc_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawpay.c | 169 switch (GST_VIDEO_INFO_FORMAT (&info)) { in gst_rtp_vraw_pay_setcaps() 317 format = GST_VIDEO_INFO_FORMAT (&rtpvrawpay->vinfo); in gst_rtp_vraw_pay_handle_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideobalance.c | 262 upos = GST_VIDEO_INFO_FORMAT (&frame->info) == GST_VIDEO_FORMAT_NV12 ? 0 : 1; in gst_video_balance_semiplanar_yuv() 263 vpos = GST_VIDEO_INFO_FORMAT (&frame->info) == GST_VIDEO_FORMAT_NV12 ? 1 : 0; in gst_video_balance_semiplanar_yuv() 426 switch (GST_VIDEO_INFO_FORMAT (in_info)) { in gst_video_balance_set_info()
|