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

1 23 4 5 6

  /development/ndk/platforms/android-21/include/linux/dvb/
video.h 149 int stream_id; member in struct:video_spu
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_camera_interface.h 103 * @stream_id : stream handler to uniquely identify a stream
121 uint32_t stream_id; member in struct:mm_camera_buf_def
526 * Return value: stream_id. zero is invalid stream_id
534 * @stream_id : stream handler
540 uint32_t stream_id);
545 * @stream_id : stream handle
552 uint32_t stream_id,
558 * @stream_id : stream handler
565 uint32_t stream_id,
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_camera_interface.h 103 * @stream_id : stream handler to uniquely identify a stream
121 uint32_t stream_id; member in struct:mm_camera_buf_def
526 * Return value: stream_id. zero is invalid stream_id
534 * @stream_id : stream handler
540 uint32_t stream_id);
545 * @stream_id : stream handle
552 uint32_t stream_id,
558 * @stream_id : stream handler
565 uint32_t stream_id,
    [all...]
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 184 int stream_id; member in struct:video_spu
  /external/libmicrohttpd/src/microspdy/
structures.h 394 uint32_t stream_id : 31; member in struct:SPDYF_Data_Frame
549 uint32_t stream_id; member in struct:SPDYF_Stream
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 436 * @stream_id: Stearm to control
452 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
510 * @stream_id: Device unique context ID.
517 uint32_t stream_id; member in struct:drm_vmw_stream_arg
  /external/webrtc/webrtc/video/
video_quality_test.cc 1016 size_t stream_id = params_.ss.selected_stream; local
1020 s << stream_id; local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 838 unsigned stream_id = br->getBits(8); local
839 ALOGV("stream_id = 0x%02x", stream_id);
844 if (stream_id != 0xbc // program_stream_map
845 && stream_id != 0xbe // padding_stream
846 && stream_id != 0xbf // private_stream_2
847 && stream_id != 0xf0 // ECM
848 && stream_id != 0xf1 // EMM
849 && stream_id != 0xff // program_stream_directory
850 && stream_id != 0xf2 // DSMC
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 107 * @stream_id : stream handler to uniquely identify a stream
125 uint32_t stream_id; member in struct:mm_camera_buf_def
572 * Return value: stream_id. zero is invalid stream_id
580 * @stream_id : stream handler
586 uint32_t stream_id);
591 * @stream_id : stream handle
598 uint32_t stream_id,
604 * @stream_id : stream handler
611 uint32_t stream_id,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 52 uint32_t stream_id, uint32_t buf_idx);
60 uint32_t stream_id);
64 uint32_t stream_id,
85 uint32_t stream_id);
648 * @stream_id : stream that will be linked
656 uint32_t stream_id, mm_stream_data_cb_t buf_cb)
660 stream_id);
844 uint32_t stream_id = *((uint32_t *)in_val); local
975 uint32_t stream_id = *((uint32_t *)in_val); local
    [all...]
mm_camera_stream.c 1607 int stream_id = my_obj->server_stream_id; local
1640 int stream_id = my_obj->server_stream_id; local
1670 int stream_id = my_obj->server_stream_id; local
4528 int stream_id = my_obj->server_stream_id; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
mm_camera_interface.h 120 * @stream_id : stream handler to uniquely identify a stream
138 uint32_t stream_id; member in struct:mm_camera_buf_def
405 * @stream_id : stream id to be synced
413 uint32_t stream_id; member in struct:__anon32288
603 * Return value: stream_id. zero is invalid stream_id
611 * @stream_id : stream handler
617 uint32_t stream_id);
622 * @stream_id : stream handle
629 uint32_t stream_id,
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 60 uint32_t stream_id);
68 uint32_t stream_id);
70 uint32_t stream_id,
91 uint32_t stream_id);
694 * @stream_id : stream that will be linked
702 uint32_t stream_id, mm_stream_data_cb_t buf_cb)
706 stream_id);
906 uint32_t stream_id = *((uint32_t *)in_val); local
1037 uint32_t stream_id = *((uint32_t *)in_val); local
1173 uint32_t stream_id = *((uint32_t *)in_val); local
    [all...]
mm_camera_interface.c 925 strid = get_main_camera_handle(buf->stream_id);
926 aux_strid = get_aux_camera_handle(buf->stream_id);
1092 uint32_t stream_id = 0, aux_stream_id; local
    [all...]
mm_camera_stream.c 1750 int stream_id = my_obj->server_stream_id; local
1783 int stream_id = my_obj->server_stream_id; local
1813 int stream_id = my_obj->server_stream_id; local
4667 int stream_id = my_obj->server_stream_id; local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_camera.h 116 unsigned int stream_id; member in struct:msm_v4l2_event_data
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_camera.h 127 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/linux/dvb/
video.h 182 int stream_id; member in struct:video_spu
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 436 * @stream_id: Stearm to control
452 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
510 * @stream_id: Device unique context ID.
517 uint32_t stream_id; member in struct:drm_vmw_stream_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
video.h 182 int stream_id; member in struct:video_spu
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/dvb/
video.h 149 int stream_id; member in struct:video_spu
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/dvb/
video.h 149 int stream_id; member in struct:video_spu
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/dvb/
video.h 149 int stream_id; member in struct:video_spu
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/dvb/
video.h 149 int stream_id; member in struct:video_spu
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/dvb/
video.h 149 int stream_id; member in struct:video_spu

Completed in 3497 milliseconds

1 23 4 5 6