Searched refs:nTotalSampleBytes (Results 1 – 1 of 1) sorted by relevance
535 FX_SAFE_DWORD nTotalSampleBytes = nTotalSampleBits; in v_Init() local536 nTotalSampleBytes += 7; in v_Init()537 nTotalSampleBytes /= 8; in v_Init()538 if (!nTotalSampleBytes.IsValid() || nTotalSampleBytes.ValueOrDie() == 0 || in v_Init()539 nTotalSampleBytes.ValueOrDie() > m_pSampleStream->GetSize()) { in v_Init()