Home
last modified time | relevance | path

Searched refs:m_bNoSampleBuffer (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/processing/src/downsample/
Ddownsample.cpp49 m_bNoSampleBuffer = AllocateSampleBuffer(); in CDownsampling()
158 …rcWidthY >> 1) > MAX_SAMPLE_WIDTH || (iSrcHeightY >> 1) > MAX_SAMPLE_HEIGHT || m_bNoSampleBuffer) { in Process()
Ddownsample.h196 bool m_bNoSampleBuffer; variable