Home
last modified time | relevance | path

Searched refs:fuinfo (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2190 const GstVideoFormatInfo *finfo, *fuinfo; in GST_START_TEST() local
2205 fuinfo = gst_video_format_get_info (finfo->unpack_format); in GST_START_TEST()
2206 fail_unless (fuinfo != NULL); in GST_START_TEST()
2208 depth = GST_VIDEO_FORMAT_INFO_BITS (fuinfo); in GST_START_TEST()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Multimedia/
H A Dmod.rs15371 …dows::runtime::IntoParam<'a, HMMIO>>(hmmio: Param0, pmmioinfo: *mut MMIOINFO, fuinfo: u32) -> u32 { in mmioGetInfo()
15376 …fn mmioGetInfo(hmmio: HMMIO, pmmioinfo: *mut ::std::mem::ManuallyDrop<MMIOINFO>, fuinfo: u32) -> u… in mmioGetInfo()
15378 …GetInfo(hmmio.into_param().abi(), ::std::mem::transmute(pmmioinfo), ::std::mem::transmute(fuinfo))) in mmioGetInfo()
15523 …ws::runtime::IntoParam<'a, HMMIO>>(hmmio: Param0, pmmioinfo: *const MMIOINFO, fuinfo: u32) -> u32 { in mmioSetInfo()
15528 …mioSetInfo(hmmio: HMMIO, pmmioinfo: *const ::std::mem::ManuallyDrop<MMIOINFO>, fuinfo: u32) -> u32; in mmioSetInfo()
15530 …SetInfo(hmmio.into_param().abi(), ::std::mem::transmute(pmmioinfo), ::std::mem::transmute(fuinfo))) in mmioSetInfo()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Multimedia/
H A Dmod.rs250 pub fn mmioGetInfo(hmmio: HMMIO, pmmioinfo: *mut MMIOINFO, fuinfo: u32) -> u32; in mmioGetInfo()
270 pub fn mmioSetInfo(hmmio: HMMIO, pmmioinfo: *const MMIOINFO, fuinfo: u32) -> u32; in mmioSetInfo()