Searched refs:tmpBuffer (Results 1 – 4 of 4) sorted by relevance
141 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer()148 *outBufferHandle = static_cast<buffer_handle_t>(tmpBuffer); in importBuffer()
336 Color8888* tmpBuffer = prevBuffer; in drawFrame() local338 currBuffer = tmpBuffer; in drawFrame()
52 sp<ABuffer> tmpBuffer = new (std::nothrow) ABuffer((*buffer)->size() + 4 + length + 1024); in copyNALUToABuffer() local53 if (tmpBuffer.get() == NULL || tmpBuffer->base() == NULL) { in copyNALUToABuffer()56 memcpy(tmpBuffer->data(), (*buffer)->data(), (*buffer)->size()); in copyNALUToABuffer()57 tmpBuffer->setRange(0, (*buffer)->size()); in copyNALUToABuffer()58 (*buffer) = tmpBuffer; in copyNALUToABuffer()
1773 char16_t tmpBuffer[TMP_BUFFER_SIZE],