Home
last modified time | relevance | path

Searched refs:W (Results 1 – 16 of 16) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.cpp42 #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/
DHexagonModel.h104 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()
DHexagonModel.cpp133 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/
Dcopybit.cpp170 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/
Dcopybit.cpp188 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/
Dcopybit.cpp174 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/
Dcopybit.cpp186 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/
Dcopybit.cpp174 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/
Dcopybit.cpp188 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/
Dcopybit.cpp188 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/
Dcopybit.cpp188 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/
Dcopybit.cpp186 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/
Dcopybit.cpp177 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/
DIGnssMeasurementCallback.hal423 * Value "W" represents GPS L1 Z-tracking, GPS L2 Z-tracking.
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal390 * by (W/2) x (H/2) Cr and Cb planes.
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1436 * 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