Searched refs:kMaxFramesCountLog2 (Results 1 – 2 of 2) sorted by relevance
25 static const int kMaxFramesCountLog2 = 8;26 static const unsigned kMaxFramesCount = (1u << kMaxFramesCountLog2) - 1;
111 static const unsigned kMaxFramesCountLog2 = 8; member112 static const unsigned kMaxFramesCount = (1 << kMaxFramesCountLog2) - 1;114 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames.