Searched refs:GetInputType (Results 1 – 8 of 8) sorted by relevance
92 HRESULT GetInputType(WAVEFORMATEX *pwfex) in GetInputType() function
1066 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()
400 MachineType GetInputType(size_t index) const { in NON_EXPORTED_BASE()553 return incoming_->GetInputType(index + 1); // + 1 to skip target. in NON_EXPORTED_BASE()
965 call_descriptor->GetInputType(i).representation(); in CheckCallInputs()
1254 call_descriptor->GetInputType(i).representation())); in VisitCall()1953 call_descriptor->GetInputType(i).representation())); in VisitFastApiCall()
8746 call_descriptor->GetInputType(0), // target MachineType in ReplaceTypeInCallDescriptorWith()
1806 static PyObject* GetInputType(PyBaseDescriptor *self, void *closure) { in GetInputType() function1830 { "input_type", (getter)GetInputType, NULL, "Input type", NULL},
37 ETC_Decoder::InputType GetInputType(const vk::Format &format) in GetInputType() function1319 ETC_Decoder::InputType inputType = GetInputType(format); in decodeETC2()