Searched refs:tmpBuffer (Results 1 – 4 of 4) sorted by relevance
71 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer()78 *outBufferHandle = static_cast<buffer_handle_t>(tmpBuffer); in importBuffer()
336 Color8888* tmpBuffer = prevBuffer; in drawFrame() local338 currBuffer = tmpBuffer; in drawFrame()
85 sp<ABuffer> tmpBuffer = new (std::nothrow) ABuffer((*buffer)->size() + 4 + length + 1024); in copyNALUToABuffer() local86 if (tmpBuffer.get() == NULL || tmpBuffer->base() == NULL) { in copyNALUToABuffer()89 memcpy(tmpBuffer->data(), (*buffer)->data(), (*buffer)->size()); in copyNALUToABuffer()90 tmpBuffer->setRange(0, (*buffer)->size()); in copyNALUToABuffer()91 (*buffer) = tmpBuffer; in copyNALUToABuffer()
1710 char16_t tmpBuffer[TMP_BUFFER_SIZE],