HomeSort by relevance Sort by last modified time
    Searched refs:stream_id (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_flush.c 10 static void viddec_fw_parser_peekmessages(viddec_pm_cxt_t *pm, ipc_msg_data *wkld_cur, ipc_msg_data *wkld_next, int32_t *ret_cur, int32_t *ret_next, uint32_t stream_id)
17 *ret_cur = FwIPC_PeekReadMessage(fwipc, &(fwipc->wkld_q[stream_id]), (char *)wkld_cur, sizeof(ipc_msg_data), 0);
18 *ret_next = FwIPC_PeekReadMessage(fwipc, &(fwipc->wkld_q[stream_id]), (char *)wkld_next, sizeof(ipc_msg_data), 1);
23 static void viddec_fw_parser_push_error_workload(viddec_pm_cxt_t *pm, ipc_msg_data *wkld_cur, uint32_t stream_id)
31 FwIPC_SendMessage(fwipc, stream_id, (char *)wkld_cur, sizeof(ipc_msg_data));
32 FwIPC_ReadMessage(fwipc, &(fwipc->wkld_q[stream_id]), (char *)wkld_cur, sizeof(ipc_msg_data));
35 int viddec_fw_parser_flush(unsigned int stream_id, unsigned int flush_type)
44 cxt_swap = (mfd_stream_info *)&(_dmem.stream_info[stream_id]);
47 workloads_in_input_q = ipc_mq_read_avail(&fwipc->wkld_q[stream_id].mq, (int32_t *)&pos);
50 if(ipc_mq_write_avail(&fwipc->snd_q[stream_id].mq,&pos) >= workloads_in_input_q
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
amhelper.h 21 gint32 lpe_stream_notify_pause(guint32 stream_id);
23 gint32 lpe_stream_notify_resume(guint32 stream_id);
  /external/libmicrohttpd/src/microspdy/
stream.c 34 uint32_t stream_id; local
51 memcpy(&stream_id, session->read_buffer + session->read_buffer_beginning, 4);
52 stream_id = NTOH31(stream_id);
54 if(stream_id <= session->last_in_stream_id || 0==(stream_id % 2))
73 session->last_in_stream_id = stream_id;
99 stream->stream_id = stream_id;
159 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session
    [all...]
stream.h 69 * @param stream_id to search for
74 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session);
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_stream_util.cc 83 int stream_id = highest_stream_id + 1; local
87 stream_id = (*node_to_stream_id)[e->src()->id()];
93 if (opts.send_stream >= 0) stream_id = opts.send_stream;
95 if (opts.recv_stream >= 0) stream_id = opts.recv_stream;
97 if (opts.const_stream >= 0) stream_id = opts.const_stream;
99 if (opts.compute_stream >= 0) stream_id = opts.compute_stream;
102 (*node_to_stream_id)[node_id] = stream_id % opts.max_streams;
103 highest_stream_id = std::max(stream_id, highest_stream_id);
  /external/libopus/src/
opus_multistream.c 57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev)
63 if (layout->mapping[i]==stream_id*2)
69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev)
75 if (layout->mapping[i]==stream_id*2+1)
81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev)
87 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams)
  /device/generic/goldfish/camera/
EmulatedCamera2.h 107 uint32_t *stream_id,
113 uint32_t stream_id,
117 virtual int releaseStream(uint32_t stream_id);
125 uint32_t *stream_id,
132 uint32_t *stream_id);
134 virtual int releaseReprocessStream(uint32_t stream_id);
183 uint32_t *stream_id,
189 uint32_t stream_id,
194 uint32_t stream_id);
201 uint32_t *stream_id,
    [all...]
