Lines Matching refs:aFormat
572 MediumFormat *aFormat,
582 mFormat(aFormat),
624 MediumFormat *aFormat,
633 mFormat(aFormat),
1008 * @param aFormat
1015 const Utf8Str &aFormat,
1021 AssertReturn(!aFormat.isEmpty(), E_FAIL);
1044 rc = i_setFormat(aFormat);
1710 HRESULT Medium::getFormat(com::Utf8Str &aFormat)
1714 aFormat = m->strFormat;
5597 * @param aFormat Medium format for creating @a aFilename.
5610 const ComObjPtr<MediumFormat> &aFormat,
5617 AssertReturn(!aFormat.isNull(), E_INVALIDARG);
5653 pTask = new Medium::ExportTask(this, aProgress, aFilename, aFormat,
5675 * @param aFormat Medium format for reading @a aFilename.
5687 const ComObjPtr<MediumFormat> &aFormat,
5694 AssertReturn(!aFormat.isNull(), E_INVALIDARG);
5748 pTask = new Medium::ImportTask(this, aProgress, aFilename, aFormat,
6630 * @param aFormat Optional fallback format if it is an import and the format
6636 const Utf8Str &aFormat /* = Utf8Str::Empty */)
6741 else if (aFormat.isEmpty())
6747 HRESULT rc = i_setFormat(aFormat);
6804 HRESULT Medium::i_setFormat(const Utf8Str &aFormat)
6811 unconst(m->formatObj) = pSysProps->i_mediumFormat(aFormat);
6815 aFormat.c_str());
6831 unconst(m->strFormat) = aFormat;