/third_party/ffmpeg/libavformat/ |
D | hlsproto.c | 54 int bandwidth; member 91 char bandwidth[20]; member 98 *dest = info->bandwidth; in handle_variant_args() 99 *dest_len = sizeof(info->bandwidth); in handle_variant_args() 107 int ret = 0, is_segment = 0, is_variant = 0, bandwidth = 0; in parse_playlist() local 132 bandwidth = atoi(info.bandwidth); in parse_playlist() 161 var->bandwidth = bandwidth; in parse_playlist() 222 if (s->variants[i]->bandwidth > max_bandwidth || i == 0) { in hls_open() 223 max_bandwidth = s->variants[i]->bandwidth; in hls_open()
|
D | hlsplaylist.c | 69 void ff_hls_write_stream_info(AVStream *st, AVIOContext *out, int bandwidth, in ff_hls_write_stream_info() argument 77 if (!bandwidth) { in ff_hls_write_stream_info() 83 avio_printf(out, "#EXT-X-STREAM-INF:BANDWIDTH=%d", bandwidth); in ff_hls_write_stream_info()
|
D | hls.c | 181 int bandwidth; member 326 char bandwidth[20]; member 348 var->bandwidth = atoi(info->bandwidth); in new_variant() 363 *dest = info->bandwidth; in handle_variant_args() 364 *dest_len = sizeof(info->bandwidth); in handle_variant_args() 1736 int bandwidth = -1; in add_stream_to_programs() local 1747 if (bandwidth < 0) in add_stream_to_programs() 1748 bandwidth = v->bandwidth; in add_stream_to_programs() 1749 else if (bandwidth != v->bandwidth) in add_stream_to_programs() 1750 bandwidth = -1; /* stream in multiple variants with different bandwidths */ in add_stream_to_programs() [all …]
|
D | hlsplaylist.h | 46 void ff_hls_write_stream_info(AVStream *st, AVIOContext *out, int bandwidth,
|
/third_party/ltp/testcases/kernel/controllers/io-throttle/ |
D | run_io_throttle_test.sh | 54 if [ -f /dev/blockioctl/blockio.bandwidth ]; then 55 io_throttle_file=blockio.bandwidth 56 elif [ -f /dev/blockioctl/blockio.bandwidth-max ]; then 57 io_throttle_file=blockio.bandwidth-max
|
D | io_throttle_testplan.txt | 1 The I/O bandwidth controller testplan includes a complete set of testcases to 5 I/O bandwidth limitations are imposed by the testcase script and verified doing 11 First of all we evaluate the physical I/O bandwidth (physical-io-bw) of the 14 Based on the physical I/O bandwidth three cgroups are created: cgroup-1, 15 cgroup-2, cgroup-3. Cgroups use respectively the following I/O bandwidth
|
/third_party/boost/libs/graph/example/ |
D | cuthill_mckee_ordering.cpp | 72 std::cout << "original bandwidth: " << bandwidth(G) << std::endl; in main() 91 << bandwidth(G, in main() 111 << bandwidth(G, in main() 132 << bandwidth(G, in main()
|
D | king_ordering.cpp | 72 std::cout << "original bandwidth: " << bandwidth(G) << std::endl; in main() 91 << bandwidth(G, in main() 111 << bandwidth(G, in main() 132 << bandwidth(G, in main()
|
D | sloan_ordering.cpp | 117 std::cout << "original bandwidth: " << bandwidth(G) << std::endl; in main() 158 << bandwidth(G, in main() 203 << bandwidth(G, in main()
|
/third_party/boost/libs/graph/test/ |
D | cuthill_mckee_ordering.cpp | 72 std::cout << "original bandwidth: " << bandwidth(G) << std::endl; in main() 91 << bandwidth(G, in main() 111 << bandwidth(G, in main() 131 << bandwidth(G, in main()
|
D | king_ordering.cpp | 72 std::cout << "original bandwidth: " << bandwidth(G) << std::endl; in main() 91 << bandwidth(G, in main() 111 << bandwidth(G, in main() 131 << bandwidth(G, in main()
|
/third_party/ffmpeg/libavcodec/ |
D | opus_silk.c | 55 enum OpusBandwidth bandwidth; member 428 shellblocks = ff_silk_shell_blocks[s->bandwidth][s->subframes >> 2]; in silk_decode_excitation() 617 lowbits = ff_opus_rc_dec_cdf(rc, model[s->bandwidth]); in silk_decode_frame() 619 primarylag = ff_silk_pitch_min_lag[s->bandwidth] + in silk_decode_frame() 620 highbits*ff_silk_pitch_scale[s->bandwidth] + lowbits; in silk_decode_frame() 625 offsets = (s->bandwidth == OPUS_BANDWIDTH_NARROWBAND) in silk_decode_frame() 631 offsets = (s->bandwidth == OPUS_BANDWIDTH_NARROWBAND) in silk_decode_frame() 639 ff_silk_pitch_min_lag[s->bandwidth], in silk_decode_frame() 640 ff_silk_pitch_max_lag[s->bandwidth]); in silk_decode_frame() 745 int n1 = ff_silk_stereo_interp_len[s->bandwidth]; in silk_unmix_ms() [all …]
|
D | opus.h | 97 enum OpusBandwidth bandwidth; /**< bandwidth */ member 191 enum OpusBandwidth bandwidth, int coded_channels,
|
D | opusenc.h | 50 enum OpusBandwidth bandwidth; member
|
/third_party/boost/boost/graph/ |
D | bandwidth.hpp | 47 typename graph_traits< Graph >::vertices_size_type bandwidth( in bandwidth() function 67 typename graph_traits< Graph >::vertices_size_type bandwidth(const Graph& g) in bandwidth() function 69 return bandwidth(g, get(vertex_index, g)); in bandwidth()
|
/third_party/ffmpeg/libavdevice/ |
D | timefilter.c | 48 double bandwidth) in ff_timefilter_new() argument 51 double o = 2 * M_PI * bandwidth * period * time_base; in ff_timefilter_new()
|
D | iec61883.c | 75 int bandwidth; ///< returned by libiec61883 member 354 &dv->input_port, &dv->bandwidth); in iec61883_read_header() 477 dv->input_port, dv->channel, dv->bandwidth); in iec61883_close()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | gstdvbsrc.c | 1062 object->bandwidth = DEFAULT_BANDWIDTH; in gst_dvbsrc_init() 1211 object->bandwidth = g_value_get_uint (value); in gst_dvbsrc_set_property() 1216 object->bandwidth = 8000000; in gst_dvbsrc_set_property() 1219 object->bandwidth = 7000000; in gst_dvbsrc_set_property() 1222 object->bandwidth = 6000000; in gst_dvbsrc_set_property() 1225 object->bandwidth = 5000000; in gst_dvbsrc_set_property() 1228 object->bandwidth = 10000000; in gst_dvbsrc_set_property() 1231 object->bandwidth = 1712000; in gst_dvbsrc_set_property() 1235 object->bandwidth = 0; in gst_dvbsrc_set_property() 1392 g_value_set_uint (value, object->bandwidth); in gst_dvbsrc_get_property() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 380 gst_sdp_message_add_bandwidth (cp, bw->bwtype, bw->bandwidth); in gst_sdp_message_copy() 547 const GstSDPBandwidth *bandwidth = gst_sdp_message_get_bandwidth (msg, i); in gst_sdp_message_as_text() local 549 g_string_append_printf (lines, "b=%s:%u\r\n", bandwidth->bwtype, in gst_sdp_message_as_text() 550 bandwidth->bandwidth); in gst_sdp_message_as_text() 1119 guint bandwidth) in gst_sdp_bandwidth_set() argument 1124 bw->bandwidth = bandwidth; in gst_sdp_bandwidth_set() 1144 bw->bandwidth = 0; in gst_sdp_bandwidth_clear() 1166 DEFINE_ARRAY_GETTER (bandwidth, bandwidths, GstSDPBandwidth); 1185 DEFINE_ARRAY_INSERT (bandwidth, bandwidths, GstSDPBandwidth *, DUP_BANDWIDTH, 1200 DEFINE_ARRAY_REPLACE (bandwidth, bandwidths, GstSDPBandwidth *, FREE_BANDWIDTH, [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | hlsdemux_m3u8.c | 379 assert_equals_int (stream->bandwidth, 65000); in do_test_load_main_playlist_variant() 387 assert_equals_int (stream->bandwidth, 128000); in do_test_load_main_playlist_variant() 394 assert_equals_int (stream->bandwidth, 256000); in do_test_load_main_playlist_variant() 401 assert_equals_int (stream->bandwidth, 768000); in do_test_load_main_playlist_variant() 407 assert_equals_int (master->default_variant->bandwidth, 128000); in do_test_load_main_playlist_variant() 881 assert_equals_int (stream->bandwidth, 65000); in GST_START_TEST() 886 assert_equals_int (stream->bandwidth, 768000); in GST_START_TEST() 889 assert_equals_int (stream->bandwidth, 256000); in GST_START_TEST() 892 assert_equals_int (stream->bandwidth, 256000); in GST_START_TEST() 895 assert_equals_int (stream->bandwidth, 128000); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-dvb-descriptor.c | 1540 res->bandwidth = 8000000; in gst_mpegts_descriptor_parse_terrestrial_delivery_system() 1543 res->bandwidth = 7000000; in gst_mpegts_descriptor_parse_terrestrial_delivery_system() 1546 res->bandwidth = 6000000; in gst_mpegts_descriptor_parse_terrestrial_delivery_system() 1549 res->bandwidth = 5000000; in gst_mpegts_descriptor_parse_terrestrial_delivery_system() 1552 res->bandwidth = 0; in gst_mpegts_descriptor_parse_terrestrial_delivery_system() 2326 res->bandwidth = 8000000; in gst_mpegts_descriptor_parse_dvb_t2_delivery_system() 2329 res->bandwidth = 7000000; in gst_mpegts_descriptor_parse_dvb_t2_delivery_system() 2332 res->bandwidth = 6000000; in gst_mpegts_descriptor_parse_dvb_t2_delivery_system() 2335 res->bandwidth = 5000000; in gst_mpegts_descriptor_parse_dvb_t2_delivery_system() 2338 res->bandwidth = 10000000; in gst_mpegts_descriptor_parse_dvb_t2_delivery_system() [all …]
|
/third_party/libcoap/ |
D | README.OpenSource | 9 … constrained their resources such as computing power, RF range, memory, bandwidth, or network pack…
|
/third_party/pixman/test/ |
D | lowlevel-blt-bench.c | 58 double bandwidth = 0.0; variable 538 (pix_cnt / ((t3 - t2) - (t2 - t1)) * bytes_per_pix) * (100.0 / bandwidth) ); in bench_composite() 1119 bandwidth = atof (argv[++i]) * 1e6; in main() 1149 if (bandwidth < 1.0) in main() 1150 bandwidth = bench_memcpy (); in main() 1152 print_speed_scaling (bandwidth); in main() 1155 run_default_tests (bandwidth); in main() 1157 run_one_test (pattern, bandwidth, !use_csv_output); in main()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusenc.h | 69 gint bandwidth; member
|
/third_party/ffmpeg/tests/fate/ |
D | vpx.mak | 76 FATE_VP8-$(CONFIG_WEBM_DASH_MANIFEST_DEMUXER) += fate-webm-dash-manifest-live-bandwidth 77 …bandwidth: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -live 1 -bandwidth 100 -i $(TARGET_S…
|