Searched refs:T2 (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePair.java33 public class MarshalQueryablePair<T1, T2>
34 implements MarshalQueryable<Pair<T1, T2>> {
36 private class MarshalerPair extends Marshaler<Pair<T1, T2>> {
37 private final Class<? super Pair<T1, T2>> mClass;
38 private final Constructor<Pair<T1, T2>> mConstructor;
39 /** Marshal the {@code T1} inside of {@code Pair<T1, T2>} */
41 /** Marshal the {@code T1} inside of {@code Pair<T1, T2>} */
42 private final Marshaler<T2> mNestedTypeMarshalerSecond;
45 protected MarshalerPair(TypeReference<Pair<T1, T2>> typeReference,
72 // Get type marshaler for T2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s68 T2 RN 9 label
85 T2 RN 9 label
101 T2 RN 9 label
130 M_BD_INIT1 T1, T2, lr
133 M_BD_INIT2 T1, T2, lr
136 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
180 M_BD_CLZ16 Symbol, T1, T2 ;// Symbol=LevelPrefix
196 M_BD_VREAD16 LevelSuffix, lr, T1, T2 ;// Read Level Suffix
210 LDR T2, =armVCM4P10_SuffixToLevel
211 LDRSB T1, [T2, SuffixLengt
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s68 T2 RN 9 label
85 T2 RN 9 label
101 T2 RN 9 label
130 M_BD_INIT1 T1, T2, lr
133 M_BD_INIT2 T1, T2, lr
136 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
180 M_BD_CLZ16 Symbol, T1, T2 ;// Symbol=LevelPrefix
196 M_BD_VREAD16 LevelSuffix, lr, T1, T2 ;// Read Level Suffix
210 LDR T2, =armVCM4P10_SuffixToLevel
211 LDRSB T1, [T2, SuffixLengt
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s128 T2 RN 12 label
157 M_BD_INIT1 T1, T2, T2
159 M_BD_INIT2 T1, T2, T2
162 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
176 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s105 T2 RN 12 label
135 M_BD_INIT1 T1, T2, T2
137 M_BD_INIT2 T1, T2, T2
231 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2
H A DomxVCM4P2_DecodePadMV_PVOP_s.s136 T2 RN 12 label
181 M_BD_INIT1 T1, T2, T2
183 M_BD_INIT2 T1, T2, T2
225 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
238 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
255 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
268 M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fcodeForward>1 and mnVerData!=0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s128 T2 RN 12 label
157 M_BD_INIT1 T1, T2, T2
159 M_BD_INIT2 T1, T2, T2
162 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
176 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s105 T2 RN 12 label
135 M_BD_INIT1 T1, T2, T2
137 M_BD_INIT2 T1, T2, T2
231 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2
H A DomxVCM4P2_DecodePadMV_PVOP_s.s136 T2 RN 12 label
181 M_BD_INIT1 T1, T2, T2
183 M_BD_INIT2 T1, T2, T2
225 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
238 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
255 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
268 M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fcodeForward>1 and mnVerData!=0
/frameworks/native/services/sensorservice/
H A Dtraits.h37 #define TYPELIST_2(T1, T2) TypeList<T1, TYPELIST_1(T2)>
38 #define TYPELIST_3(T1, T2, T3) TypeList<T1, TYPELIST_2(T2, T3)>
39 #define TYPELIST_4(T1, T2, T3, T4) TypeList<T1, TYPELIST_3(T2, T3, T4)>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_BitDec_s.h120 ;// $T1,$T2,$T3 - registers that must be preserved between calls to
139 M_BD_INIT1 $T1, $T2, $T3
140 LDRB $T2, [$pBitStream, #2]
147 M_BD_INIT2 $T1, $T2, $T3
148 ORR $T2, $T2, $T1, LSL #8
149 ORR $BitBuffer, $T2, $BitBuffer, LSL #16
272 ;// $T2 - corrupted temp/scratch register
278 M_BD_READ16 $Symbol, $N, $T1, $T2
309 ;// $T2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_BitDec_s.h120 ;// $T1,$T2,$T3 - registers that must be preserved between calls to
139 M_BD_INIT1 $T1, $T2, $T3
140 LDRB $T2, [$pBitStream, #2]
147 M_BD_INIT2 $T1, $T2, $T3
148 ORR $T2, $T2, $T1, LSL #8
149 ORR $BitBuffer, $T2, $BitBuffer, LSL #16
272 ;// $T2 - corrupted temp/scratch register
278 M_BD_READ16 $Symbol, $N, $T1, $T2
309 ;// $T2
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/util/
H A DSortedListAdapterCallback.java26 public abstract class SortedListAdapterCallback<T2> extends SortedList.Callback<T2> {
/frameworks/rs/
H A DrsMap.h9 template <class T1, class T2>
13 Pair(T1 f1, T2 f2) : first(f1), second(f2) {}
16 T2 second;
19 template <class T1, class T2>
20 Pair<T1, T2> make_pair(T1 first, T2 second) {
21 return Pair<T1, T2>(first, second);
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java684 public static abstract class Callback<T2> implements Comparator<T2>, ListUpdateCallback {
698 abstract public int compare(T2 o1, T2 o2);
731 abstract public boolean areContentsTheSame(T2 oldItem, T2 newItem);
743 abstract public boolean areItemsTheSame(T2 item1, T2 item2);
762 public static class BatchedCallback<T2> extends Callback<T2> {
[all...]
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h190 template <class T1, class T2>
191 bool operator== (const LinearStdAllocator<T1>&, const LinearStdAllocator<T2>&) { return true; }
192 template <class T1, class T2>
193 bool operator!= (const LinearStdAllocator<T1>&, const LinearStdAllocator<T2>&) { return false; }
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h23 template<typename T1, typename T2>
24 T1 ApplyMask(T2 pMask, T1 pData) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRangeTest.java156 private static <T, T2> void assertAction(String action, T object, T2 expected,
157 T2 actual) {
162 private static <T, T2> void assertAction(String action, T object, T2 needle, boolean expected,
H A DCameraMetadataTest.java312 private static <T, T2> void assertArrayContains(T needle, T2 array) {
/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index); local
152 if (T1 == T2)
164 size_t T2Size = getRSContext()->getDataLayout().getTypeAllocSize(T2);
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h62 template<typename T2>
63 JNIObject(const JNIObject<T2>& rhs); // NOLINT(implicit)
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java766 Integer T2 = null;
994 T2 = Integer.valueOf(packet.getInt());
1090 newPacket.mT2 = T2;
/frameworks/native/libs/math/tests/
H A Dmat_test.cpp503 #define ASSERT_TYPE_EQ(T1, T2) \
506 const decltype(T2) t2 = T2; \

Completed in 3002 milliseconds