EmulatedCamera2.cpp 135 uint32_t *stream_id,
143 uint32_t stream_id,
150 int EmulatedCamera2::releaseStream(uint32_t stream_id) {
161 uint32_t *stream_id,
170 uint32_t *stream_id) {
174 int EmulatedCamera2::releaseReprocessStream(uint32_t stream_id) {
263 uint32_t *stream_id,
269 stream_id, format_actual, usage, max_buffers);
273 uint32_t stream_id,
277 return ec->registerStreamBuffers(stream_id,
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera2.h 101 uint32_t *stream_id, uint32_t *format_actual,
104 virtual int registerStreamBuffers(uint32_t stream_id, int num_buffers,
107 virtual int releaseStream(uint32_t stream_id);
112 const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id,
117 const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id);
119 virtual int releaseReprocessStream(uint32_t stream_id);
170 uint32_t *stream_id, uint32_t *format_actual,
174 uint32_t stream_id, int num_buffers,
177 static int release_stream(const camera2_device_t *, uint32_t stream_id);
182 uint32_t *stream_id, uint32_t *consumer_usage, uint32_t *max_buffers)
    [all...]
  /external/webrtc/talk/app/webrtc/
rtpsenderinterface.h 66 virtual void set_stream_id(const std::string& stream_id) = 0;
67 virtual std::string stream_id() const = 0;
84 PROXY_CONSTMETHOD0(std::string, stream_id)
rtpsender.h 77 const std::string& stream_id,
81 // Randomly generates id and stream_id.
105 void set_stream_id(const std::string& stream_id) override {
106 stream_id_ = stream_id;
108 std::string stream_id() const override { return stream_id_; }
136 const std::string& stream_id,
139 // Randomly generates id and stream_id.
163 void set_stream_id(const std::string& stream_id) override {
164 stream_id_ = stream_id;
166 std::string stream_id() const override { return stream_id_;
    [all...]
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.h 36 VideoRenderCallback* AddIncomingRenderStream(const uint32_t stream_id,
43 int32_t DeleteIncomingRenderStream(const uint32_t stream_id) override;
45 int32_t GetIncomingRenderStreamProperties(const uint32_t stream_id,
64 uint32_t RenderFrameRate(const uint32_t stream_id);
65 int32_t SetStreamCropping(const uint32_t stream_id,
70 int32_t ConfigureRenderer(const uint32_t stream_id,
video_render_ios_channel.h 27 int32_t RenderFrame(const uint32_t stream_id,
  /hardware/libhardware/include/hardware/
tv_input.h 195 int stream_id; member in struct:tv_input_capture_result
257 int stream_id; member in struct:tv_stream_config
285 int stream_id; member in struct:tv_stream
347 * -EINVAL if device_id and/or stream_id are invalid; other non-zero value
357 * the stream_id is obsolete once this call finishes.
360 * device_id and/or stream_id are invalid.
363 int stream_id);
382 * device_id and/or stream_id are invalid; -EWOULDBLOCK if HAL cannot take
386 int stream_id, buffer_handle_t buffer, uint32_t seq);
395 * device_id, stream_id, and/or seq are invalid
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_gs_visitor.h 60 virtual void gs_emit_vertex(int stream_id);
68 void set_stream_control_data_bits(unsigned stream_id);
  /external/adhd/cras/examples/
cplay.c 23 cras_stream_id_t stream_id,
43 cras_stream_id_t stream_id,
55 cras_stream_id_t stream_id; local
86 num_channels, NO_DEVICE, &stream_id);
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_generic_buf_mgr.h 37 uint32_t stream_id; member in struct:msm_buf_mngr_info
51 uint32_t stream_id; member in struct:msm_buf_mngr_main_cont_info
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_generic_buf_mgr.h 37 uint32_t stream_id; member in struct:msm_buf_mngr_info
50 uint32_t stream_id; member in struct:msm_buf_mngr_main_cont_info
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_generic_buf_mgr.h 20 uint32_t stream_id; member in struct:msm_buf_mngr_info
31 uint32_t stream_id; member in struct:msm_buf_mngr_main_cont_info
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_generic_buf_mgr.h 37 uint32_t stream_id; member in struct:msm_buf_mngr_info
50 uint32_t stream_id; member in struct:msm_buf_mngr_main_cont_info
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_generic_buf_mgr.h 20 uint32_t stream_id; member in struct:msm_buf_mngr_info
31 uint32_t stream_id; member in struct:msm_buf_mngr_main_cont_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_generic_buf_mgr.h 24 uint32_t stream_id; member in struct:msm_buf_mngr_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_generic_buf_mgr.h 6 uint32_t stream_id; member in struct:msm_buf_mngr_info
  /external/tensorflow/tensorflow/core/common_runtime/
gpu_device_context.h 35 GPUDeviceContext(int stream_id, gpu::Stream* stream,
39 : stream_id_(stream_id),
53 int stream_id() const { return stream_id_; } function in class:tensorflow::GPUDeviceContext
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_generic_buf_mgr.h 20 uint32_t stream_id; member in struct:msm_buf_mngr_info
32 uint32_t stream_id; member in struct:msm_buf_mngr_main_cont_info
62 uint32_t stream_id; member in struct:msm_buf_mngr_info32_t

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 910