Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FORMAT_P010_10LE (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11format.cpp185 return GST_VIDEO_FORMAT_P010_10LE; in gst_d3d11_dxgi_format_to_gst()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfh265enc.cpp625 GST_VIDEO_FORMAT_P010_10LE) { in gst_mf_h265_enc_set_option()
780 GST_VIDEO_FORMAT_P010_10LE) { in gst_mf_h265_enc_set_src_caps()
Dgstmfutils.cpp68 {MFVideoFormat_P010, MAKE_RAW_FORMAT_CAPS ("P010_10LE"), GST_VIDEO_FORMAT_P010_10LE},
415 case GST_VIDEO_FORMAT_P010_10LE: in gst_mf_update_video_info_with_stride()
Dgstmfvideoenc.cpp599 case GST_VIDEO_FORMAT_P010_10LE: in gst_mf_video_enc_frame_needs_copy()
1570 case GST_VIDEO_FORMAT_P010_10LE: in gst_mf_video_enc_enum_internal()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11converter.cpp862 case GST_VIDEO_FORMAT_P010_10LE: in setup_convert_info_yuv_to_rgb()
897 case GST_VIDEO_FORMAT_P010_10LE: in setup_convert_info_rgb_to_yuv()
1336 case GST_VIDEO_FORMAT_P010_10LE: in setup_convert_info_yuv_to_gray()
1446 case GST_VIDEO_FORMAT_P010_10LE: in setup_convert_info_gray_to_yuv()
2181 case GST_VIDEO_FORMAT_P010_10LE: in gst_d3d11_converter_update_viewport()
Dgstd3d11vp9dec.cpp376 out_format = GST_VIDEO_FORMAT_P010_10LE; in gst_d3d11_vp9_dec_new_sequence()
840 GST_DXVA_CODEC_VP9, GST_VIDEO_FORMAT_P010_10LE, &profile2_guid); in gst_d3d11_vp9_dec_register()
Dgstd3d11h265dec.cpp393 inner->out_format = GST_VIDEO_FORMAT_P010_10LE; in gst_d3d11_h265_dec_new_sequence()
988 GST_DXVA_CODEC_H265, GST_VIDEO_FORMAT_P010_10LE, &main_10_guid); in gst_d3d11_h265_dec_register()
Dgstd3d11decoder.cpp597 } else if (format == GST_VIDEO_FORMAT_P010_10LE) { in gst_d3d11_decoder_get_supported_decoder_profile()
612 } else if (format == GST_VIDEO_FORMAT_P010_10LE) { in gst_d3d11_decoder_get_supported_decoder_profile()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h214 GST_VIDEO_FORMAT_P010_10LE, enumerator
Dvideo-enumtypes.c711 { C_ENUM(GST_VIDEO_FORMAT_P010_10LE), "GST_VIDEO_FORMAT_P010_10LE", "p010-10le" }, in gst_video_format_get_type()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.c830 case GST_VIDEO_FORMAT_P010_10LE: in gst_msdkh265enc_need_conversion()
849 *out_format = GST_VIDEO_FORMAT_P010_10LE; in gst_msdkh265enc_need_conversion()
Dgstmsdksystemmemory.c82 case GST_VIDEO_FORMAT_P010_10LE: in ensure_data()
Dgstmsdkenc.c564 case GST_VIDEO_FORMAT_P010_10LE: in gst_msdkenc_init_encoder()
665 case GST_VIDEO_FORMAT_P010_10LE: in gst_msdkenc_init_encoder()
2037 case GST_VIDEO_FORMAT_P010_10LE: in gst_msdkenc_need_conversion()
2047 *out_format = GST_VIDEO_FORMAT_P010_10LE; in gst_msdkenc_need_conversion()
Dgstmsdkallocator_libva.c594 case GST_VIDEO_FORMAT_P010_10LE: in gst_msdk_export_dmabuf_to_vasurface()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c213 case GST_VIDEO_FORMAT_P010_10LE: in gst_gl_format_from_video_info()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c286 case GST_VIDEO_FORMAT_P010_10LE: in gst_nvenc_get_nv_buffer_format()
338 {GST_VIDEO_FORMAT_P010_10LE, NV_ENC_BUFFER_FORMAT_YUV420_10BIT, TRUE, in gst_nvenc_get_supported_input_formats()
Dgstnvdecoder.c148 case GST_VIDEO_FORMAT_P010_10LE: in chroma_format_from_video_format()
171 case GST_VIDEO_FORMAT_P010_10LE: in output_format_from_video_format()
Dgstnvvp9dec.c260 out_format = GST_VIDEO_FORMAT_P010_10LE; in gst_nv_vp9_dec_new_sequence()
Dgstnvh265enc.c573 } else if (GST_VIDEO_INFO_FORMAT (info) == GST_VIDEO_FORMAT_P010_10LE) { in gst_nv_h265_enc_set_encoder_config()
Dgstnvdec.c264 case GST_VIDEO_FORMAT_P010_10LE: in get_cuda_surface_format_from_gst()
393 out_format = GST_VIDEO_FORMAT_P010_10LE; in parser_sequence_callback()
Dgstnvh264dec.c422 out_format = GST_VIDEO_FORMAT_P010_10LE; in gst_nv_h264_dec_new_sequence()
Dgstnvh265dec.c362 out_format = GST_VIDEO_FORMAT_P010_10LE; in gst_nv_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c154 case GST_VIDEO_FORMAT_P010_10LE: in extrapolate_stride()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c532 case GST_VIDEO_FORMAT_P010_10LE: in _drm_rgba_fourcc_from_info()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c676 return GST_VIDEO_FORMAT_P010_10LE; in _default_video_format_from_chroma()

12