HomeSort by relevance Sort by last modified time
    Searched refs:stream_id (Results 101 - 125 of 230) sorted by null

1 2 3 45 6 7 8 910

  /device/lge/hammerhead/original-kernel-headers/media/
msmb_isp.h 134 uint32_t stream_id; member in struct:msm_vfe_axi_stream_request_cmd
196 uint32_t stream_id; member in struct:msm_vfe_stats_stream_request_cmd
270 uint32_t stream_id; member in struct:msm_isp_buf_request
327 uint32_t stream_id; member in struct:msm_isp_buf_event
338 uint32_t stream_id; member in struct:msm_isp_stream_ack
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 172 uint32_t stream_id; /* stream handler */ member in struct:__anon2096
203 uint32_t ch_id, uint32_t stream_id,
210 uint32_t ch_id, uint32_t stream_id,
251 /* return stream_id. zero is invalid stream_id
261 uint32_t stream_id);
264 uint32_t stream_id,
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 46 * @stream_id : stream handler to uniquely identify a stream
66 uint32_t stream_id; member in struct:__anon33173
431 * Return value: stream_id. zero is invalid stream_id
439 * @stream_id : stream handler
445 uint32_t stream_id);
450 * @stream_id : stream handler
457 uint32_t stream_id,
464 * @stream_id : stream handler
480 uint32_t stream_id,
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_isp.h 161 uint32_t stream_id; member in struct:msm_vfe_axi_stream_request_cmd
226 uint32_t stream_id; member in struct:msm_vfe_stats_stream_request_cmd
306 uint32_t stream_id; member in struct:msm_isp_buf_request
362 uint32_t stream_id; member in struct:msm_isp_buf_event
375 uint32_t stream_id; member in struct:msm_isp_stream_ack
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_isp.h 131 uint32_t stream_id; member in struct:msm_vfe_axi_stream_request_cmd
193 uint32_t stream_id; member in struct:msm_vfe_stats_stream_request_cmd
267 uint32_t stream_id; member in struct:msm_isp_buf_request
322 uint32_t stream_id; member in struct:msm_isp_buf_event
333 uint32_t stream_id; member in struct:msm_isp_stream_ack
  /external/chromium_org/content/common/gpu/
gpu_channel.h 180 void OnRegisterStreamTextureProxy(int32 stream_id, int32* route_id);
185 int32 stream_id, int32 primary_id, int32 secondary_id);
188 void OnSetStreamTextureSize(int32 stream_id, const gfx::Size& size);
  /external/chromium_org/net/spdy/
spdy_stream_test_util.cc 53 stream_id_ = stream_->stream_id();
75 stream_id_ = stream_->stream_id();
spdy_session_unittest.cc 315 EXPECT_EQ(1u, spdy_stream1->stream_id());
316 EXPECT_EQ(3u, spdy_stream2->stream_id());
399 EXPECT_EQ(1u, spdy_stream1->stream_id());
400 EXPECT_EQ(3u, spdy_stream2->stream_id());
481 EXPECT_EQ(1u, spdy_stream1->stream_id());
482 EXPECT_EQ(3u, spdy_stream2->stream_id());
549 EXPECT_EQ(1u, spdy_stream->stream_id());
623 EXPECT_EQ(1u, spdy_stream->stream_id());
    [all...]
spdy_write_queue.cc 110 if (it->stream.get() && (it->stream->stream_id() > last_good_stream_id ||
111 it->stream->stream_id() == 0)) {
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 648 uint32_t stream_id = 0; local
660 stream_id = mm_camera_add_stream(my_obj, ch_id);
664 CDBG("%s :X stream_id = %d", __func__, stream_id);
665 return stream_id;
676 * @stream_id : stream handle
685 uint32_t stream_id)
690 CDBG("%s : E handle = %d ch_id = %d stream_id = %d",
691 __func__, camera_handle, ch_id, stream_id);
699 rc = mm_camera_del_stream(my_obj, ch_id, stream_id);
    [all...]
mm_camera_channel.c 57 uint32_t stream_id);
59 uint32_t stream_id,
415 payload->stream_id,
736 * @stream_id : stream handle
744 uint32_t stream_id)
748 stream_obj = mm_channel_util_get_stream_by_handler(my_obj, stream_id);
751 CDBG_ERROR("%s :Invalid Stream Object for stream_id = %d",
752 __func__, stream_id);
771 * @stream_id : stream handle
779 uint32_t stream_id,
    [all...]
mm_camera.c 857 * @stream_id : stream handle
866 uint32_t stream_id)
878 (void*)stream_id,
895 * @stream_id : stream handle
904 uint32_t stream_id,
917 payload.stream_id = stream_id;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 648 uint32_t stream_id = 0; local
660 stream_id = mm_camera_add_stream(my_obj, ch_id);
664 CDBG("%s :X stream_id = %d", __func__, stream_id);
665 return stream_id;
676 * @stream_id : stream handle
685 uint32_t stream_id)
690 CDBG("%s : E handle = %d ch_id = %d stream_id = %d",
691 __func__, camera_handle, ch_id, stream_id);
699 rc = mm_camera_del_stream(my_obj, ch_id, stream_id);
    [all...]
mm_camera_channel.c 57 uint32_t stream_id);
59 uint32_t stream_id,
417 payload->stream_id,
738 * @stream_id : stream handle
746 uint32_t stream_id)
750 stream_obj = mm_channel_util_get_stream_by_handler(my_obj, stream_id);
753 CDBG_ERROR("%s :Invalid Stream Object for stream_id = %d",
754 __func__, stream_id);
773 * @stream_id : stream handle
781 uint32_t stream_id,
    [all...]
mm_camera.c 858 * @stream_id : stream handle
867 uint32_t stream_id)
879 (void*)stream_id,
896 * @stream_id : stream handle
905 uint32_t stream_id,
918 payload.stream_id = stream_id;
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 90 uint32 stream_id) = 0;
  /external/chromium_org/third_party/opus/src/src/
opus_multistream.c 80 static int get_left_channel(const ChannelLayout *layout, int stream_id, int prev)
86 if (layout->mapping[i]==stream_id*2)
92 static int get_right_channel(const ChannelLayout *layout, int stream_id, int prev)
98 if (layout->mapping[i]==stream_id*2+1)
104 static int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev)
110 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams)
557 opus_int32 stream_id; local
559 stream_id = va_arg(ap, opus_int32);
560 if (stream_id<0 || stream_id >= st->layout.nb_streams
978 opus_int32 stream_id; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 464 uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers);
465 virtual int registerStreamBuffers(uint32_t stream_id, int num_buffers, buffer_handle_t *buffers);
466 virtual int releaseStream(uint32_t stream_id);
469 uint32_t *stream_id, uint32_t *consumer_usage, uint32_t *max_buffers);
471 const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id);
472 virtual int releaseReprocessStream(uint32_t stream_id);
523 status_t attachSubStream(int stream_id, int priority);
524 status_t detachSubStream(int stream_id);
563 int stream_id, nsecs_t frameTimeStamp);
  /external/chromium_org/net/quic/
quic_framer.cc 103 QuicStreamId stream_id,
106 return kQuicFrameTypeSize + GetStreamIdSize(stream_id) +
148 size_t QuicFramer::GetStreamIdSize(QuicStreamId stream_id) {
151 stream_id >>= 8;
152 if (stream_id == 0) {
1288 uint32 stream_id; local
1841 uint32 stream_id = static_cast<uint32>(frame.last_good_stream_id); local
    [all...]
quic_protocol.h 451 QuicStreamFrame(QuicStreamId stream_id,
456 QuicStreamId stream_id; member in struct:net::QuicStreamFrame
584 QuicRstStreamFrame(QuicStreamId stream_id, QuicRstStreamErrorCode error_code)
585 : stream_id(stream_id), error_code(error_code) {
589 QuicStreamId stream_id; member in struct:net::QuicRstStreamFrame
  /external/chromium/net/spdy/
spdy_protocol.h 406 SpdyStreamId stream_id() const { function in class:spdy::SpdyDataFrame
502 SpdyStreamId stream_id() const { function in class:spdy::SpdySynStreamControlFrame
552 SpdyStreamId stream_id() const { function in class:spdy::SpdySynReplyControlFrame
589 SpdyStreamId stream_id() const { function in class:spdy::SpdyRstStreamControlFrame
726 SpdyStreamId stream_id() const { function in class:spdy::SpdyHeadersControlFrame
764 SpdyStreamId stream_id() const { function in class:spdy::SpdyWindowUpdateControlFrame
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 188 uint32_t ch_id, uint32_t stream_id,
196 uint32_t ch_id, uint32_t stream_id,
  /external/chromium/net/tools/flip_server/
streamer_interface.cc 144 size_t StreamerSM::SendSynStream(uint32 stream_id,
149 size_t StreamerSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) {
  /external/chromium_org/media/audio/cras/
cras_input.cc 186 cras_stream_id_t stream_id,
198 cras_stream_id_t stream_id,
  /external/chromium_org/net/tools/flip_server/
streamer_interface.cc 146 size_t StreamerSM::SendSynStream(uint32 stream_id,
151 size_t StreamerSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) {

Completed in 776 milliseconds

1 2 3 45 6 7 8 910