Home | History | Annotate | Download | only in libmedia

Lines Matching refs:fileFormat

315           !strcmp("fileFormat", atts[2]) &&
323 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]);
324 CHECK(fileFormat != -1);
331 profile->mFileFormat = static_cast<output_format>(fileFormat);