Home | History | Annotate | Download | only in source

Lines Matching refs:readSize

1575         const uint32_t readSize = MinValue(size, CODEC_CONFIG_LENGTH);
1577 reinterpret_cast<uint8_t*>(_videoConfigParameters), readSize);
1578 _videoConfigLength = readSize;
1580 readSize;