Searched refs:dwBitRate (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | ksvideohelpers.c | 665 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/ |
D | dshow_common.c | 159 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/ |
D | uvc_h264.h | 219 guint32 dwBitRate; member
|
D | gstuvch264_src.c | 771 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/ |
D | ChangeLog | 175317 * Clamp AvgTimePerFrame and dwBitRate to account for rounding errors.
|