Searched refs:cinst (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 227 CodecInst cinst; in RunTest() local 307 codec->GetCodec(codec_selection, cinst); in RunTest() 310 SetStereoIfOpus(opus_stereo, &cinst); in RunTest() 311 res = codec->SetSendCodec(chan, cinst); in RunTest() 329 res = codec->SetSendCodec(channels[i], cinst); in RunTest() 465 res = codec->GetCodec(option_selection, cinst); in RunTest() 467 if (strcmp(cinst.plname, "red") == 0) { in RunTest() 469 res = rtp_rtcp->SetREDStatus(chan, true, cinst.pltype); in RunTest() 471 SetStereoIfOpus(opus_stereo, &cinst); in RunTest() 473 res = codec->SetSendCodec(chan, cinst); in RunTest() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1278 Instruction* cinst = def_use_mgr->GetDef(cid); in CompositeConstructFeedingExtract() local 1280 if (cinst->opcode() != SpvOpCompositeConstruct) { in CompositeConstructFeedingExtract() 1285 analysis::Type* composite_type = type_mgr->GetType(cinst->type_id()); in CompositeConstructFeedingExtract() 1290 uint32_t element_id = cinst->GetSingleWordInOperand(element_index); in CompositeConstructFeedingExtract() 1307 construct_index < cinst->NumInOperands(); ++construct_index) { in CompositeConstructFeedingExtract() 1308 uint32_t element_id = cinst->GetSingleWordInOperand(construct_index); in CompositeConstructFeedingExtract() 1411 Instruction* cinst = def_use_mgr->GetDef(cid); in InsertFeedingExtract() local 1413 if (cinst->opcode() != SpvOpCompositeInsert) { in InsertFeedingExtract() 1421 if (i + 1 >= cinst->NumInOperands()) { in InsertFeedingExtract() 1426 cinst->GetSingleWordInOperand(i + 1)) { in InsertFeedingExtract() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1278 Instruction* cinst = def_use_mgr->GetDef(cid); in CompositeConstructFeedingExtract() local 1280 if (cinst->opcode() != SpvOpCompositeConstruct) { in CompositeConstructFeedingExtract() 1285 analysis::Type* composite_type = type_mgr->GetType(cinst->type_id()); in CompositeConstructFeedingExtract() 1290 uint32_t element_id = cinst->GetSingleWordInOperand(element_index); in CompositeConstructFeedingExtract() 1307 construct_index < cinst->NumInOperands(); ++construct_index) { in CompositeConstructFeedingExtract() 1308 uint32_t element_id = cinst->GetSingleWordInOperand(construct_index); in CompositeConstructFeedingExtract() 1411 Instruction* cinst = def_use_mgr->GetDef(cid); in InsertFeedingExtract() local 1413 if (cinst->opcode() != SpvOpCompositeInsert) { in InsertFeedingExtract() 1421 if (i + 1 >= cinst->NumInOperands()) { in InsertFeedingExtract() 1426 cinst->GetSingleWordInOperand(i + 1)) { in InsertFeedingExtract() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_computation.cc | 359 for (HloInstruction* cinst : it->second) { in ComputeInstructionPostOrder() 360 dfs_stack.emplace_back(cinst); in ComputeInstructionPostOrder() 386 for (HloInstruction* cinst : it->second) { in ComputeInstructionPostOrder() 387 add_predecessors(cinst); in ComputeInstructionPostOrder()
|
/external/webrtc/webrtc/modules/media_file/ |
D | media_file_utility.cc | 782 const CodecInst& cinst) in InitPreEncodedReading() argument 791 if(set_codec_info(cinst) != 0) in InitPreEncodedReading() 803 memcpy(&codec_info_,&cinst,sizeof(CodecInst)); in InitPreEncodedReading()
|