Searched refs:tgt (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/hooks/ |
D | install | 19 tgt = HOOKS + os.sep + hook 21 if os.path.isfile(tgt) and os.access(tgt, os.X_OK): 22 if os.path.realpath(tgt) != src: 24 os.rename(tgt, tgt + ".local") 25 if os.path.lexists(tgt): 26 os.unlink(tgt) 27 …s.symlink(os.path.relpath(os.path.realpath("hooks/install"), os.path.realpath(".git/hooks/")), tgt)
|
/hardware/interfaces/automotive/evs/common/utils/default/test/fuzz/ |
D | FormatConvertFuzzer.cpp | 35 uint32_t* tgt = (uint32_t*)malloc(sizeof(uint32_t) * size); in LLVMFuzzerTestOneInput() local 38 android::hardware::automotive::evs::common::Utils::copyNV21toRGB32(width, height, src, tgt, 0); in LLVMFuzzerTestOneInput() 40 android::hardware::automotive::evs::common::Utils::copyNV21toBGR32(width, height, src, tgt, 0); in LLVMFuzzerTestOneInput() 42 android::hardware::automotive::evs::common::Utils::copyYV12toRGB32(width, height, src, tgt, 0); in LLVMFuzzerTestOneInput() 44 android::hardware::automotive::evs::common::Utils::copyYV12toBGR32(width, height, src, tgt, 0); in LLVMFuzzerTestOneInput() 46 android::hardware::automotive::evs::common::Utils::copyYUYVtoRGB32(width, height, src, 0, tgt, in LLVMFuzzerTestOneInput() 49 android::hardware::automotive::evs::common::Utils::copyYUYVtoBGR32(width, height, src, 0, tgt, in LLVMFuzzerTestOneInput() 54 free(tgt); in LLVMFuzzerTestOneInput()
|
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FrameHandler.cpp | 225 sp<android::GraphicBuffer> tgt = new android::GraphicBuffer( in copyBufferContents() local 240 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents() 302 tgt->unlock(); in copyBufferContents()
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandler.cpp | 253 sp<android::GraphicBuffer> tgt = new android::GraphicBuffer(tgtBuffer.memHandle, in copyBufferContents() local 276 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents() 338 tgt->unlock(); in copyBufferContents()
|