Home
last modified time | relevance | path

Searched refs:GetInputType (Results 1 – 8 of 8) sorted by relevance

/third_party/lame/dshow/
DEncoder.h92 HRESULT GetInputType(WAVEFORMATEX *pwfex) in GetInputType() function
DMpegac.cpp1066 if(FAILED(m_Encoder.GetInputType(&wf))) in get_SourceSampleRate()
1077 if(FAILED(m_Encoder.GetInputType(&wf))) in get_SourceChannels()
1530 if(FAILED(m_Encoder.GetInputType(&wf))) in InputTypeDefined()
1727 m_pFilter->m_Encoder.GetInputType(&wf); in GetMediaType()
/third_party/node/deps/v8/src/compiler/
Dlinkage.h400 MachineType GetInputType(size_t index) const { in NON_EXPORTED_BASE()
553 return incoming_->GetInputType(index + 1); // + 1 to skip target. in NON_EXPORTED_BASE()
Dmachine-graph-verifier.cc965 call_descriptor->GetInputType(i).representation(); in CheckCallInputs()
Dsimplified-lowering.cc1254 call_descriptor->GetInputType(i).representation())); in VisitCall()
1953 call_descriptor->GetInputType(i).representation())); in VisitFastApiCall()
Dwasm-compiler.cc8746 call_descriptor->GetInputType(0), // target MachineType in ReplaceTypeInCallDescriptorWith()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1806 static PyObject* GetInputType(PyBaseDescriptor *self, void *closure) { in GetInputType() function
1830 { "input_type", (getter)GetInputType, NULL, "Input type", NULL},
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp37 ETC_Decoder::InputType GetInputType(const vk::Format &format) in GetInputType() function
1319 ETC_Decoder::InputType inputType = GetInputType(format); in decodeETC2()