Home
last modified time | relevance | path

Searched defs:Rc (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/jni/filters/
Dsaturated.c43 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF() local
Dvibrance.c52 float Rc = R * (Rt + S) + G * Gt + B * Bt; in JNIFUNCF() local
Dwbalance.c158 float Rc = r*scaleR; in JNIFUNCF() local
/packages/modules/Bluetooth/system/rust/src/connection/mocks/
Dmock_le_manager.rs143 impl LeAclManager for Rc<MockActiveLeAclManager> { implementation