Searched refs:input2 (Results 1 – 9 of 9) sorted by relevance
853 OMX_S32 armSatMulS16S32_S32(OMX_S16 input1,OMX_S32 input2) in armSatMulS16S32_S32() argument863 hi2 = ( input2 >> 16 ); in armSatMulS16S32_S32()864 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 ); in armSatMulS16S32_S32()890 OMX_S32 armSatMulS32S32_S32(OMX_S32 input1,OMX_S32 input2) in armSatMulS32S32_S32() argument901 hi2 = ( input2 >> 16 ); in armSatMulS32S32_S32()902 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 ); in armSatMulS32S32_S32()
934 ByteBuffer input2 = (ByteBuffer) input; in toByteBuffer() local935 int position = input2.position(); in toByteBuffer()937 byteCount = input2.limit() - position; in toByteBuffer()939 result = ByteBuffer.allocate(byteCount).order(input2.order()); in toByteBuffer()941 result.put(input2.get()); in toByteBuffer()943 input2.position(position); in toByteBuffer()945 CharBuffer input2 = (CharBuffer) input; in toByteBuffer() local946 int position = input2.position(); in toByteBuffer()948 byteCount = (input2.limit() - position) * 2; in toByteBuffer()950 result = ByteBuffer.allocate(byteCount).order(input2.order()); in toByteBuffer()[all …]
508 OMX_S32 input2);528 OMX_S32 input2);
366 final int[] input2 = createInputArrayInt(456, Integer.MAX_VALUE / inputSize); in patternInterleavedReduce() local369 final int javaRslt2 = addint(input2); in patternInterleavedReduce()372 final ScriptC_reduce.result_int rsRsltFuture2 = s.reduce_addint(input2); in patternInterleavedReduce()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...