/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedScene.cpp | 42 #define W (EmulatedScene::WALL * EmulatedScene::NUM_CHANNELS) macro 66 H, H, H, K, K, H, H, H, W, W, W, W, W, W, W, W, W, W, H, H, 67 S, S, S, G, G, S, S, S, W, W, W, W, W, W, W, W, W, W, S, S, 68 S, G, G, G, G, S, S, S, W, I, I, W, D, D, W, I, I, W, S, S, // 15 69 G, G, G, G, G, G, S, S, W, I, I, W, D, D, W, I, I, W, S, S, 70 G, G, G, G, G, G, G, G, W, W, W, W, D, D, W, W, W, W, G, G, 71 G, G, G, G, G, G, G, G, W, W, W, W, D, D, W, W, W, W, G, G, 80 #undef W
|
/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 176 W = dst->b - dst->t; in set_rects() 183 W = dst->r - dst->l; in set_rects() 187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); 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 194 W = dst->b - dst->t; in set_rects() 201 W = dst->r - dst->l; in set_rects() 205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.cpp | 174 uint32_t W, H, delta_x, delta_y; in set_rects() local 180 W = dst->b - dst->t; in set_rects() 187 W = dst->r - dst->l; in set_rects() 191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit.cpp | 186 uint32_t W, H, delta_x, delta_y; in set_rects() local 192 W = dst->b - dst->t; in set_rects() 199 W = dst->r - dst->l; in set_rects() 203 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.cpp | 174 uint32_t W, H, delta_x, delta_y; in set_rects() local 180 W = dst->b - dst->t; in set_rects() 187 W = dst->r - dst->l; in set_rects() 191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/sdm845/display/libcopybit/ |
D | copybit.cpp | 188 uint32_t W, H, delta_x, delta_y; in set_rects() local 194 W = dst->b - dst->t; in set_rects() 201 W = dst->r - dst->l; in set_rects() 205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit.cpp | 188 uint32_t W, H, delta_x, delta_y; in set_rects() local 194 W = dst->b - dst->t; in set_rects() 201 W = dst->r - dst->l; in set_rects() 205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | copybit.cpp | 188 uint32_t W, H, delta_x, delta_y; in set_rects() local 194 W = dst->b - dst->t; in set_rects() 201 W = dst->r - dst->l; in set_rects() 205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit.cpp | 186 uint32_t W, H, delta_x, delta_y; in set_rects() local 192 W = dst->b - dst->t; in set_rects() 199 W = dst->r - dst->l; in set_rects() 203 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit.cpp | 177 uint32_t W, H, delta_x, delta_y; in set_rects() local 183 W = dst->b - dst->t; in set_rects() 190 W = dst->r - dst->l; in set_rects() 194 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 423 * Value "W" represents GPS L1 Z-tracking, GPS L2 Z-tracking.
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 390 * by (W/2) x (H/2) Cr and Cb planes.
|
/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
|