Searched refs:setCoderProperties (Results 1 – 2 of 2) sorted by relevance
42 CMyComPtr<ICompressSetCoderProperties> setCoderProperties; in SetMethodProperties() local43 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetMethodProperties()44 if (setCoderProperties == NULL) in SetMethodProperties()69 CMyComPtr<ICompressSetCoderProperties> setCoderProperties; in SetMethodProperties() local70 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetMethodProperties()71 res = setCoderProperties->SetCoderProperties(&propIDs.Front(), values, numProps); in SetMethodProperties()
593 CMyComPtr<ICompressSetCoderProperties> setCoderProperties; in Init() local594 RINOK(encoder.QueryInterface(IID_ICompressSetCoderProperties, &setCoderProperties)); in Init()595 if (!setCoderProperties) in Init()597 RINOK(setCoderProperties->SetCoderProperties(propIDs, props, kNumProps)); in Init()