HomeSort by relevance Sort by last modified time
    Searched defs:stream_id (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 96 unsigned int stream_id; member in union:usbdevfs_urb::__anon1011
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 57 uint32_t stream_id);
61 uint32_t stream_id,
81 uint32_t stream_id);
611 payload->stream_id,
637 uint32_t stream_id = *((uint32_t *)in_val); local
638 rc = mm_channel_get_queued_buf_count(my_obj, stream_id);
754 uint32_t stream_id = *((uint32_t *)in_val); local
755 rc = mm_channel_get_queued_buf_count(my_obj, stream_id);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 57 uint32_t stream_id);
61 uint32_t stream_id,
81 uint32_t stream_id);
611 payload->stream_id,
637 uint32_t stream_id = *((uint32_t *)in_val); local
638 rc = mm_channel_get_queued_buf_count(my_obj, stream_id);
754 uint32_t stream_id = *((uint32_t *)in_val); local
755 rc = mm_channel_get_queued_buf_count(my_obj, stream_id);
    [all...]
  /device/moto/shamu/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:__anon4858
463 * Return value: stream_id. zero is invalid stream_id
471 * @stream_id : stream handler
477 uint32_t stream_id);
482 * @stream_id : stream handler
489 uint32_t stream_id,
496 * @stream_id : stream handler
512 uint32_t stream_id,
    [all...]
  /external/curl/lib/
http2.c 417 newstream->stream_id = frame->promised_stream_id;
453 int32_t stream_id = frame->hd.stream_id; local
455 if(!stream_id) {
479 data_s = nghttp2_session_get_stream_user_data(session, stream_id);
480 if(lastStream != stream_id) {
481 lastStream = stream_id;
486 stream_id));
495 frame->hd.type, stream_id));
502 stream_id, NGHTTP2_PROTOCOL_ERROR)
806 int32_t stream_id = frame->hd.stream_id; local
1519 int32_t stream_id; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 107 unsigned int stream_id; /* Only used with bulk streams */ member in union:usbdevfs_urb::__anon13639
  /external/libdrm/include/drm/
vmwgfx_drm.h 497 * @stream_id: Stearm to control
513 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
571 * @stream_id: Device unique context ID.
578 uint32_t stream_id; member in struct:drm_vmw_stream_arg
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 121 int32_t stream_id; member in struct:Proxy
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 128 int32_t stream_id; member in struct:Request
296 int stream_id = frame->syn_stream.stream_id; local
297 req = spdylay_session_get_stream_user_data(session, stream_id);
298 if(req && req->stream_id == -1) {
299 req->stream_id = stream_id;
300 spdylay_printf("[INFO] Stream ID = %d\n", stream_id);
313 int32_t stream_id; local
319 stream_id = frame->syn_stream.stream_id
341 int32_t stream_id; local
    [all...]
test_notls.c 107 int32_t stream_id; member in struct:Request
293 int stream_id = frame->syn_stream.stream_id; local
294 req = spdylay_session_get_stream_user_data(session, stream_id);
295 if(req && req->stream_id == -1) {
296 req->stream_id = stream_id;
297 printf("[INFO] Stream ID = %d\n", stream_id);
310 int32_t stream_id; local
316 stream_id = frame->syn_stream.stream_id
338 int32_t stream_id; local
    [all...]
test_request_response.c 110 int32_t stream_id; member in struct:Request
278 int stream_id = frame->syn_stream.stream_id; local
279 req = spdylay_session_get_stream_user_data(session, stream_id);
280 if(req && req->stream_id == -1) {
281 req->stream_id = stream_id;
282 printf("[INFO] Stream ID = %d\n", stream_id);
295 int32_t stream_id; local
301 stream_id = frame->syn_stream.stream_id
323 int32_t stream_id; local
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 1100 opus_int32 stream_id; local
1102 stream_id = va_arg(ap, opus_int32);
1103 if (stream_id<0 || stream_id >= st->layout.nb_streams)
1110 for (s=0;s<stream_id;s++)
    [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 903 const int stream_id = evt->strreset_stream_list[i]; local
911 << "): local sid " << stream_id << " acknowledged."; local
918 << "): closing sid " << stream_id; local
927 << "): double-sided close for sid " << stream_id; local
937 << "): Unknown sid " << stream_id; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 833 // stream_id = 0x?? (0xe0 for avc video, 0xc0 for aac audio)
868 const unsigned stream_id = local
881 CHECK_EQ(stream_id, 0xe0u);
903 *ptr++ = stream_id;
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 648 static int32_t mm_camera_intf_cancel_buf(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id,
660 rc = mm_camera_cancel_buf(my_obj, ch_id, stream_id, buf_idx);
677 * @stream_id : stream id
683 uint32_t ch_id, uint32_t stream_id)
694 rc = mm_camera_get_queued_buf_count(my_obj, ch_id, stream_id);
710 * @stream_id : stream id
719 uint32_t stream_id,
734 id = mm_camera_link_stream(my_obj, ch_id, stream_id, linked_ch_id);
739 LOGD("X stream_id = %u", stream_id);
759 uint32_t stream_id = 0; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_muxer.c 203 * @stream_id: stream handle
209 mm_stream_t *mm_muxer_util_get_stream_by_obj(uint32_t stream_id,
223 &cam_obj->ch[i], stream_id);
854 int32_t stream_id = 0; local
862 stream_id = mm_camera_add_stream(my_obj, ch_id);
863 if (stream_id > 0 && src_stream_id > 0) {
869 frame_sync.a_stream_id = stream_id;
877 src_stream_id, stream_id, rc);
882 return stream_id;
893 * @stream_id : stream handl
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_camera.h 107 unsigned int stream_id; member in struct:msm_v4l2_event_data
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_camera.h 131 unsigned int stream_id; member in struct:msm_v4l2_event_data
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_camera.h 105 unsigned int stream_id; member in struct:msm_v4l2_event_data
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_camera.h 111 unsigned int stream_id; member in struct:msm_v4l2_event_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 495 * @stream_id: Stearm to control
511 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
569 * @stream_id: Device unique context ID.
576 uint32_t stream_id; member in struct:drm_vmw_stream_arg
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
event.h 121 u64 stream_id; member in struct:perf_sample
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 111 u64 stream_id; member in struct:perf_sample
  /system/extras/simpleperf/
record.h 65 uint64_t stream_id; member in struct:PerfSampleStreamIdType
  /bionic/libc/kernel/uapi/linux/dvb/
video.h 147 int stream_id; member in struct:video_spu

Completed in 968 milliseconds

12 3 4 5 6