/device/generic/goldfish/camera/ |
D | CameraDeviceSession.cpp | 130 CaptureResult cr; in makeCaptureResult() local 131 cr.frameNumber = frameNumber; in makeCaptureResult() 132 cr.result = std::move(metadata); in makeCaptureResult() 133 cr.outputBuffers = std::move(outputBuffers); in makeCaptureResult() 134 cr.inputBuffer.streamId = -1; in makeCaptureResult() 135 cr.inputBuffer.bufferId = 0; in makeCaptureResult() 136 cr.partialResult = cr.result.metadata.empty() ? 0 : 1; in makeCaptureResult() 137 return cr; in makeCaptureResult() 609 void CameraDeviceSession::consumeCaptureResult(CaptureResult cr) { in consumeCaptureResult() argument 610 const size_t numBuffers = cr.outputBuffers.size(); in consumeCaptureResult() [all …]
|
D | jpeg.cpp | 51 const uint8_t* cr[kJpegMCUSize / 2]; in compressYUVImplPixelsFast() local 52 const uint8_t** planes[] = { y, cb, cr }; in compressYUVImplPixelsFast() 70 cr[i / 2] = static_cast<const uint8_t*>(image.cr) + offset; in compressYUVImplPixelsFast() 93 uint8_t* cr[kJpegMCUSize / 2]; in compressYUVImplPixelsSlow() local 94 uint8_t** planes[] = { y, cb, cr }; in compressYUVImplPixelsSlow() 108 cr[i] = cr0; in compressYUVImplPixelsSlow() 131 memcpy(cr[i / 2], static_cast<const uint8_t*>(image.cr) + offset, width2); in compressYUVImplPixelsSlow() 245 static_cast<const uint8_t*>(srcYCbCr.cr), srcYCbCr.cstride, in resizeYUV() 249 static_cast<uint8_t*>(dstYCbCr.cr), dstYCbCr.cstride, in resizeYUV()
|
D | converters.cpp | 65 static_cast<uint8_t*>(ycbcr.cr), ycbcr.cstride, in rgba2yuv() 76 uint8_t* cr = static_cast<uint8_t*>(ycbcr.cr); in rgba2yuv() local 85 cb += cstride, cr += cstride) { in rgba2yuv() 91 uint8_t* cr0 = cr; in rgba2yuv()
|
D | yuv.cpp | 73 nv21.cr = data8 + area + (area >> 2); in NV21init() 96 nv21.cr = &data[area / 4]; in toNV21Shallow() 103 ycbcr.cr, ycbcr.cstride, ycbcr.chroma_step); in toNV21Shallow()
|
D | CameraDeviceSession.h | 120 void consumeCaptureResult(CaptureResult cr);
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | pwr.c | 241 …uint32_t cr = PWR->CR &~ (PWR_CR_MRVLDS | PWR_CR_LPLVDS | PWR_CR_FPDS | PWR_CR_PDDS | PWR_CR_LPDS); in pwrSetSleepType() local 252 cr |= PWR_CR_FPDS; in pwrSetSleepType() 256 cr |= PWR_CR_FPDS | PWR_CR_LPDS; in pwrSetSleepType() 260 cr |= PWR_CR_LPLVDS | PWR_CR_LPDS; in pwrSetSleepType() 264 PWR->CR = cr; in pwrSetSleepType()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_frame_provider.cpp | 89 .cr = static_cast<void*>(frame_.data() + y_size + cbcr_size), in copyYUVFrame() 97 uint8_t* src_cr = static_cast<uint8_t*>(src.cr); in copyYUVFrame() 98 uint8_t* dst_cr = static_cast<uint8_t*>(dst.cr); in copyYUVFrame()
|
D | cached_stream_buffer.cpp | 112 .cr = result.cr, in acquireAsYUV()
|
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 362 ycbcr->cr = (void *)((unsigned char *)hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr() 376 ycbcr->cr = (void *)((unsigned char *)hnd->base + ystride * GRALLOC_ALIGN(hnd->height, 2)); in gralloc_lock_ycbcr() 389 ycbcr->cr = (void *)((unsigned char *)hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr()
|
/device/google/cuttlefish/host/libs/config/ |
D | config_flag.cpp | 118 INJECT(ConfigFlagImpl(ConfigReader& cr, SystemImageDirFlag& s)) in INJECT() argument 119 : config_reader_(cr), system_image_dir_flag_(s) { in INJECT()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | Gralloc.cpp | 191 buffer_ycbcr.cr = nullptr; in LockYCbCr() 220 buffer_ycbcr.cr = component_data; in LockYCbCr()
|
D | GuestFrameComposer.cpp | 227 uint8_t* srcV = reinterpret_cast<uint8_t*>(srcBufferYCbCr.cr); in ConvertFromYV12()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferaccess.cpp | 154 ycbcr->cr = base + v_offset; in mali_gralloc_lock_ycbcr()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferaccess.cpp | 154 ycbcr->cr = base + v_offset; in mali_gralloc_lock_ycbcr()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 1461 ycbcr->cr = cpu_addr + vOffset; in gralloc_lock_ycbcr() 1471 ycbcr->y, ycbcr->cb, ycbcr->cr, ycbcr->ystride, ycbcr->cstride, in gralloc_lock_ycbcr()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 3223 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers() local 3224 if (prepareCarrierRestrictions(cr, allAllowed, carriers.allowedCarriers, in setAllowedCarriers() 3229 CALL_ONREQUEST(pRI->pCI->requestNumber, &cr, sizeof(RIL_CarrierRestrictions), pRI, mSlotId); in setAllowedCarriers() 3231 freeCarrierRestrictions(cr); in setAllowedCarriers() 3722 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers_1_4() local 3723 if (prepareCarrierRestrictions(cr, false, carriers.allowedCarriers, carriers.excludedCarriers, in setAllowedCarriers_1_4() 3729 crExt.len_allowed_carriers = cr.len_allowed_carriers; in setAllowedCarriers_1_4() 3730 crExt.allowed_carriers = cr.allowed_carriers; in setAllowedCarriers_1_4() 3731 crExt.len_excluded_carriers = cr.len_excluded_carriers; in setAllowedCarriers_1_4() 3732 crExt.excluded_carriers = cr.excluded_carriers; in setAllowedCarriers_1_4() [all …]
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 409 pYcbcr->cr = bufferBits + vOffset; in lockYCbCrImpl()
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-f2proto-snd-card/ |
D | workspaceFile.qwsp | 1 …ZDHp84nzkYhzwm0UcgzIm2cQRMqbP+Bj9Bbs6G3cNkyY2+RhTt68G2/iI8p6gTUzNG3CDoHht+6cr+tyOMxWGSD8XCoiO0B3+v…
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-c2proto-snd-card/ |
D | workspaceFile.qwsp | 1 …ZDHp84nzkYhzwm0UcgzIm2cQRMqbP+Bj9Bbs6G3cNkyY2+RhTt68G2/iI8p6gTUzNG3CDoHht+6cr+tyOMxWGSD8XCoiO0B3+v…
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 3758 optional uint32 cr = 20; field
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 3129 sunhme_tx_desc(uint64_t buffer, uint32_t status, int cr, int nr) "addr 0x%"PRIx64" status 0x%"PRIx3… 3142 sunhme_rx_desc(uint32_t addr, int offset, uint32_t status, int len, int cr, int nr) "addr 0x%"PRIx3…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 3129 sunhme_tx_desc(uint64_t buffer, uint32_t status, int cr, int nr) "addr 0x%"PRIx64" status 0x%"PRIx3… 3142 sunhme_rx_desc(uint32_t addr, int offset, uint32_t status, int len, int cr, int nr) "addr 0x%"PRIx3…
|