Home
last modified time | relevance | path

Searched defs:R (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/wifi/mac80211_create_radios/
Dmain.cpp27 #define RETURN(R) return (R); argument
28 #define RETURN_ERROR(C, R) \ argument
33 #define RETURN_NL_ERROR(C, NLR, R) \ argument
131 #define PUT_FLAG(MSG, TYPE, R) \ argument
137 #define PUT_DATA(MSG, TYPE, V, SIZE, R) \ argument
143 #define PUT_VALUE(MSG, TYPE, V, R) PUT_DATA(MSG, TYPE, &(V), sizeof(V), (R)) argument
151 #define NEST_END(MSG, START, R) \ argument
/device/google/contexthub/firmware/os/algos/common/math/
Dquat.c21 void initQuat(Quat *q, const struct Mat33 *R) { in initQuat()
35 void quatToMatrix(struct Mat33 *R, const Quat *q) { in quatToMatrix()
/device/generic/goldfish/hals/camera/
Dconverters.cpp50 #define RGB2Y(R, G, B) (kY_R * (R) + kY_G * (G) + kY_B * (B) + kY_Add) argument
51 #define RGB2CB(R, G, B) (kCB_R * (R) + kCB_G * (G) + kCB_B * (B) + kCx_Add) argument
52 #define RGB2CR(R, G, B) (kCR_R * (R) + kCR_G * (G) + kCR_B * (B) + kCx_Add) argument
DFakeRotatingCamera.cpp98 constexpr uint16_t R = toR5G6B5( 1, .1, .1); in loadTestPatternTextureA() local
/device/google/cuttlefish/host/commands/vhost_user_input/
Dbuf_reader.rs18 pub fn new(reader: R) -> BufReader<R> { in new()
Dvhu_input.rs160 pub fn new(device_config: VirtioInputConfig, reader: R) -> VhostUserInput<R> { in new()
/device/google/contexthub/firmware/os/algos/
Dfusion.c213 struct Mat33 R; in fusion_init_complete() local
441 struct Mat33 R; in fusionUpdate() local
540 struct Mat33 R; in fusionHandleAcc() local
604 struct Mat33 R; in fusionHandleMag() local
689 void fusionGetRotationMatrix(const struct Fusion *fusion, struct Mat33 *R) { in fusionGetRotationMatrix()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c347 struct Mat33 R; // direction-cosine/rotation matrix, inertial -> device in updateOutput() local