Searched refs:tempBuffer (Results 1 - 8 of 8) sorted by relevance

/haiku/src/servers/app/drawing/
H A Ddrawing_support.h50 uint8 tempBuffer[pixels * 4]; local
52 uint8* t = tempBuffer;
66 memcpy(buffer, tempBuffer, pixels * 4);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DMessageIO.cpp129 char tempBuffer; local
132 ssize_t bytesRead = ReadAt(fSize + 1, &tempBuffer, sizeof(tempBuffer));
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecEncoder.cpp550 uint8* tempBuffer = new(std::nothrow) uint8[frameBytes]; local
551 if (tempBuffer == NULL)
557 av_fifo_read(fAudioFifo, tempBuffer, frameBytes);
560 av_fifo_generic_read(fAudioFifo, tempBuffer, frameBytes, NULL);
563 ret = _EncodeAudio(tempBuffer, frameBytes, fCodecContext->frame_size,
569 delete[] tempBuffer;
/haiku/src/tests/servers/app/newerClipping/
H A Dmain.cpp271 uint8 tempBuffer[pixels * 8]; local
273 uint8* t = tempBuffer;
291 gfxcpy32(buffer, tempBuffer, pixels * 8);
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp285 uint8* tempBuffer = messageBuffer + sizeof(BMessage::message_header); local
309 memcpy(tempBuffer, fFields, fieldsSize);
310 tempBuffer += fieldsSize;
311 memcpy(tempBuffer, fData, fHeader->data_size);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp545 char tempBuffer[16]; local
548 memcpy(tempBuffer, data, size);
549 tempBuffer[size] = '\0';
550 data = tempBuffer;
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp724 bool tempBuffer local
728 if (tempBuffer) {
743 if (tempBuffer) {
/haiku/src/kits/storage/
H A DAppFileInfo.cpp722 bool tempBuffer local
726 if (tempBuffer) {
741 if (tempBuffer) {

Completed in 180 milliseconds