Searched refs:T2 (Results 1 - 16 of 16) 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.s54 T2 RN 9 label
71 T2 RN 9 label
87 T2 RN 9 label
116 M_BD_INIT1 T1, T2, lr
119 M_BD_INIT2 T1, T2, lr
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
166 M_BD_CLZ16 Symbol, T1, T2 ;// Symbol=LevelPrefix
182 M_BD_VREAD16 LevelSuffix, lr, T1, T2 ;// Read Level Suffix
196 LDR T2, =armVCM4P10_SuffixToLevel
197 LDRSB T1, [T2, SuffixLengt
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s54 T2 RN 9 label
71 T2 RN 9 label
87 T2 RN 9 label
116 M_BD_INIT1 T1, T2, lr
119 M_BD_INIT2 T1, T2, lr
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
166 M_BD_CLZ16 Symbol, T1, T2 ;// Symbol=LevelPrefix
182 M_BD_VREAD16 LevelSuffix, lr, T1, T2 ;// Read Level Suffix
196 LDR T2, =armVCM4P10_SuffixToLevel
197 LDRSB T1, [T2, SuffixLengt
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s114 T2 RN 12 label
143 M_BD_INIT1 T1, T2, T2
145 M_BD_INIT2 T1, T2, T2
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
162 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s91 T2 RN 12 label
121 M_BD_INIT1 T1, T2, T2
123 M_BD_INIT2 T1, T2, T2
217 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2
H A DomxVCM4P2_DecodePadMV_PVOP_s.s122 T2 RN 12 label
167 M_BD_INIT1 T1, T2, T2
169 M_BD_INIT2 T1, T2, T2
211 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
241 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
254 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.s114 T2 RN 12 label
143 M_BD_INIT1 T1, T2, T2
145 M_BD_INIT2 T1, T2, T2
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
162 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s91 T2 RN 12 label
121 M_BD_INIT1 T1, T2, T2
123 M_BD_INIT2 T1, T2, T2
217 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2
H A DomxVCM4P2_DecodePadMV_PVOP_s.s122 T2 RN 12 label
167 M_BD_INIT1 T1, T2, T2
169 M_BD_INIT2 T1, T2, T2
211 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
241 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro
254 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.h106 ;// $T1,$T2,$T3 - registers that must be preserved between calls to
125 M_BD_INIT1 $T1, $T2, $T3
126 LDRB $T2, [$pBitStream, #2]
133 M_BD_INIT2 $T1, $T2, $T3
134 ORR $T2, $T2, $T1, LSL #8
135 ORR $BitBuffer, $T2, $BitBuffer, LSL #16
258 ;// $T2 - corrupted temp/scratch register
264 M_BD_READ16 $Symbol, $N, $T1, $T2
295 ;// $T2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_BitDec_s.h106 ;// $T1,$T2,$T3 - registers that must be preserved between calls to
125 M_BD_INIT1 $T1, $T2, $T3
126 LDRB $T2, [$pBitStream, #2]
133 M_BD_INIT2 $T1, $T2, $T3
134 ORR $T2, $T2, $T1, LSL #8
135 ORR $BitBuffer, $T2, $BitBuffer, LSL #16
258 ;// $T2 - corrupted temp/scratch register
264 M_BD_READ16 $Symbol, $N, $T1, $T2
295 ;// $T2
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h20 template<typename T1, typename T2>
21 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);

Completed in 424 milliseconds