Searched refs:input2 (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c845 * [in] input2 Operand 2
853 OMX_S32 armSatMulS16S32_S32(OMX_S16 input1,OMX_S32 input2) argument
863 hi2 = ( input2 >> 16 );
864 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
883 * [in] input2 Operand 2
890 OMX_S32 armSatMulS32S32_S32(OMX_S32 input1,OMX_S32 input2) argument
901 hi2 = ( input2 >> 16 );
902 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
927 * [out] Result of operation input1//input2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c845 * [in] input2 Operand 2
853 OMX_S32 armSatMulS16S32_S32(OMX_S16 input1,OMX_S32 input2) argument
863 hi2 = ( input2 >> 16 );
864 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
883 * [in] input2 Operand 2
890 OMX_S32 armSatMulS32S32_S32(OMX_S32 input1,OMX_S32 input2) argument
901 hi2 = ( input2 >> 16 );
902 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
927 * [out] Result of operation input1//input2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c845 * [in] input2 Operand 2
853 OMX_S32 armSatMulS16S32_S32(OMX_S16 input1,OMX_S32 input2) argument
863 hi2 = ( input2 >> 16 );
864 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
883 * [in] input2 Operand 2
890 OMX_S32 armSatMulS32S32_S32(OMX_S32 input1,OMX_S32 input2) argument
901 hi2 = ( input2 >> 16 );
902 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
927 * [out] Result of operation input1//input2
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java934 ByteBuffer input2 = (ByteBuffer) input;
935 int position = input2.position();
937 byteCount = input2.limit() - position;
939 result = ByteBuffer.allocate(byteCount).order(input2.order());
941 result.put(input2.get());
943 input2.position(position);
945 CharBuffer input2 = (CharBuffer) input;
946 int position = input2.position();
948 byteCount = (input2.limit() - position) * 2;
950 result = ByteBuffer.allocate(byteCount).order(input2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h498 * [in] input2 Operand 2
508 OMX_S32 input2);
519 * [in] input2 Operand 2
528 OMX_S32 input2);
544 * [out] Result of operation input1//input2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h498 * [in] input2 Operand 2
508 OMX_S32 input2);
519 * [in] input2 Operand 2
528 OMX_S32 input2);
544 * [out] Result of operation input1//input2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h498 * [in] input2 Operand 2
508 OMX_S32 input2);
519 * [in] input2 Operand 2
528 OMX_S32 input2);
544 * [out] Result of operation input1//input2
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_reduce.java404 final int[] input2 = createInputArrayInt(456, Integer.MAX_VALUE / inputSize);
407 final int javaResult2 = addint(input2);
410 final ScriptC_reduce.result_int rsResultFuture2 = s.reduce_addint(input2);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3663 milliseconds