Searched defs:cr (Results 1 - 5 of 5) sorted by last modified time

/hardware/ril/libril/
H A Dril_service.cpp2680 RIL_CarrierRestrictions cr = {}; local
2684 cr.len_allowed_carriers = carriers.allowedCarriers.size();
2685 allowedCarriers = (RIL_Carrier *)calloc(cr.len_allowed_carriers, sizeof(RIL_Carrier));
2692 cr.allowed_carriers = allowedCarriers;
2694 cr.len_excluded_carriers = carriers.excludedCarriers.size();
2695 excludedCarriers = (RIL_Carrier *)calloc(cr.len_excluded_carriers, sizeof(RIL_Carrier));
2701 memset(allowedCarriers, 0, cr.len_allowed_carriers * sizeof(RIL_Carrier));
2706 cr.excluded_carriers = excludedCarriers;
2708 for (int i = 0; i < cr.len_allowed_carriers; i++) {
2715 for (int i = 0; i < cr
[all...]
/hardware/libhardware/modules/camera/3_4/arc/
H A Djpeg_compressor.cpp149 JSAMPROW cr[kCompressBatchSize / 2]; local
150 JSAMPARRAY planes[3]{y, cb, cr};
169 // cb, cr only have half scanlines
175 cr[i] = v_plane + offset;
177 cb[i] = cr[i] = empty.get();
/hardware/interfaces/boot/1.0/default/
H A DBootControl.cpp44 struct CommandResult cr; local
45 cr.success = (ret == 0);
46 cr.errMsg = strerror(-ret);
47 _hidl_cb(cr);
53 struct CommandResult cr; local
54 cr.success = (ret == 0);
55 cr.errMsg = strerror(-ret);
56 _hidl_cb(cr);
62 struct CommandResult cr; local
63 cr
[all...]
/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp867 intptr_t cr = reinterpret_cast<intptr_t>(layout.cr); local
868 if (std::abs(cb - cr) == 1 && layout.chromaStep == 2) {
870 if (layout.cb > layout.cr) {
877 if (layout.cb > layout.cr) {
1010 static_cast<uint8_t*>(croppedLayout.cr),
1018 static_cast<uint8_t*>(outLayout.cr),
1158 static_cast<uint8_t*>(inputLayout.cr),
1166 static_cast<uint8_t*>(outFullLayout.cr),
1193 static_cast<uint8_t*>(in.cr),
[all...]
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc1Hal.h292 const auto& cr = flex.planes[2]; local
294 if (cb.h_increment != cr.h_increment || cb.v_increment != cr.v_increment) {
300 outLayout->cr = cr.top_left;

Completed in 228 milliseconds