/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedScene.cpp | 41 #define H (EmulatedScene::HILL * EmulatedScene::NUM_CHANNELS) macro 60 K, K, K, K, K, K, K, K, H, H, H, H, H, H, H, H, H, H, H, H, 61 K, K, K, K, K, K, K, K, H, H, H, H, H, H, H, C, C, H, H, H, 62 K, K, K, K, K, K, H, H, H, H, H, H, H, H, H, C, C, H, H, H, 63 H, K, K, K, K, K, H, R, R, R, R, R, R, R, R, R, R, R, R, H, // 10 64 H, K, K, K, K, H, H, R, R, R, R, R, R, R, R, R, R, R, R, H, 65 H, H, H, K, K, H, H, R, R, R, R, R, R, R, R, R, R, R, R, H, 66 H, H, H, K, K, H, H, H, W, W, W, W, W, W, W, W, W, W, H, H, 79 #undef H
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonModel.h | 104 hexagon_nn_input createTensor(uint32_t B, uint32_t H, uint32_t W, uint32_t D, 106 hexagon_nn_input createShape(uint32_t B, uint32_t H, uint32_t W, uint32_t D); 142 hexagon_nn_input createTensorInternal(uint32_t B, uint32_t H, uint32_t W, uint32_t D, 176 hexagon_nn_input Model::createTensor(uint32_t B, uint32_t H, uint32_t W, uint32_t D, in createTensor() argument 178 return createTensorInternal(B, H, W, D, reinterpret_cast<const uint8_t*>(values.data()), in createTensor()
|
D | HexagonModel.cpp | 133 hexagon_nn_input Model::createTensorInternal(uint32_t B, uint32_t H, uint32_t W, uint32_t D, in createTensorInternal() argument 136 bool success = hexagon::Controller::getInstance().append_const_node(mGraphId, node, B, H, W, D, in createTensorInternal() 142 hexagon_nn_input Model::createShape(uint32_t B, uint32_t H, uint32_t W, uint32_t D) { in createShape() argument 144 return createTensorInternal(B, H, W, D, reinterpret_cast<uint8_t*>(&dump), sizeof(dump)); in createShape()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit.cpp | 170 uint32_t W, H, delta_x, delta_y; in set_rects() local 177 H = dst->r - dst->l; in set_rects() 184 H = dst->b - dst->t; in set_rects() 188 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit.cpp | 188 uint32_t W, H, delta_x, delta_y; in set_rects() local 195 H = dst->r - dst->l; in set_rects() 202 H = dst->b - dst->t; in set_rects() 206 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.cpp | 174 uint32_t W, H, delta_x, delta_y; in set_rects() local 181 H = dst->r - dst->l; in set_rects() 188 H = dst->b - dst->t; in set_rects() 192 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit.cpp | 186 uint32_t W, H, delta_x, delta_y; in set_rects() local 193 H = dst->r - dst->l; in set_rects() 200 H = dst->b - dst->t; in set_rects() 204 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.cpp | 174 uint32_t W, H, delta_x, delta_y; in set_rects() local 181 H = dst->r - dst->l; in set_rects() 188 H = dst->b - dst->t; in set_rects() 192 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/sdm845/display/libcopybit/ |
D | copybit.cpp | 188 uint32_t W, H, delta_x, delta_y; in set_rects() local 195 H = dst->r - dst->l; in set_rects() 202 H = dst->b - dst->t; in set_rects() 206 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit.cpp | 188 uint32_t W, H, delta_x, delta_y; in set_rects() local 195 H = dst->r - dst->l; in set_rects() 202 H = dst->b - dst->t; in set_rects() 206 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | copybit.cpp | 188 uint32_t W, H, delta_x, delta_y; in set_rects() local 195 H = dst->r - dst->l; in set_rects() 202 H = dst->b - dst->t; in set_rects() 206 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit.cpp | 186 uint32_t W, H, delta_x, delta_y; in set_rects() local 193 H = dst->r - dst->l; in set_rects() 200 H = dst->b - dst->t; in set_rects() 204 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit.cpp | 177 uint32_t W, H, delta_x, delta_y; in set_rects() local 184 H = dst->r - dst->l; in set_rects() 191 H = dst->b - dst->t; in set_rects() 195 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H); in set_rects()
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 152 * 24-bit format that has 8-bit H, S, and V components, in that order,
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 85 * followed immediately by a Wx(H/2) CbCr plane. Each sample is
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 390 * by (W/2) x (H/2) Cr and Cb planes. 596 * A typical use case is in video encoding parameters (e.g. for H.264),
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 250 * This method computes the shared 32-byte HMAC ``H'' as follows (all IKeymasterDevice instances 253 * H = CKDF(key = K, 324 * sharingCheck = HMAC(H, "Keymaster HMAC Verification")
|
D | types.hal | 1234 * H, 0 || challenge || user_id || authenticator_id || authenticator_type || timestamp) 1305 * HMAC(H,
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1436 * Property to feed H/W input events to android 1457 * Property to feed H/W rotary events to android 3361 * return old value until underlying H/W backing this property has actually
|
/hardware/interfaces/radio/1.0/ |
D | IRadioResponse.hal | 365 * GSM failure reasons codes for the cause codes defined in TS 24.008 Annex H
|