Home
last modified time | relevance | path

Searched refs:tmpBuf (Results 1 – 4 of 4) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/decoder/
Dfoo_dec.cpp67 unsigned char *tmpBuf = stream->alloc(totalTmpSize); in decode() local
69 *(FooBoolean *)(&tmpBuf[0]) = this->fooIsBuffer((void*)(inptr_stuff.get())); in decode()
71 …umCalculatorThreadInfo::writeChecksum(checksumCalc, &tmpBuf[0], totalTmpSize - checksumSize, &tmpB… in decode()
134 unsigned char *tmpBuf = stream->alloc(totalTmpSize); in decode() local
135 OutputBuffer outptr_obj(&tmpBuf[0], size_obj); in decode()
144 …umCalculatorThreadInfo::writeChecksum(checksumCalc, &tmpBuf[0], totalTmpSize - checksumSize, &tmpB… in decode()
159 unsigned char *tmpBuf = stream->alloc(totalTmpSize); in decode() local
160 OutputBuffer outptr_count(&tmpBuf[0], size_count); in decode()
166 …umCalculatorThreadInfo::writeChecksum(checksumCalc, &tmpBuf[0], totalTmpSize - checksumSize, &tmpB… in decode()
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp409 std::vector<char> tmpBuf(cb.width * cb.height * 3); in lockHostImpl() local
413 tmpBuf.data()); in lockHostImpl()
416 rgb888_to_yv12(bufferBits, tmpBuf.data(), in lockHostImpl()
424 rgb888_to_yuv420p(bufferBits, tmpBuf.data(), in lockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp1235 char* tmpBuf = 0; in gralloc_lock() local
1253 tmpBuf = new char[cb->width * cb->height * 3]; in gralloc_lock()
1255 … 0, 0, cb->width, cb->height, cb->glFormat, cb->glType, tmpBuf); in gralloc_lock()
1258 … rgb888_to_yv12((char*)cpu_addr, tmpBuf, cb->width, cb->height, l, t, l+w-1, t+h-1); in gralloc_lock()
1261 … rgb888_to_yuv420p((char*)cpu_addr, tmpBuf, cb->width, cb->height, l, t, l+w-1, t+h-1); in gralloc_lock()
1263 delete [] tmpBuf; in gralloc_lock()
Dgralloc_30.cpp333 std::vector<char> tmpBuf(handle.width * handle.height * 3); in lock_impl() local
337 tmpBuf.data()); in lock_impl()
341 rgb888_to_yv12(bufferBits, tmpBuf.data(), in lock_impl()
347 rgb888_to_yuv420p(bufferBits, tmpBuf.data(), in lock_impl()