Home
last modified time | relevance | path

Searched defs:streams (Results 1 – 25 of 225) sorted by relevance

123456789

/external/adhd/cras/src/tests/
Dtiming_unittest.cc49 const std::vector<StreamPtr>& streams, in SingleInputDevNextWake()
78 const std::vector<StreamPtr>& streams, in SingleOutputDevNextWake()
187 std::vector<StreamPtr> streams; in TEST_F() local
217 std::vector<StreamPtr> streams; in TEST_F() local
247 std::vector<StreamPtr> streams; in TEST_F() local
278 std::vector<StreamPtr> streams; in TEST_F() local
304 std::vector<StreamPtr> streams; in TEST_F() local
332 std::vector<StreamPtr> streams; in TEST_F() local
360 std::vector<StreamPtr> streams; in TEST_F() local
391 std::vector<StreamPtr> streams; in TEST_F() local
[all …]
/external/pdfium/core/fpdfapi/parser/
Dcpdf_seekablemultistream_unittest.cpp16 std::vector<const CPDF_Stream*> streams; in TEST() local
26 std::vector<const CPDF_Stream*> streams; in TEST() local
38 std::vector<const CPDF_Stream*> streams; in TEST() local
/external/webrtc/talk/media/base/
Dstreamparams.h276 const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream()
283 inline const StreamParams* GetStreamBySsrc(const StreamParamsVec& streams, in GetStreamBySsrc()
289 inline const StreamParams* GetStreamByIds(const StreamParamsVec& streams, in GetStreamByIds()
298 inline const StreamParams* GetStream(const StreamParamsVec& streams, in GetStream()
305 bool RemoveStream(StreamParamsVec* streams, Condition condition) { in RemoveStream()
315 inline bool RemoveStream(StreamParamsVec* streams, in RemoveStream()
320 inline bool RemoveStreamBySsrc(StreamParamsVec* streams, uint32_t ssrc) { in RemoveStreamBySsrc()
324 inline bool RemoveStreamByIds(StreamParamsVec* streams, in RemoveStreamByIds()
Dstreamparams.cc37 void AddStream(std::vector<StreamParams>* streams, const StreamParams& stream) { in AddStream()
46 bool GetStream(const StreamParamsVec& streams, in GetStream()
70 void MediaStreams::CopyFrom(const MediaStreams& streams) { in CopyFrom()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc42 const HloModule& module, const StreamAssignment& streams) { in BuildGpuHloSchedule()
85 std::unique_ptr<StreamAssignment> streams = AssignStreams(*module); in TEST_F() local
145 std::unique_ptr<StreamAssignment> streams = AssignStreams(*module); in TEST_F() local
215 std::unique_ptr<StreamAssignment> streams = AssignStreams(*module); in TEST_F() local
294 std::unique_ptr<StreamAssignment> streams = AssignStreams(*module); in TEST_F() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/
DMergingMediaPeriodTest.java70 SampleStream[] streams = new SampleStream[4]; in selectTracks_createsSampleStreamsFromChildPeriods() local
106 SampleStream[] streams = new SampleStream[2]; in selectTracks_withPeriodOffsets_selectTracksWithOffset_andCreatesSampleStreamsCorrectingOffset() local
185 @NullableType SampleStream[] streams, in selectTracks()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dgenerate_client_examples_of_bad_closing_streams.py21 streams = { variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecution_tracker.cc28 std::vector<StreamPool::Ptr> streams, in AsyncExecution()
50 std::vector<StreamPool::Ptr> streams, in Register()
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernels.cpp179 clMemWrapper streams[2]; in test_execute_kernel_local_sizes() local
310 clMemWrapper streams[2]; in test_set_kernel_arg_by_index() local
380 clMemWrapper streams[3]; in test_set_kernel_arg_constant() local
467 clMemWrapper streams[2]; in test_set_kernel_arg_struct_array() local
573 clMemWrapper streams[2]; in test_kernel_global_constant() local
Dtest_api_min_max.cpp114 clMemWrapper streams[1]; in test_min_max_thread_dimensions() local
247 clMemWrapper *streams, result; in test_min_max_read_image_args() local
382 clMemWrapper *streams; in test_min_max_write_image_args() local
551 clMemWrapper streams[1]; in test_min_max_image_2d_width() local
620 clMemWrapper streams[1]; in test_min_max_image_2d_height() local
687 clMemWrapper streams[1]; in test_min_max_image_3d_width() local
743 clMemWrapper streams[1]; in test_min_max_image_3d_height() local
800 clMemWrapper streams[1]; in test_min_max_image_3d_depth() local
856 clMemWrapper streams[1]; in test_min_max_image_array_size() local
912 clMemWrapper streams[2]; in test_min_max_image_buffer_size() local
[all …]
/external/vogar/test/vogar/testing/
DInterceptOutputStreams.java71 private final EnumSet<Stream> streams; field in InterceptOutputStreams
77 public InterceptOutputStreams(Stream... streams) { in InterceptOutputStreams()
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dmixing_test.cc145 void StartLocalStreams(const std::vector<int>& streams) { in StartLocalStreams()
153 void StopLocalStreams(const std::vector<int>& streams) { in StopLocalStreams()
161 void StartRemoteStreams(const std::vector<int>& streams, in StartRemoteStreams()
196 void StopRemoteStreams(const std::vector<int>& streams) { in StopRemoteStreams()
/external/OpenCL-CTS/test_conformance/workgroups/
Dtest_wg_reduce.cpp166 cl_mem streams[2]; in test_work_group_reduce_add_int() local
267 cl_mem streams[2]; in test_work_group_reduce_add_uint() local
367 cl_mem streams[2]; in test_work_group_reduce_add_long() local
468 cl_mem streams[2]; in test_work_group_reduce_add_ulong() local
Dtest_wg_scan_exclusive_add.cpp174 cl_mem streams[2]; in test_work_group_scan_exclusive_add_int() local
275 cl_mem streams[2]; in test_work_group_scan_exclusive_add_uint() local
375 cl_mem streams[2]; in test_work_group_scan_exclusive_add_long() local
476 cl_mem streams[2]; in test_work_group_scan_exclusive_add_ulong() local
Dtest_wg_reduce_min.cpp166 cl_mem streams[2]; in test_work_group_reduce_min_int() local
276 cl_mem streams[2]; in test_work_group_reduce_min_uint() local
385 cl_mem streams[2]; in test_work_group_reduce_min_long() local
495 cl_mem streams[2]; in test_work_group_reduce_min_ulong() local
Dtest_wg_scan_inclusive_min.cpp165 cl_mem streams[2]; in test_work_group_scan_inclusive_min_int() local
266 cl_mem streams[2]; in test_work_group_scan_inclusive_min_uint() local
366 cl_mem streams[2]; in test_work_group_scan_inclusive_min_long() local
467 cl_mem streams[2]; in test_work_group_scan_inclusive_min_ulong() local
Dtest_wg_scan_inclusive_max.cpp165 cl_mem streams[2]; in test_work_group_scan_inclusive_max_int() local
266 cl_mem streams[2]; in test_work_group_scan_inclusive_max_uint() local
366 cl_mem streams[2]; in test_work_group_scan_inclusive_max_long() local
467 cl_mem streams[2]; in test_work_group_scan_inclusive_max_ulong() local
Dtest_wg_reduce_max.cpp166 cl_mem streams[2]; in test_work_group_reduce_max_int() local
276 cl_mem streams[2]; in test_work_group_reduce_max_uint() local
385 cl_mem streams[2]; in test_work_group_reduce_max_long() local
495 cl_mem streams[2]; in test_work_group_reduce_max_ulong() local
Dtest_wg_scan_exclusive_max.cpp165 cl_mem streams[2]; in test_work_group_scan_exclusive_max_int() local
275 cl_mem streams[2]; in test_work_group_scan_exclusive_max_uint() local
384 cl_mem streams[2]; in test_work_group_scan_exclusive_max_long() local
494 cl_mem streams[2]; in test_work_group_scan_exclusive_max_ulong() local
Dtest_wg_scan_inclusive_add.cpp163 cl_mem streams[2]; in test_work_group_scan_inclusive_add_int() local
264 cl_mem streams[2]; in test_work_group_scan_inclusive_add_uint() local
364 cl_mem streams[2]; in test_work_group_scan_inclusive_add_long() local
465 cl_mem streams[2]; in test_work_group_scan_inclusive_add_ulong() local
Dtest_wg_scan_exclusive_min.cpp166 cl_mem streams[2]; in test_work_group_scan_exclusive_min_int() local
276 cl_mem streams[2]; in test_work_group_scan_exclusive_min_uint() local
385 cl_mem streams[2]; in test_work_group_scan_exclusive_min_long() local
495 cl_mem streams[2]; in test_work_group_scan_exclusive_min_ulong() local
/external/libbrillo/brillo/http/
Dhttp_form_data.cc86 bool TextFormField::ExtractDataStreams(std::vector<StreamPtr>* streams) { in ExtractDataStreams()
108 bool FileFormField::ExtractDataStreams(std::vector<StreamPtr>* streams) { in ExtractDataStreams()
127 bool MultiPartFormField::ExtractDataStreams(std::vector<StreamPtr>* streams) { in ExtractDataStreams()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst74 .. _streams: target
/external/libopus/src/
Dopus_projection_decoder.c107 opus_int32 opus_projection_decoder_get_size(int channels, int streams, in opus_projection_decoder_get_size()
126 int channels, int streams, int coupled_streams, in opus_projection_decoder_init()
177 opus_int32 Fs, int channels, int streams, int coupled_streams, in opus_projection_decoder_create()
/external/webrtc/webrtc/call/
Dcall_unittest.cc68 std::list<AudioSendStream*> streams; in TEST() local
91 std::list<AudioReceiveStream*> streams; in TEST() local

123456789