Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 – 25 of 40) sorted by relevance

12

/external/autotest/client/site_tests/audio_CrasStress/
Daudio_CrasStress.py40 def _new_stream(self, stream_type): argument
42 if stream_type == _STREAM_TYPE_INPUT:
57 def _check_buffer_level(self, stream_type): argument
59 buffer_level = self._get_buffer_level(stream_type)
61 if stream_type == _STREAM_TYPE_INPUT:
68 if stream_type == _STREAM_TYPE_OUTPUT:
108 stream_type = random.randint(0, 1)
110 stream_type = _STREAM_TYPE_OUTPUT
112 stream_type = _STREAM_TYPE_INPUT
114 self._streams.append(self._new_stream(stream_type))
[all …]
/external/autotest/client/cros/multimedia/
Daudio_extension_handler.py119 def _get_active_id_for_stream_type(self, stream_type): argument
133 {'streamTypes': [stream_type], 'isActive': True})
267 stream_type = 'input' if is_input else 'output'
274 % (stream_type, node_id))
/external/adhd/cras/src/tests/
Drstream_unittest.cc32 config_.stream_type = CRAS_STREAM_TYPE_DEFAULT; in SetUp()
92 config_.stream_type = (enum CRAS_STREAM_TYPE)7; in TEST_F()
199 config_.stream_type = CRAS_STREAM_TYPE_DEFAULT; in TEST_F()
206 config_.stream_type = CRAS_STREAM_TYPE_VOICE_COMMUNICATION; in TEST_F()
213 config_.stream_type = CRAS_STREAM_TYPE_SPEECH_RECOGNITION; in TEST_F()
219 config_.stream_type = CRAS_STREAM_TYPE_PRO_AUDIO; in TEST_F()
Dcras_test_client.c593 cras_stream_type_str(info->streams[i].stream_type)); in print_audio_debug_info()
757 enum CRAS_STREAM_TYPE stream_type, in run_file_io_stream() argument
818 stream_type, in run_file_io_stream()
994 enum CRAS_STREAM_TYPE stream_type, in run_capture() argument
1008 stream_type, rate, num_channels, flags, is_loopback, in run_capture()
1018 enum CRAS_STREAM_TYPE stream_type, in run_playback() argument
1031 stream_type, rate, num_channels, 0, 0, 0); in run_playback()
1261 enum CRAS_STREAM_TYPE stream_type = CRAS_STREAM_TYPE_DEFAULT; in main() local
1573 stream_type = atoi(optarg); in main()
1618 block_size, stream_type, rate, in main()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc213 dirent.stream_type = MD_LINUX_CPU_INFO; in Dump()
218 dirent.stream_type = MD_LINUX_PROC_STATUS; in Dump()
223 dirent.stream_type = MD_LINUX_LSB_RELEASE; in Dump()
228 dirent.stream_type = MD_LINUX_CMD_LINE; in Dump()
233 dirent.stream_type = MD_LINUX_ENVIRON; in Dump()
238 dirent.stream_type = MD_LINUX_AUXV; in Dump()
243 dirent.stream_type = MD_LINUX_MAPS; in Dump()
248 dirent.stream_type = MD_LINUX_DSO_DEBUG; in Dump()
297 dirent->stream_type = MD_THREAD_LIST_STREAM; in WriteThreadListStream()
506 dirent->stream_type = MD_MODULE_LIST_STREAM; in WriteMappings()
[all …]
/external/adhd/cras/src/server/
Dcras_rstream.c88 enum CRAS_STREAM_TYPE stream_type, in verify_rstream_parameters() argument
119 if (stream_type < CRAS_STREAM_TYPE_DEFAULT || in verify_rstream_parameters()
120 stream_type >= CRAS_STREAM_NUM_TYPES) { in verify_rstream_parameters()
219 config->stream_type, in cras_rstream_create()
231 stream->stream_type = config->stream_type; in cras_rstream_create()
Dcras_rstream.h72 enum CRAS_STREAM_TYPE stream_type; member
113 enum CRAS_STREAM_TYPE stream_type; member
173 return stream->stream_type; in cras_rstream_get_type()
Dserver_stream.c63 stream_config->stream_type = CRAS_STREAM_TYPE_DEFAULT; in server_stream_create()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local
53 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local
53 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c61 unsigned stream_type; member
596 create->stream_type = dec->stream_type; in rvcn_dec_message_create()
643 decode->stream_type = dec->stream_type; in rvcn_dec_message_decode()
806 return dec->stream_type == RDECODE_CODEC_H264_PERF || in have_it()
807 dec->stream_type == RDECODE_CODEC_H265; in have_it()
1204 unsigned dpb_size, bs_buf_size, stream_type = 0; in radeon_create_decoder() local
1212 stream_type = RDECODE_CODEC_MPEG2_VLD; in radeon_create_decoder()
1217 stream_type = RDECODE_CODEC_MPEG4; in radeon_create_decoder()
1220 stream_type = RDECODE_CODEC_VC1; in radeon_create_decoder()
1225 stream_type = RDECODE_CODEC_H264_PERF; in radeon_create_decoder()
[all …]
Dradeon_uvd.c65 unsigned stream_type; member
138 return dec->stream_type == RUVD_CODEC_H264_PERF || in have_it()
139 dec->stream_type == RUVD_CODEC_H265; in have_it()
367 if (dec->stream_type == RUVD_CODEC_H264_PERF) in calc_dpb_size()
398 if ((dec->stream_type != RUVD_CODEC_H264_PERF) || in calc_dpb_size()
408 if ((dec->stream_type != RUVD_CODEC_H264_PERF) || in calc_dpb_size()
569 if (dec->stream_type == RUVD_CODEC_H264_PERF) { in get_h264_msg()
1255 dec->msg->body.decode.stream_type = dec->stream_type; in ruvd_end_frame()
1271 if (dec->stream_type == RUVD_CODEC_H264_PERF && in ruvd_end_frame()
1414 dec->stream_type = profile2stream_type(dec, rctx->family); in si_common_uvd_create_decoder()
[all …]
Dradeon_vcn_dec.h127 unsigned int stream_type; member
134 unsigned int stream_type; member
Dradeon_uvd.h352 uint32_t stream_type; member
364 uint32_t stream_type; member
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out12 stream_type = 0x3 (MD_THREAD_LIST_STREAM)
18 stream_type = 0x4 (MD_MODULE_LIST_STREAM)
24 stream_type = 0x5 (MD_MEMORY_LIST_STREAM)
30 stream_type = 0x6 (MD_EXCEPTION_STREAM)
36 stream_type = 0x7 (MD_SYSTEM_INFO_STREAM)
42 stream_type = 0xf (MD_MISC_INFO_STREAM)
48 stream_type = 0x47670001 (MD_BREAKPAD_INFO_STREAM)
54 stream_type = 0x0 (MD_UNUSED_STREAM)
60 stream_type = 0x0 (MD_UNUSED_STREAM)
/external/google-breakpad/src/processor/
Dminidump.cc4203 Swap(&directory_entry->stream_type); in Read()
4209 unsigned int stream_type = directory_entry->stream_type; in Read() local
4210 switch (stream_type) { in Read()
4218 if (stream_map_->find(stream_type) != stream_map_->end()) { in Read()
4222 stream_type << ", but can only deal with one"; in Read()
4231 (*stream_map_)[stream_type].stream_index = stream_index; in Read()
4295 static const char* get_stream_name(uint32_t stream_type) { in get_stream_name() argument
4296 switch (stream_type) { in get_stream_name()
4387 printf(" stream_type = 0x%x (%s)\n", directory_entry->stream_type, in Print()
4388 get_stream_name(directory_entry->stream_type)); in Print()
[all …]
Dminidump_dump.cc56 uint32_t stream_type, in DumpRawStream() argument
60 if (!minidump->SeekToStreamType(stream_type, &length)) { in DumpRawStream()
/external/adhd/cras/src/common/
Dcras_types.h126 enum CRAS_STREAM_TYPE stream_type) in cras_stream_type_str() argument
128 switch(stream_type) { in cras_stream_type_str()
263 uint32_t stream_type; member
Dcras_messages.h104 enum CRAS_STREAM_TYPE stream_type; /* media, or call, etc. */ member
124 enum CRAS_STREAM_TYPE stream_type; /* media, or call, etc. */ member
135 enum CRAS_STREAM_TYPE stream_type, in cras_fill_connect_message() argument
146 m->stream_type = stream_type; in cras_fill_connect_message()
174 enum CRAS_STREAM_TYPE stream_type; member
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc431 dir->stream_type = MD_THREAD_LIST_STREAM; in WriteLwpListStream()
549 dir->stream_type = MD_MODULE_LIST_STREAM; in WriteModuleListStream()
569 dir->stream_type = MD_SYSTEM_INFO_STREAM; in WriteSystemInfoStream()
587 dir->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
636 dir->stream_type = MD_MISC_INFO_STREAM; in WriteMiscInfoStream()
653 dir->stream_type = MD_BREAKPAD_INFO_STREAM; in WriteBreakpadInfoStream()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c71 unsigned stream_type; member
142 return dec->stream_type == RUVD_CODEC_H264_PERF || in have_it()
143 dec->stream_type == RUVD_CODEC_H265; in have_it()
313 if (dec->stream_type == RUVD_CODEC_H264_PERF) in calc_dpb_size()
344 if ((dec->stream_type != RUVD_CODEC_H264_PERF)) { in calc_dpb_size()
353 if ((dec->stream_type != RUVD_CODEC_H264_PERF)) { in calc_dpb_size()
513 if (dec->stream_type == RUVD_CODEC_H264_PERF) { in get_h264_msg()
1175 dec->msg->body.decode.stream_type = dec->stream_type; in ruvd_end_frame()
1331 dec->stream_type = profile2stream_type(dec, info.family); in ruvd_create_decoder()
1383 dec->msg->body.create.stream_type = dec->stream_type; in ruvd_create_decoder()
Dradeon_uvd.h353 uint32_t stream_type; member
365 uint32_t stream_type; member
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java320 RewriteRuleSubtreeStream stream_type=new RewriteRuleSubtreeStream(adaptor,"rule type"); in variable() local
330 stream_type.add(type7.getTree()); in variable()
360 adaptor.addChild(root_1, stream_type.nextTree()); in variable()
470 RewriteRuleSubtreeStream stream_type=new RewriteRuleSubtreeStream(adaptor,"rule type"); in functionHeader() local
480 stream_type.add(type11.getTree()); in functionHeader()
566 adaptor.addChild(root_1, stream_type.nextTree()); in functionHeader()
622 RewriteRuleSubtreeStream stream_type=new RewriteRuleSubtreeStream(adaptor,"rule type"); in formalParameter() local
632 stream_type.add(type18.getTree()); in formalParameter()
659 adaptor.addChild(root_1, stream_type.nextTree()); in formalParameter()
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangParser.m331 RewriteRuleSubtreeStream *stream_type =
345 [stream_type addElement:[type2 getTree]];
379 [treeAdaptor addChild:[stream_type nextTree] toTree:root_1];
405 [stream_type release];
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc987 thread_list_stream->stream_type = MD_THREAD_LIST_STREAM; in WriteThreadListStream()
1071 memory_list_stream->stream_type = MD_MEMORY_LIST_STREAM; in WriteMemoryListStream()
1122 exception_stream->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
1157 system_info_stream->stream_type = MD_SYSTEM_INFO_STREAM; in WriteSystemInfoStream()
1480 module_list_stream->stream_type = MD_MODULE_LIST_STREAM; in WriteModuleListStream()
1514 misc_info_stream->stream_type = MD_MISC_INFO_STREAM; in WriteMiscInfoStream()
1566 breakpad_info_stream->stream_type = MD_BREAKPAD_INFO_STREAM; in WriteBreakpadInfoStream()

12