Searched refs:kNumTmpBufferPieces (Results 1 – 4 of 4) sorted by relevance
40 static const int kNumTmpBufferPieces;
417 if (needed_size > tmp_buffer_.size() / kNumTmpBufferPieces) { in CompositeLayer()501 /* static */ const int VSoCComposer::kNumTmpBufferPieces = 2; member in cvd::VSoCComposer505 tmp_buffer_(kNumTmpBufferPieces * in VSoCComposer()599 return &tmp_buffer_[(order % kNumTmpBufferPieces) * tmp_buffer_.size() / in RotateTmpBuffer()600 kNumTmpBufferPieces]; in RotateTmpBuffer()
420 if (needed_size > tmp_buffer_.size() / kNumTmpBufferPieces) { in CompositeLayer()504 /* static */ const int VSoCComposer::kNumTmpBufferPieces = 2; member in cvd::VSoCComposer509 tmp_buffer_(kNumTmpBufferPieces * in VSoCComposer()603 return &tmp_buffer_[(order % kNumTmpBufferPieces) * tmp_buffer_.size() / in RotateTmpBuffer()604 kNumTmpBufferPieces]; in RotateTmpBuffer()