Searched defs:stream_id (Results 1 - 13 of 13) sorted by relevance

/external/libopus/src/
H A Dopus_multistream.c57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) argument
63 if (layout->mapping[i]==stream_id*2)
69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev) argument
75 if (layout->mapping[i]==stream_id*2+1)
81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) argument
87 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams)
H A Dopus_multistream_decoder.c481 opus_int32 stream_id; local
483 stream_id = va_arg(ap, opus_int32);
484 if (stream_id<0 || stream_id >= st->layout.nb_streams)
491 for (s=0;s<stream_id;s++)
H A Dopus_multistream_encoder.c1100 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++)
/external/libvncserver/libvncclient/
H A Dtight.c100 int err, stream_id, compressedLen, bitsPixel; local
107 for (stream_id = 0; stream_id < 4; stream_id++) {
108 if ((comp_ctl & 1) && client->zlibStreamActive[stream_id]) {
109 if (inflateEnd (&client->zlibStream[stream_id]) != Z_OK &&
110 client->zlibStream[stream_id].msg != NULL)
111 rfbClientLog("inflateEnd: %s\n", client->zlibStream[stream_id].msg);
112 client->zlibStreamActive[stream_id] = FALSE;
214 stream_id
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h107 unsigned int stream_id; /* Only used with bulk streams */ member in union:usbdevfs_urb::__anon7275
/external/libdrm/include/drm/
H A Dvmwgfx_drm.h497 * @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/linux-tools-perf/src/tools/perf/util/
H A Devent.h111 u64 stream_id; member in struct:perf_sample
H A Dpython.c40 u64 stream_id; member in struct:throttle_event
68 sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \
186 member_def(throttle_event, stream_id, T_ULONGLONG, "event stream id"),
195 ", stream_id: %" PRIu64 " }",
197 te->time, te->id, te->stream_id);
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h184 int stream_id; member in struct:video_spu
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h436 * @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/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h459 * @stream_id: Stearm to control
475 uint32_t stream_id; member in struct:drm_vmw_control_stream_arg
533 * @stream_id: Device unique context ID.
540 uint32_t stream_id; member in struct:drm_vmw_stream_arg
/external/linux-tools-perf/src/include/linux/
H A Dperf_event.h574 u64 stream_id; member in struct:perf_sample_data
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 419 milliseconds