Home
last modified time | relevance | path

Searched refs:dwBitRate (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c665 vih->dwBitRate = dwRate * bih->biBitCount; in ks_video_fixate_media_type()
666 vih->dwBitRate = MAX (vih->dwBitRate, vr->ConfigCaps.MinBitsPerSecond); in ks_video_fixate_media_type()
667 vih->dwBitRate = MIN (vih->dwBitRate, vr->ConfigCaps.MaxBitsPerSecond); in ks_video_fixate_media_type()
/third_party/ffmpeg/libavdevice/
Ddshow_common.c159 dshowdebug(" dwBitRate: %lu\n", v->dwBitRate); in ff_print_AM_MEDIA_TYPE()
169 dshowdebug(" dwBitRate: %lu\n", v->dwBitRate); in ff_print_AM_MEDIA_TYPE()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Duvc_h264.h219 guint32 dwBitRate; member
Dgstuvch264_src.c771 g_value_set_uint (value, probe.dwBitRate); in gst_uvc_h264_src_get_property()
1380 offsetof (uvcx_video_config_probe_commit_t, dwBitRate), 4, in gst_uvc_h264_src_get_int_setting()
1820 probe->dwBitRate = self->initial_bitrate; in fill_probe_commit()
1847 GST_DEBUG_OBJECT (self, " Bit rate : %d", probe->dwBitRate); in print_probe_commit()
/third_party/gstreamer/gstplugins_bad/
DChangeLog175317 * Clamp AvgTimePerFrame and dwBitRate to account for rounding errors.