Home
last modified time | relevance | path

Searched refs:iScale (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/avi/parser/include/
Dpv_avifile_typedefs.h269 iScale = 0; in PVAviFileStreamHeaderStruct()
290 iScale = 0; in ~PVAviFileStreamHeaderStruct()
311 uint32 iScale; variable
Dpv_avifile_streamlist.h108 return iStreamHdr.iScale; in GetScale()
/external/opencore/fileformats/avi/parser/src/
Dpv_avifile_streamlist.cpp353 if (PV_AVI_FILE_PARSER_SUCCESS != (PVAviFileParserUtils::read32(aFp, iStreamHdr.iScale, true))) in ParseStreamHeader()
454 iStreamHdr.iSamplingRate = (OsclFloat)iStreamHdr.iRate / iStreamHdr.iScale; in ParseStreamHeader()