HomeSort by relevance Sort by last modified time
    Searched refs:U32 (Results 1 - 25 of 63) sorted by null

1 2 3

  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 31 ain = Allocation.createSized(rs, Element.U32(mRS), 10000);
32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 46 typedef unsigned long U32;
52 static U32 read_U32(FILE *fLog)
54 U32 data;
55 fread(&data, sizeof(U32), 1, fLog);
68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation;
70 U32 sending, multiple, frame, size;
138 (time_correction && ulData0 < MIN_DELTA + (U32) (-time_correction)))
147 ulData0 = ulData0 + (U32) time_correction;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4_s.s 68 dAboveU32 DN D0.U32
75 dLeftVal0U32 DN D0.U32
76 dLeftVal1U32 DN D1.U32
77 dLeftVal2U32 DN D2.U32
78 dLeftVal3U32 DN D3.U32
82 dLeftValU32 DN D0.U32
84 dSumAboveLeftU32 DN D1.U32
90 dSumLeftValU32 DN D1.U32
96 dSumAboveValU32 DN D1.U32
115 dTmpU32 DN D6.U32
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 99 dOutRow0U32 DN D8.U32
100 dOutRow1U32 DN D9.U32
109 dOut00U32 DN D0.U32
110 dOut01U32 DN D1.U32
111 dOut10U32 DN D2.U32
112 dOut11U32 DN D3.U32
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 84 dResult0 DN 22.U32
85 dResult2 DN 24.U32
86 dResult4 DN 26.U32
87 dResult6 DN 28.U32
omxVCM4P10_InterpolateLuma_s.s 111 dResultH0 DN 22.U32
112 dResultH1 DN 24.U32
113 dResultH2 DN 26.U32
114 dResultH3 DN 28.U32
126 dResultV0 DN 0.U32
127 dResultV1 DN 2.U32
128 dResultV2 DN 4.U32
129 dResultV3 DN 6.U32
armVCM4P10_DeblockingChroma_unsafe_s.s 106 VLD1 d18.U32[0], [pThresholds]! ;here
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 207 VMOVEQ.U32 dFilt[0], Mask_0
213 VMOVEQ.U32 dFilt[1], Mask_0
omxVCM4P10_PredictIntraChroma_8x8_s.s 89 dSumAboveValU32 DN D3.U32
92 dSumLeftValU32 DN D1.U32
94 dSumAboveLeft DN D2.U32
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 301 VMOVEQ.U32 dFilt[0], Mask_0
307 VMOVEQ.U32 dFilt[1], Mask_0
  /frameworks/rs/tests/cppallocation/
compute.cpp 27 sp<const Element> e = Element::U32(rs);
  /frameworks/rs/tests/cppstrided/
compute.cpp 28 sp<const Element> e = Element::U32(rs);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntraChroma_8x8_s.S 58 VRSHR.U32 d2,d2,#3
59 VRSHR.U32 d3,d3,#2
60 VRSHR.U32 d1,d1,#2
85 VRSHR.U32 d1,d1,#2
96 VRSHR.U32 d3,d3,#2
omxVCM4P10_PredictIntra_4x4_s.S 72 VPADDL.U32 d1,d1
82 VRSHR.U32 d1,d1,#2
94 VRSHR.U32 d1,d1,#2
omxVCM4P10_PredictIntra_16x16_s.S 119 VPADDL.U32 d6,d0
129 VPADDL.U32 d7,d0
  /external/skia/legacy/src/views/
SkWidget.cpp 15 SkWidgetView::SkWidgetView(U32 flags) : SkView(flags)
78 SkTextView::SkTextView(U32 flags) : SkView(flags), fInterp(NULL), fDoInterp(false)
209 SkSliderView::SkSliderView(U32 flags) : SkWidgetView(flags)
SkWidgets.cpp 337 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags)
498 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
  /frameworks/rs/tests/latency/
latency.cpp 58 sp<const Element> e = Element::U32(rs);
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 622 typedef unsigned int U32;
  /external/valgrind/main/VEX/priv/
ir_opt.c 1500 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1516 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1533 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1791 \/*unsigned*\/ UInt u32; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 103 assertTrue(Element.U32(mRS) != null);
223 Element[] U32 = { Element.U32(mRS) };
245 U16, U32, U64, U8, U8_3, U8_4 };
307 eb.add(Element.U32(mRS), "U32", arraySize);
373 assertFalse(Element.U32(mRS).isComplex());
  /external/llvm/unittests/ADT/
StringRefTest.cpp 388 uint32_t U32;
406 bool U32Success = StringRef(Unsigned[i].Str).getAsInteger(0, U32);
409 EXPECT_EQ(U32, Unsigned[i].Expected);
  /external/skia/src/views/
SkWidgets.cpp 337 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags)
498 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Scene.java 336 opaqueBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
340 transparentBuffer = Allocation.createSized(mRS, Element.U32(mRS), mRenderables.size());
  /frameworks/rs/cpp/
Element.cpp 75 CREATE_USER(U32, UNSIGNED_32);
117 CREATE_VECTOR(U32, UNSIGNED_32);

Completed in 447 milliseconds

1 2 3