HomeSort by relevance Sort by last modified time
    Searched defs:flow_id (Results 1 - 23 of 23) sorted by null

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rmnet.h 52 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rmnet.h 53 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /device/google/dragon/audio/hal/
cras_dsp_ini.c 122 p->flow_id = lookup_or_add_flow(ini, str);
133 p->flow_id = INVALID_FLOW_ID;
177 int flow_id = port->flow_id; local
178 if (flow_id == INVALID_FLOW_ID)
180 flow = ARRAY_ELEMENT(&ini->flows, flow_id);
cras_dsp_ini.h 36 int flow_id; member in struct:port
cras_dsp_pipeline.c 170 int flow_id; local
177 flow_id = port->flow_id;
178 if (flow_id == INVALID_FLOW_ID)
180 flow = ARRAY_ELEMENT(&ini->flows, flow_id);
285 int flow_id; local
295 if (port->flow_id == INVALID_FLOW_ID)
297 flow_id = port->flow_id;
298 flow = ARRAY_ELEMENT(&ini->flows, flow_id);
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 31 Packet(int flow_id, int64_t send_time_us, size_t payload_size);
36 virtual int flow_id() const { return flow_id_; } function in class:webrtc::testing::bwe::Packet
67 MediaPacket(int flow_id,
71 MediaPacket(int flow_id,
100 FeedbackPacket(int flow_id,
103 : Packet(flow_id, this_send_time_us, 0),
116 RembFeedback(int flow_id,
134 SendSideBweFeedback(int flow_id,
150 NadaFeedback(int flow_id,
158 : FeedbackPacket(flow_id, this_send_time_us, latest_send_time_ms)
    [all...]
bwe_test.cc 68 if (flow_ids.find((*it)->flow_id()) != flow_ids.end()) {
193 int flow_id,
197 flow_delays_ms[flow_id] = flow_delay_ms;
199 flow_throughputs_kbps[flow_id] = flow_throughput_kbps;
361 int flow_id = *rate_counter->flow_ids().begin(); local
362 flow_throughput_kbps[flow_id] = rate_counter->GetBitrateStats();
367 int flow_id = *receiver->flow_ids().begin(); local
368 flow_delay_ms[flow_id] = receiver->GetDelayStats();
405 int flow_id = bwe_type; local
406 AdaptiveVideoSource source(flow_id, 30, 300, 0, 0)
    [all...]
bwe_test_framework.cc 104 Packet::Packet(int flow_id, int64_t send_time_us, size_t payload_size)
105 : flow_id_(flow_id),
129 MediaPacket::MediaPacket(int flow_id,
133 : Packet(flow_id, send_time_us, payload_size) {
138 MediaPacket::MediaPacket(int flow_id,
142 : Packet(flow_id, send_time_us, payload_size), header_(header) {
157 RembFeedback::RembFeedback(int flow_id,
162 : FeedbackPacket(flow_id, send_time_us, last_send_time_ms),
168 int flow_id,
172 : FeedbackPacket(flow_id, send_time_us, last_send_time_ms)
229 ss << name << "_" << flow_id; local
246 ss << delimiter << flow_id; local
    [all...]
bwe_test_framework.h 196 int flow_id,
230 int flow_id,
262 LossFilter(PacketProcessorListener* listener, int flow_id);
278 DelayFilter(PacketProcessorListener* listener, int flow_id);
294 JitterFilter(PacketProcessorListener* listener, int flow_id);
315 ReorderFilter(PacketProcessorListener* listener, int flow_id);
332 ChokeFilter(PacketProcessorListener* listener, int flow_id);
355 TraceBasedDeliveryFilter(PacketProcessorListener* listener, int flow_id);
359 int flow_id,
393 VideoSource(int flow_id,
402 virtual int flow_id() const { return flow_id_; } function in class:webrtc::testing::bwe::VideoSource
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rmnet.h 146 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rmnet.h 138 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rmnet.h 156 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rmnet.h 147 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_rmnet.h 156 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_rmnet.h 147 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_rmnet.h 156 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_rmnet.h 147 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rmnet.h 156 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rmnet.h 147 uint32_t flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rmnet.h 144 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rmnet.h 136 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 3046 uint8 *flow_id; local
    [all...]
  /external/fio/
thread_options.h 292 int flow_id; member in struct:thread_options
562 int32_t flow_id; member in struct:thread_options_pack

Completed in 1368 milliseconds