Searched refs:tgt (Results 1 – 5 of 5) 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 | 41 uint32_t* tgt = (uint32_t*)malloc(sizeof(uint32_t) * image_pixel_size); in LLVMFuzzerTestOneInput() local 44 android::hardware::automotive::evs::common::Utils::copyNV21toRGB32(width, height, src, tgt, in LLVMFuzzerTestOneInput() 47 android::hardware::automotive::evs::common::Utils::copyNV21toBGR32(width, height, src, tgt, in LLVMFuzzerTestOneInput() 50 android::hardware::automotive::evs::common::Utils::copyYV12toRGB32(width, height, src, tgt, in LLVMFuzzerTestOneInput() 53 android::hardware::automotive::evs::common::Utils::copyYV12toBGR32(width, height, src, tgt, in LLVMFuzzerTestOneInput() 57 tgt, width); in LLVMFuzzerTestOneInput() 60 tgt, width); in LLVMFuzzerTestOneInput() 63 free(tgt); in LLVMFuzzerTestOneInput()
|
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FrameHandler.cpp | 229 sp<android::GraphicBuffer> tgt = new android::GraphicBuffer( in copyBufferContents() local 244 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents() 306 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()
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | FrameHandler.cpp | 281 ::android::sp<android::GraphicBuffer> tgt = new android::GraphicBuffer( in copyBufferContents() 298 tgt->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)&tgtPixels); in copyBufferContents() 355 tgt->unlock(); in copyBufferContents()
|