HomeSort by relevance Sort by last modified time
    Searched refs:AvgBytesPerSec (Results 1 - 4 of 4) sorted by null

  /external/opencore/codecs_v2/utilities/pv_config_parser/src/
pv_audio_config_parser.cpp 93 uint32 AvgBytesPerSec;
116 AvgBytesPerSec = dwdata;
163 AvgBytesPerSec = dwdata;
205 if (AvgBytesPerSec > 192000 || aOutputs->SamplesPerSec > 48000)
325 //AvgBytesPerSec = dwdata;
  /external/opencore/fileformats/avi/parser/include/
pv_avifile_typedefs.h 406 uint32 AvgBytesPerSec;
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_streamlist.cpp 499 iStreamFmt.iAudWaveFormatEx.AvgBytesPerSec = 0;
520 if (PV_AVI_FILE_PARSER_SUCCESS != (PVAviFileParserUtils::read32(aFp, iStreamFmt.iAudWaveFormatEx.AvgBytesPerSec, true)))
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp 829 iSettings.iByteRate = audioHdr->AvgBytesPerSec;
    [all...]

Completed in 1500 milliseconds