Searched refs:tgtPixels (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FrameHandler.cpp | 243 uint32_t* tgtPixels = nullptr; in copyBufferContents() local 244 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents() 246 if (srcPixels && tgtPixels) { in copyBufferContents() 252 tgtPixels, tgtBuffer.stride); in copyBufferContents() 256 tgtPixels, tgtBuffer.stride); in copyBufferContents() 260 tgtPixels, tgtBuffer.stride); in copyBufferContents() 264 tgtPixels, tgtBuffer.stride, in copyBufferContents() 274 tgtPixels, tgtBuffer.stride); in copyBufferContents() 278 tgtPixels, tgtBuffer.stride); in copyBufferContents() 282 tgtPixels, tgtBuffer.stride); in copyBufferContents() [all …]
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandler.cpp | 275 uint32_t* tgtPixels = nullptr; in copyBufferContents() local 276 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents() 278 if (srcPixels && tgtPixels) { in copyBufferContents() 284 tgtPixels, tgtBuffer.stride); in copyBufferContents() 288 tgtPixels, tgtBuffer.stride); in copyBufferContents() 292 tgtPixels, tgtBuffer.stride); in copyBufferContents() 296 tgtPixels, tgtBuffer.stride, in copyBufferContents() 306 tgtPixels, tgtBuffer.stride); in copyBufferContents() 310 tgtPixels, tgtBuffer.stride); in copyBufferContents() 314 tgtPixels, tgtBuffer.stride); in copyBufferContents() [all …]
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | FrameHandler.cpp | 297 uint32_t* tgtPixels = nullptr; in copyBufferContents() local 298 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents() 300 if (srcPixels && tgtPixels) { in copyBufferContents() 305 Utils::copyNV21toRGB32(width, height, srcPixels, tgtPixels, pTgtDesc->stride); in copyBufferContents() 308 Utils::copyYV12toRGB32(width, height, srcPixels, tgtPixels, pTgtDesc->stride); in copyBufferContents() 311 Utils::copyYUYVtoRGB32(width, height, srcPixels, pSrcDesc->stride, tgtPixels, in copyBufferContents() 315 tgtPixels, pTgtDesc->stride, in copyBufferContents() 325 Utils::copyNV21toBGR32(width, height, srcPixels, tgtPixels, pTgtDesc->stride); in copyBufferContents() 328 Utils::copyYV12toBGR32(width, height, srcPixels, tgtPixels, pTgtDesc->stride); in copyBufferContents() 331 Utils::copyYUYVtoBGR32(width, height, srcPixels, pSrcDesc->stride, tgtPixels, in copyBufferContents() [all …]
|