Home
last modified time | relevance | path

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

/hardware/google/av/hooks/
Dinstall19 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/
DFormatConvertFuzzer.cpp40 uint32_t* tgt = (uint32_t*)malloc(sizeof(uint32_t) * image_pixel_size); in LLVMFuzzerTestOneInput() local
43 android::hardware::automotive::evs::common::Utils::copyNV21toRGB32(width, height, src, tgt, in LLVMFuzzerTestOneInput()
46 android::hardware::automotive::evs::common::Utils::copyNV21toBGR32(width, height, src, tgt, in LLVMFuzzerTestOneInput()
49 android::hardware::automotive::evs::common::Utils::copyYV12toRGB32(width, height, src, tgt, in LLVMFuzzerTestOneInput()
52 android::hardware::automotive::evs::common::Utils::copyYV12toBGR32(width, height, src, tgt, in LLVMFuzzerTestOneInput()
56 tgt, width); in LLVMFuzzerTestOneInput()
59 tgt, width); in LLVMFuzzerTestOneInput()
62 free(tgt); in LLVMFuzzerTestOneInput()
/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFrameHandler.cpp225 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/
DFrameHandler.cpp253 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()