Searched refs:mux (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Dmux.h22 WebPMux* mux = WebPMuxNew();
24 WebPMuxSetImage(mux, &image, copy_data);
26 WebPMuxSetChunk(mux, "ICCP", &icc_profile, copy_data);
28 WebPMuxSetChunk(mux, "XMP ", &xmp, copy_data);
29 // Get data from mux in WebP RIFF format.
30 WebPMuxAssemble(mux, &output_data);
31 WebPMuxDelete(mux);
40 WebPMux* mux = WebPMuxCreate(&data, copy_data);
41 WebPMuxGetFrame(mux, 1, &image);
43 WebPMuxGetChunk(mux, "ICC
116 WEBP_EXTERN(void) WebPMuxDelete(WebPMux* mux); variable
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_mux.py33 """Tests for mux module."""
45 from mod_pywebsocket import mux namespace
65 """Mock class of mod_python connection for mux."""
109 parser = mux._MuxFramePayloadParser(inner_frame_data)
111 if channel_id == mux._CONTROL_CHANNEL_ID:
165 """Mock class of dispatch.Dispatcher for mux."""
221 request.mux = True
230 block = mux._create_control_block_length_value(
231 channel_id, mux._MUX_OPCODE_ADD_CHANNEL_REQUEST, encoding,
233 payload = mux
[all...]
H A Dtest_handshake_hybi.py311 self.assertTrue(request.mux)
322 # mux should be rejected.
H A Dmux_client_for_testing.py33 """WebSocket client utility for testing mux extension.
208 'Unsupported mux opcode %d received' % opcode)
281 Reads frames and passes them to the mux client. This thread accesses
282 private functions/variables of the mux client.
285 def __init__(self, mux):
288 self._mux = mux
373 """WebSocket mux client.
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py42 from mod_pywebsocket import mux namespace
283 if mux.use_mux(request):
284 mux.start(request, self)
H A Dextensions.py660 ws_request.mux = True
H A Dmux.py560 because this method can be called by mux dispatcher.
1447 return hasattr(request, 'mux') and request.mux
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Ddispatch.py42 from mod_pywebsocket import mux namespace
286 if mux.use_mux(request):
287 mux.start(request, self)
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h186 void set_rtcp_mux(bool mux) { rtcp_mux_ = mux; } argument
/external/lldb/test/pexpect-2.4/examples/
H A Drippy.py711 def mux (video_final_filename, video_transcoded_filename, audio_compressed_filename, video_container_format, verbose_flag=0, dry_run_flag=0): function
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3020 ChardevMux * mux; member in union:ChardevBackend::__anon30072
H A Dqapi-visit.c5451 visit_type_ChardevMux(m, &(*obj)->mux, "data", &err);

Completed in 230 milliseconds