Searched defs:op1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct_inline.h27 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
31 OSCL_UNUSED_ARG(op1);
33 out = op2 * 724 + op3; /* op1 is not used here */
111 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
117 smlabb out, op1, op2, op3 local
174 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
181 mla out, op1, out, op3 local
269 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
272 register int32 aa = (int32)op1;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java944 * @param op1 One opacity value.
951 public static @PixelFormat.Opacity int resolveOpacity(@PixelFormat.Opacity int op1, argument
953 if (op1 == op2) {
954 return op1;
956 if (op1 == PixelFormat.UNKNOWN || op2 == PixelFormat.UNKNOWN) {
959 if (op1 == PixelFormat.TRANSLUCENT || op2 == PixelFormat.TRANSLUCENT) {
962 if (op1 == PixelFormat.TRANSPARENT || op2 == PixelFormat.TRANSPARENT) {

Completed in 872 milliseconds