Home | History | Annotate | Download | only in libmedia

Lines Matching refs:fileFormat

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